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
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
*
|
Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}
Jarek Kobus
2023-05-03
1
-1
/
+1
*
|
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
*
|
TextEditor: Use QtConcurrent invocation for async run
Jarek Kobus
2023-03-10
1
-2
/
+2
|
/
*
Remove unneeded includes of utils/runextensions.h
Jarek Kobus
2023-01-27
1
-1
/
+0
*
TextEditor: prevent crash on updating the completion model
David Schulz
2023-01-19
2
-3
/
+3
*
TextEditor: Tr::tr
hjk
2023-01-18
1
-1
/
+3
*
Replace GPL-3.0 with GPL-3.0-only
Kai Köhne
2023-01-10
2
-2
/
+2
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
39
-39
/
+39
*
TextEditor: Pass context object to lambda connections
Jarek Kobus
2022-12-12
1
-2
/
+2
*
Editor: ensure something is selected after model update
David Schulz
2022-12-08
2
-9
/
+8
*
LanguageClient: move completion rerequest logic
David Schulz
2022-11-29
10
-114
/
+62
*
Editor: move ownership of assist interface to processor
David Schulz
2022-11-17
9
-55
/
+83
*
Editor: always configured assistant
David Schulz
2022-11-16
2
-30
/
+6
*
Editor: unify assist processor handling
David Schulz
2022-11-14
13
-260
/
+163
*
LanguageClient: use internal filtering if we got all completions
David Schulz
2022-11-11
3
-15
/
+27
*
Editor: consider all providers with matching activation chars
David Schulz
2022-11-11
1
-6
/
+7
*
Merge remote-tracking branch 'origin/9.0'
Eike Ziller
2022-11-10
1
-1
/
+1
|
\
|
*
Editor: delete assist interface in lsp/clangd support
David Schulz
2022-11-08
1
-1
/
+1
*
|
Utils: Add sorted() function
Christian Kandeler
2022-10-25
1
-3
/
+3
|
/
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
41
-984
/
+82
*
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
2
-2
/
+2
*
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
*
Clangd: Fix autocompletion for old style SIGNAL and SLOT
Artem Sokolovskii
2022-07-04
1
-0
/
+1
*
CodeAssist: Fix Coverity issues
Orgad Shaneh
2022-07-04
2
-3
/
+3
*
Revert "Editor: Update current argument in function hint"
David Schulz
2022-06-29
1
-2
/
+0
*
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
2
-1
/
+7
*
Utils: Get rid of UTILS_DELETE_MOVE_AND_COPY
Jarek Kobus
2022-05-25
1
-3
/
+1
*
Remove or replace a few unnecessary #includes
hjk
2022-05-20
1
-1
/
+1
*
TextEditor: Remove foreach / Q_FOREACH usage
Artem Sokolovskii
2022-05-19
1
-1
/
+1
*
TextEditor: add text cursor to assist interface
David Schulz
2022-05-13
2
-12
/
+15
*
DocumentContentCompletion: Work with non-ASCII words
Andre Hartmann
2022-02-22
1
-1
/
+1
*
CodeAssist: reset flag before starting new processor
David Schulz
2022-02-07
1
-0
/
+1
*
Editor: prevent using function hint widget while it is deleted
David Schulz
2022-01-17
1
-1
/
+4
*
Editor: fix crash in function hint widget
David Schulz
2022-01-14
1
-1
/
+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
*
Fix qHash-related size compatibility warnings by MSVC
Orgad Shaneh
2021-10-20
1
-1
/
+1
*
Editor: multi cursor support
David Schulz
2021-09-27
1
-4
/
+6
*
Editor: pass AssistInterface to createProcessor
David Schulz
2021-09-16
6
-6
/
+7
*
Editor: fix marking proposal entries as explicitly selected
David Schulz
2021-09-02
1
-1
/
+1
*
Editor: reuse generic proposal widget
David Schulz
2021-09-02
10
-12
/
+82
*
Editor: Fix completion tooltip width calculation
David Schulz
2021-08-11
1
-2
/
+3
[next]