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
/
cpptools
/
cppcodecompletion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
completion: enable multiple completors for different use cases.
hjk
2011-02-21
1
-2
/
+9
*
Fixed argument completion for destructors.
Erik Verbruggen
2011-01-19
1
-3
/
+17
*
It's 2011 now.
con
2011-01-12
1
-1
/
+1
*
C++ completion: Skip Q_PROPERTY and Q_ENUMS symbols.
Christian Kamm
2011-01-07
1
-3
/
+6
*
Sort the completion items when searching for common prefixes.
Roberto Raggi
2010-12-20
1
-1
/
+1
*
Merge branch '2.1'
con
2010-12-17
1
-7
/
+11
|
\
|
*
License headers.
con
2010-12-17
1
-7
/
+11
*
|
Avoid skipping the closing parenthesis when completing with '('
Thorbjørn Lindeijer
2010-12-16
1
-1
/
+6
*
|
Don't popup the automatic completion box when the identifier under cursor is ...
Roberto Raggi
2010-12-14
1
-0
/
+25
*
|
Snippets: Make it easier for plugins to add snippets groups
Leandro Melo
2010-12-08
1
-1
/
+3
*
|
Snippets: Feature enhancement start...
Leandro Melo
2010-12-08
1
-5
/
+6
|
/
*
C++ editor: Don't sort global completions for performance reasons
Leandro Melo
2010-12-06
1
-3
/
+1
*
Fixed regression when completing function templates.
Roberto Raggi
2010-11-08
1
-4
/
+38
*
Snippets: Show snippets after "corresponding" keywords.
Leandro Melo
2010-09-27
1
-1
/
+1
*
Add support for C++ snippets.
Leandro Melo
2010-09-24
1
-9
/
+21
*
Editor: cleanup special cases for snippets.
Erik Verbruggen
2010-09-24
1
-3
/
+0
*
Editor: don't leave snippet mode when user pasts/completes.
Erik Verbruggen
2010-09-24
1
-0
/
+3
*
Avoid function completion tootltip to go out of the screen.
Leandro Melo
2010-09-15
1
-2
/
+21
*
Merge CPlusPlus::NameId and CPlusPlus::Identifier.
Roberto Raggi
2010-09-02
1
-1
/
+1
*
Renamed Symbol::scope() to Symbol::enclosingScope().
Roberto Raggi
2010-08-26
1
-3
/
+3
*
Renamed Symbol::identity() to Symbol::unqualifiedName().
Roberto Raggi
2010-08-26
1
-2
/
+2
*
Get rid of the #warning directives.
Roberto Raggi
2010-08-11
1
-1
/
+1
*
Removed TemplateParameters.
Roberto Raggi
2010-08-11
1
-0
/
+3
*
Merged ScopedSymbol and Scope.
Roberto Raggi
2010-08-11
1
-28
/
+28
*
Use Prototype instead of Function.
Roberto Raggi
2010-08-05
1
-2
/
+2
*
Refactored CPlusPlus::Function.
Roberto Raggi
2010-08-05
1
-3
/
+3
*
Show the predefined macros in the completion box.
Roberto Raggi
2010-08-04
1
-0
/
+1
*
Keep the current explicitly selected item.
Roberto Raggi
2010-08-03
1
-0
/
+4
*
Get rid of dangerous bool cast.
Roberto Raggi
2010-08-03
1
-3
/
+5
*
Get rid of the automatic completion box when its only entry is the symbol und...
Roberto Raggi
2010-08-02
1
-3
/
+2
*
Delay the automatic completion.
Roberto Raggi
2010-07-19
1
-1
/
+6
*
Don't complete the current item when pressing special characters (e.g. `;') i...
Roberto Raggi
2010-07-19
1
-9
/
+13
*
Introduced helpers to rewrite types and names.
Roberto Raggi
2010-07-16
1
-2
/
+4
*
Avoid opening completion box in some unwanted situations
Thorbjørn Lindeijer
2010-07-15
1
-6
/
+24
*
Trigger only on exactly 3 characters for C++ completion
Thorbjørn Lindeijer
2010-07-15
1
-2
/
+2
*
Make the way completion is triggered configurable
Thorbjørn Lindeijer
2010-07-15
1
-1
/
+1
*
Automatically trigger completion for C++ editor after three characters
Thorbjørn Lindeijer
2010-07-15
1
-3
/
+28
*
Recursive definition of CPlusPlus::QualifiedNameId.
Roberto Raggi
2010-07-12
1
-1
/
+1
*
Allow certain characters to also trigger the completion
Thorbjørn Lindeijer
2010-07-09
1
-7
/
+63
*
Fixed completion for doxygen comments.
Erik Verbruggen
2010-07-06
1
-2
/
+3
*
Fixed scope calculation in code completion.
Erik Verbruggen
2010-07-06
1
-24
/
+11
*
Added ObjC completion for message-send expressions.
Erik Verbruggen
2010-07-06
1
-0
/
+118
*
Fixed function-like code completion.
Roberto Raggi
2010-07-05
1
-17
/
+15
*
Removing SimpleToken
Erik Verbruggen
2010-07-02
1
-9
/
+9
*
Removed the TokenCache.
Erik Verbruggen
2010-07-02
1
-16
/
+16
*
Added snippet expansion to the C++ code completion.
Erik Verbruggen
2010-06-18
1
-2
/
+11
*
Two more columnNumber() calls that should be positionInBlock()
Thorbjørn Lindeijer
2010-06-16
1
-1
/
+1
*
Introduced token caching to prevent repetetive tokenizing.
Erik Verbruggen
2010-06-14
1
-28
/
+24
*
Revert "Introduced a token cache for the C++ editor."
Erik Verbruggen
2010-06-04
1
-25
/
+21
*
Introduced a token cache for the C++ editor.
Erik Verbruggen
2010-06-04
1
-21
/
+25
[next]