summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppcodecompletion.cpp
Commit message (Expand)AuthorAgeFilesLines
* completion: enable multiple completors for different use cases.hjk2011-02-211-2/+9
* Fixed argument completion for destructors.Erik Verbruggen2011-01-191-3/+17
* It's 2011 now.con2011-01-121-1/+1
* C++ completion: Skip Q_PROPERTY and Q_ENUMS symbols.Christian Kamm2011-01-071-3/+6
* Sort the completion items when searching for common prefixes.Roberto Raggi2010-12-201-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Avoid skipping the closing parenthesis when completing with '('Thorbjørn Lindeijer2010-12-161-1/+6
* | Don't popup the automatic completion box when the identifier under cursor is ...Roberto Raggi2010-12-141-0/+25
* | Snippets: Make it easier for plugins to add snippets groupsLeandro Melo2010-12-081-1/+3
* | Snippets: Feature enhancement start...Leandro Melo2010-12-081-5/+6
|/
* C++ editor: Don't sort global completions for performance reasonsLeandro Melo2010-12-061-3/+1
* Fixed regression when completing function templates.Roberto Raggi2010-11-081-4/+38
* Snippets: Show snippets after "corresponding" keywords.Leandro Melo2010-09-271-1/+1
* Add support for C++ snippets.Leandro Melo2010-09-241-9/+21
* Editor: cleanup special cases for snippets.Erik Verbruggen2010-09-241-3/+0
* Editor: don't leave snippet mode when user pasts/completes.Erik Verbruggen2010-09-241-0/+3
* Avoid function completion tootltip to go out of the screen.Leandro Melo2010-09-151-2/+21
* Merge CPlusPlus::NameId and CPlusPlus::Identifier.Roberto Raggi2010-09-021-1/+1
* Renamed Symbol::scope() to Symbol::enclosingScope().Roberto Raggi2010-08-261-3/+3
* Renamed Symbol::identity() to Symbol::unqualifiedName().Roberto Raggi2010-08-261-2/+2
* Get rid of the #warning directives.Roberto Raggi2010-08-111-1/+1
* Removed TemplateParameters.Roberto Raggi2010-08-111-0/+3
* Merged ScopedSymbol and Scope.Roberto Raggi2010-08-111-28/+28
* Use Prototype instead of Function.Roberto Raggi2010-08-051-2/+2
* Refactored CPlusPlus::Function.Roberto Raggi2010-08-051-3/+3
* Show the predefined macros in the completion box.Roberto Raggi2010-08-041-0/+1
* Keep the current explicitly selected item.Roberto Raggi2010-08-031-0/+4
* Get rid of dangerous bool cast.Roberto Raggi2010-08-031-3/+5
* Get rid of the automatic completion box when its only entry is the symbol und...Roberto Raggi2010-08-021-3/+2
* Delay the automatic completion.Roberto Raggi2010-07-191-1/+6
* Don't complete the current item when pressing special characters (e.g. `;') i...Roberto Raggi2010-07-191-9/+13
* Introduced helpers to rewrite types and names.Roberto Raggi2010-07-161-2/+4
* Avoid opening completion box in some unwanted situationsThorbjørn Lindeijer2010-07-151-6/+24
* Trigger only on exactly 3 characters for C++ completionThorbjørn Lindeijer2010-07-151-2/+2
* Make the way completion is triggered configurableThorbjørn Lindeijer2010-07-151-1/+1
* Automatically trigger completion for C++ editor after three charactersThorbjørn Lindeijer2010-07-151-3/+28
* Recursive definition of CPlusPlus::QualifiedNameId.Roberto Raggi2010-07-121-1/+1
* Allow certain characters to also trigger the completionThorbjørn Lindeijer2010-07-091-7/+63
* Fixed completion for doxygen comments.Erik Verbruggen2010-07-061-2/+3
* Fixed scope calculation in code completion.Erik Verbruggen2010-07-061-24/+11
* Added ObjC completion for message-send expressions.Erik Verbruggen2010-07-061-0/+118
* Fixed function-like code completion.Roberto Raggi2010-07-051-17/+15
* Removing SimpleTokenErik Verbruggen2010-07-021-9/+9
* Removed the TokenCache.Erik Verbruggen2010-07-021-16/+16
* Added snippet expansion to the C++ code completion.Erik Verbruggen2010-06-181-2/+11
* Two more columnNumber() calls that should be positionInBlock()Thorbjørn Lindeijer2010-06-161-1/+1
* Introduced token caching to prevent repetetive tokenizing.Erik Verbruggen2010-06-141-28/+24
* Revert "Introduced a token cache for the C++ editor."Erik Verbruggen2010-06-041-25/+21
* Introduced a token cache for the C++ editor.Erik Verbruggen2010-06-041-21/+25