| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use QString::size() instead QString::length() | hjk | 2025-11-13 | 1 | -1/+1 |
| * | TextEditor: Remove unused CodeAssistantPrivate::proposalPrefix() | hjk | 2025-11-04 | 1 | -9/+0 |
| * | CodeAssistant: fix crash on closing editor while assist runs | David Schulz | 2025-07-11 | 1 | -2/+2 |
| * | TextEditor: Fix possible nullptr disconnect | Christian Stenger | 2024-11-19 | 1 | -3/+8 |
| * | Merge remote-tracking branch 'origin/14.0' | Eike Ziller | 2024-09-25 | 1 | -0/+4 |
| |\ |
|
| | * | TextEditor: fix disconnect in invalidateCurrentRequestData | David Schulz | 2024-09-19 | 1 | -1/+1 |
| | * | TextEditor: Fix crash after request provider destruction | David Schulz | 2024-09-16 | 1 | -0/+4 |
| * | | Remove #include <utils/fileutils.h> from most header files | hjk | 2024-07-26 | 1 | -0/+1 |
| * | | Editor: remove TextDocumentManipulator | David Schulz | 2024-07-01 | 1 | -3/+1 |
| |/ |
|
| * | QScopeGuard: Make all usages of QScopeGuard consistent | Jarek Kobus | 2023-06-07 | 1 | -1/+1 |
| * | TextEditor: Reuse qScopeGuard instead of ExecuteOnDestruction | Jarek Kobus | 2023-06-05 | 1 | -3/+3 |
| * | Merge remote-tracking branch 'origin/10.0' into 11.0 | Eike Ziller | 2023-05-25 | 1 | -14/+14 |
| |\ |
|
| | * | CodeAssistant: do not schedule processor deletion too early | David Schulz | 2023-05-23 | 1 | -14/+14 |
| * | | CodeAssistant: block suggestions while proposal is visible | David Schulz | 2023-05-11 | 1 | -0/+3 |
| * | | Merge remote-tracking branch 'origin/10.0' | Eike Ziller | 2023-05-05 | 1 | -4/+5 |
| |\| |
|
| | * | TextEditor: always return a valid assist interface | David Schulz | 2023-05-02 | 1 | -4/+5 |
| * | | TextEditor: avoid showing suggestion and completion simultaneously | David Schulz | 2023-03-16 | 1 | -0/+8 |
| * | | TextEditor: skip auto completion while suggestion is visible | David Schulz | 2023-03-16 | 1 | -0/+1 |
| |/ |
|
| * | Remove GPL-3.0+ from license identifiers | Kai Köhne | 2023-01-06 | 1 | -1/+1 |
| * | LanguageClient: move completion rerequest logic | David Schulz | 2022-11-29 | 1 | -53/+31 |
| * | Editor: move ownership of assist interface to processor | David Schulz | 2022-11-17 | 1 | -4/+4 |
| * | Editor: always configured assistant | David Schulz | 2022-11-16 | 1 | -27/+5 |
| * | Editor: unify assist processor handling | David Schulz | 2022-11-14 | 1 | -85/+38 |
| * | LanguageClient: use internal filtering if we got all completions | David Schulz | 2022-11-11 | 1 | -8/+18 |
| * | Editor: consider all providers with matching activation chars | David Schulz | 2022-11-11 | 1 | -6/+7 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | CodeAssistant: Avoid using sender() | Jarek Kobus | 2022-08-01 | 1 | -3/+3 |
| * | Drop Qt5: Cpp/TextEditor: Get rid of QOverload | Jarek Kobus | 2022-07-26 | 1 | -1/+1 |
| * | LanguageClient: remove fragile flag from lsp proposals | David Schulz | 2022-07-11 | 1 | -2/+5 |
| * | CodeAssist: Fix disapearing completion list after update | David Schulz | 2022-07-08 | 1 | -0/+1 |
| * | CodeAssist: Fix Coverity issues | Orgad Shaneh | 2022-07-04 | 1 | -2/+2 |
| * | Editor: only close proposal widgets after updates | David Schulz | 2022-06-28 | 1 | -4/+9 |
| * | Editor: Fix dangling completion widgets | David Schulz | 2022-06-24 | 1 | -1/+3 |
| * | CodeAssist: reset flag before starting new processor | David Schulz | 2022-02-07 | 1 | -0/+1 |
| * | TextEditor: correctly initialize automatic proposal timeout | David Schulz | 2021-12-09 | 1 | -1/+1 |
| * | Editor: hide old proposal if new proposal is empty | David Schulz | 2021-10-28 | 1 | -0/+1 |
| * | Editor: multi cursor support | David Schulz | 2021-09-27 | 1 | -4/+6 |
| * | Editor: pass AssistInterface to createProcessor | David Schulz | 2021-09-16 | 1 | -1/+1 |
| * | Editor: reuse generic proposal widget | David Schulz | 2021-09-02 | 1 | -5/+17 |
| * | TextEditor: Allow incremental proposals | Christian Kandeler | 2021-06-18 | 1 | -6/+15 |
| * | ClangCodeModel: Let user choose the override | Christian Kandeler | 2021-06-01 | 1 | -0/+2 |
| * | Editor: Close function hint proposal on destroyContext | David Schulz | 2021-05-17 | 1 | -1/+1 |
| * | TextEditor: Fix is visible check of function hint | David Schulz | 2021-05-05 | 1 | -1/+1 |
| * | TextEditor: Use invokeMethod instead of singleShot timer with 0 delay | Jarek Kobus | 2021-02-02 | 1 | -1/+3 |
| * | TextEditor: Always destroy old context when displaying new proposal | David Schulz | 2020-10-26 | 1 | -12/+5 |
| * | Editor: fix completion character completions | David Schulz | 2020-10-19 | 1 | -2/+3 |
| * | TextEditor: request assist after trigger char inserted | David Schulz | 2020-10-05 | 1 | -11/+21 |
| * | Revert "CodeAssist: Avoid pointless completion request after accepting item" | David Schulz | 2020-10-02 | 1 | -17/+0 |
| * | TextEditor: Do not invoke auto-completion recursively | Christian Kandeler | 2020-09-11 | 1 | -2/+0 |
| * | TextEditor: Fix build with Qt6 | Eike Ziller | 2020-09-08 | 1 | -2/+2 |