summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/codeassist
Commit message (Expand)AuthorAgeFilesLines
* CodeAssistant: block suggestions while proposal is visibleDavid Schulz2023-05-111-0/+3
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-05-051-4/+5
|\
| * TextEditor: always return a valid assist interfaceDavid Schulz2023-05-021-4/+5
* | Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* | TextEditor: avoid showing suggestion and completion simultaneouslyDavid Schulz2023-03-161-0/+8
* | TextEditor: skip auto completion while suggestion is visibleDavid Schulz2023-03-161-0/+1
* | TextEditor: Use QtConcurrent invocation for async runJarek Kobus2023-03-101-2/+2
|/
* Remove unneeded includes of utils/runextensions.hJarek Kobus2023-01-271-1/+0
* TextEditor: prevent crash on updating the completion modelDavid Schulz2023-01-192-3/+3
* TextEditor: Tr::trhjk2023-01-181-1/+3
* Replace GPL-3.0 with GPL-3.0-onlyKai Köhne2023-01-102-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0639-39/+39
* TextEditor: Pass context object to lambda connectionsJarek Kobus2022-12-121-2/+2
* Editor: ensure something is selected after model updateDavid Schulz2022-12-082-9/+8
* LanguageClient: move completion rerequest logicDavid Schulz2022-11-2910-114/+62
* Editor: move ownership of assist interface to processorDavid Schulz2022-11-179-55/+83
* Editor: always configured assistantDavid Schulz2022-11-162-30/+6
* Editor: unify assist processor handlingDavid Schulz2022-11-1413-260/+163
* LanguageClient: use internal filtering if we got all completionsDavid Schulz2022-11-113-15/+27
* Editor: consider all providers with matching activation charsDavid Schulz2022-11-111-6/+7
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-101-1/+1
|\
| * Editor: delete assist interface in lsp/clangd supportDavid Schulz2022-11-081-1/+1
* | Utils: Add sorted() functionChristian Kandeler2022-10-251-3/+3
|/
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-2641-984/+82
* CodeAssistant: Avoid using sender()Jarek Kobus2022-08-011-3/+3
* Drop Qt5: Cpp/TextEditor: Get rid of QOverloadJarek Kobus2022-07-262-2/+2
* LanguageClient: remove fragile flag from lsp proposalsDavid Schulz2022-07-111-2/+5
* CodeAssist: Fix disapearing completion list after updateDavid Schulz2022-07-081-0/+1
* Clangd: Fix autocompletion for old style SIGNAL and SLOTArtem Sokolovskii2022-07-041-0/+1
* CodeAssist: Fix Coverity issuesOrgad Shaneh2022-07-042-3/+3
* Revert "Editor: Update current argument in function hint"David Schulz2022-06-291-2/+0
* Editor: only close proposal widgets after updatesDavid Schulz2022-06-281-4/+9
* Editor: Fix dangling completion widgetsDavid Schulz2022-06-242-1/+7
* Utils: Get rid of UTILS_DELETE_MOVE_AND_COPYJarek Kobus2022-05-251-3/+1
* Remove or replace a few unnecessary #includeshjk2022-05-201-1/+1
* TextEditor: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-191-1/+1
* TextEditor: add text cursor to assist interfaceDavid Schulz2022-05-132-12/+15
* DocumentContentCompletion: Work with non-ASCII wordsAndre Hartmann2022-02-221-1/+1
* CodeAssist: reset flag before starting new processorDavid Schulz2022-02-071-0/+1
* Editor: prevent using function hint widget while it is deletedDavid Schulz2022-01-171-1/+4
* Editor: fix crash in function hint widgetDavid Schulz2022-01-141-1/+1
* TextEditor: correctly initialize automatic proposal timeoutDavid Schulz2021-12-091-1/+1
* Editor: hide old proposal if new proposal is emptyDavid Schulz2021-10-281-0/+1
* Fix qHash-related size compatibility warnings by MSVCOrgad Shaneh2021-10-201-1/+1
* Editor: multi cursor supportDavid Schulz2021-09-271-4/+6
* Editor: pass AssistInterface to createProcessorDavid Schulz2021-09-166-6/+7
* Editor: fix marking proposal entries as explicitly selectedDavid Schulz2021-09-021-1/+1
* Editor: reuse generic proposal widgetDavid Schulz2021-09-0210-12/+82
* Editor: Fix completion tooltip width calculationDavid Schulz2021-08-111-2/+3