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
/
cppeditor
/
cppeditorwidget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Utils: Centralize style-related property names as constants
Alessandro Portale
2023-05-10
1
-2
/
+3
*
Merge remote-tracking branch 'origin/10.0'
Eike Ziller
2023-05-05
1
-12
/
+8
|
\
|
*
TextEditor: always return a valid assist interface
David Schulz
2023-05-02
1
-12
/
+8
*
|
ProjectExplorer: Move some not-fully-session related bits
hjk
2023-03-01
1
-3
/
+3
|
/
*
CppEditor: Warn against renaming in generated files
Christian Kandeler
2023-01-30
1
-3
/
+56
*
Designer: Update C++ code model on an object name change in designer
Christian Kandeler
2023-01-27
1
-1
/
+11
*
CppEditor: Convert to Tr::tr
Alessandro Portale
2023-01-12
1
-8
/
+6
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
TextEditors: Implement "Follow Symbol" for HTTP urls in string literals
Xavier BESSON
2022-12-16
1
-2
/
+11
*
QmlJsEditor: Implement "Follow Symbol" for qrc paths in string literals
Xavier BESSON
2022-12-15
1
-1
/
+4
*
Editor: move ownership of assist interface to processor
David Schulz
2022-11-17
1
-9
/
+7
*
CppEditor: Proliferate FilePath use a bit
hjk
2022-09-30
1
-1
/
+1
*
CppEditor: Add actions for following a symbol to its type
Christian Kandeler
2022-09-27
1
-0
/
+14
*
CppEditor: Check document before access
Christian Kandeler
2022-09-22
1
-0
/
+3
*
CppEditor: Implement "Follow Symbol" for qrc paths in string literals
Christian Kandeler
2022-09-16
1
-9
/
+38
*
ClangCodeModel: Support setting additional preprocessor directives
Christian Kandeler
2022-09-13
1
-13
/
+9
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
Editor: add and use editor toolbar outline setter
David Schulz
2022-08-25
1
-16
/
+18
*
CppEditor: remove dependencies between different outline views
David Schulz
2022-08-19
1
-5
/
+0
*
CppEditor: move outline model to document
David Schulz
2022-08-18
1
-14
/
+2
*
CppEditor: Avoid a FilePath <-> QString roundtrip
hjk
2022-08-10
1
-3
/
+1
*
CppEditor: Remove unused code
Christian Kandeler
2022-08-02
1
-4
/
+0
*
Drop Qt5: Cpp/TextEditor: Get rid of QOverload
Jarek Kobus
2022-07-26
1
-2
/
+2
*
Clangd: Fix autocompletion for old style SIGNAL and SLOT
Artem Sokolovskii
2022-07-04
1
-3
/
+24
*
Do not pass Utils::LinkHandler by rvalue ref
Christian Kandeler
2022-06-07
1
-3
/
+3
*
Utils: Rename ProcessLinkCallback to something less clumsy
Christian Kandeler
2022-06-03
1
-2
/
+2
*
CppEditor: Remove unused functions
Christian Kandeler
2022-06-03
1
-51
/
+0
*
CppEditorWidget: Get rid of unused methods
Jarek Kobus
2022-06-02
1
-70
/
+0
*
ModelManagerSupport: Get rid of UsagesCallback from findUsages()
Jarek Kobus
2022-06-02
1
-10
/
+3
*
ModelManagerSupport: Get rid of UsagesCallback from globalRename()
Jarek Kobus
2022-06-02
1
-8
/
+1
*
TextEditor: add text cursor to assist interface
David Schulz
2022-05-13
1
-1
/
+0
*
TextEditor: Fix local rename off by one
David Schulz
2022-05-11
1
-1
/
+1
*
CppEditor: Acknowledge the existence of clangd
Christian Kandeler
2022-05-11
1
-1
/
+1
*
Move MinimizableInfoBars from CppEditorDocument to IDocument
Eike Ziller
2022-05-10
1
-4
/
+0
*
MinimizableInfoBars: Move to Utils
Eike Ziller
2022-05-09
1
-1
/
+0
*
MinimizableInfoBars: Move toolbar visibility handling
Eike Ziller
2022-05-06
1
-13
/
+2
*
Remove clangsupport dependency from plugins
Christian Kandeler
2022-05-06
1
-14
/
+7
*
CppEditor: Remove RefactoringEngine
Christian Kandeler
2022-05-04
1
-3
/
+2
*
ClangCodeModel: Remove libclang fallback for "follow symbol"
Christian Kandeler
2022-04-28
1
-13
/
+2
*
TextEditor: Suppress warning about unused parameters
hjk
2022-03-30
1
-0
/
+3
*
TextEditor: move setIfdefedOutBlocks to TextDocument
David Schulz
2021-12-06
1
-1
/
+1
*
CppEditor: Follow symbols in generated UI headers to .ui file
Christian Kandeler
2021-10-27
1
-4
/
+34
*
Editor: multi cursor support
David Schulz
2021-09-27
1
-0
/
+3
*
Editor: pass AssistInterface to createProcessor
David Schulz
2021-09-16
1
-1
/
+2
*
CppEditor: Remove unneeded CppEditorWidgetInterface
Christian Kandeler
2021-09-07
1
-2
/
+11
*
CppEditor: Move trySplitComment() to its only point of use
Christian Kandeler
2021-09-06
1
-1
/
+293
*
Merge CppTools into CppEditor
Christian Kandeler
2021-09-01
1
-40
/
+36
*
CppTools: Use only const pointers for ProjectInfo and ProjectPart
Christian Kandeler
2021-08-27
1
-7
/
+8
*
ClangCodeModel: Use clangd for completion and function hint
Christian Kandeler
2021-08-23
1
-2
/
+4
*
CppTools: Turn some classes into pure value types
Christian Kandeler
2021-08-13
1
-1
/
+1
[next]