aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/codeassist
Commit message (Expand)AuthorAgeFilesLines
* QbsProjectManager: Support completion via qbs' LSP serverChristian Kandeler2024-02-081-0/+1
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2024-01-301-10/+38
|\
| * TextEditor: Add case sensitivity checks in optimizationDavid Schulz2024-01-261-10/+38
* | TextEditor: Move test creation closer to tested codehjk2024-01-222-35/+43
|/
* CMakeFileCompletionAssist: Fix a crash on completionJarek Kobus2023-10-021-3/+1
* Fix occurrences of the contains/insert anti-patternChristian Kandeler2023-06-231-2/+1
* QScopeGuard: Make all usages of QScopeGuard consistentJarek Kobus2023-06-071-1/+1
* TextEditor: Reuse qScopeGuard instead of ExecuteOnDestructionJarek Kobus2023-06-051-3/+3
* TextEditor: add tests for the code assistantDavid Schulz2023-05-312-0/+189
* Merge remote-tracking branch 'origin/10.0' into 11.0Eike Ziller2023-05-251-14/+14
|\
| * CodeAssistant: do not schedule processor deletion too earlyDavid Schulz2023-05-231-14/+14
* | 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