index
:
delta/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
texteditor
/
codeassist
/
codeassistant.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
TextEditor: Introduce shortcut for forcing a function hint proposal
Christian Kandeler
2020-08-11
1
-1
/
+3
*
Editor: delete processor after canceling
David Schulz
2020-05-14
1
-1
/
+1
*
Editor: delete the processor that proposes a result
David Schulz
2020-05-14
1
-13
/
+14
*
CodeAssist: Fix leaking asynchronous processors
David Schulz
2020-05-12
1
-3
/
+6
*
CodeAssistant: add cancel to asynchronous processors
David Schulz
2020-02-20
1
-0
/
+2
*
Avoid warning on empty expressions
hjk
2019-07-23
1
-1
/
+1
*
LanguageClient: add signature help provider
David Schulz
2019-05-21
1
-16
/
+23
*
TextEditor: replace generic highlighter with ksyntaxhighlighting
David Schulz
2019-01-28
1
-1
/
+1
*
CodeAssist: Avoid pointless completion request after accepting item
Nikolai Kosjar
2018-11-06
1
-0
/
+17
*
TextEditor: Fix requesting more proposals than needed
Nikolai Kosjar
2018-10-23
1
-1
/
+1
*
LSP: rerequest completion if contents change while processing
David Schulz
2018-10-19
1
-4
/
+11
*
TextEditor: Modernize
Orgad Shaneh
2018-09-20
1
-2
/
+2
*
Introduce a basic client for the language server protocol
David Schulz
2018-09-03
1
-2
/
+5
[next]