summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppcodecompletion.h
Commit message (Expand)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Add support for C++ snippets.Leandro Melo2010-09-241-0/+4
* Don't complete the current item when pressing special characters (e.g. `;') i...Roberto Raggi2010-07-191-1/+1
* Automatically trigger completion for C++ editor after three charactersThorbjørn Lindeijer2010-07-151-0/+2
* Allow certain characters to also trigger the completionThorbjørn Lindeijer2010-07-091-1/+2
* Added ObjC completion for message-send expressions.Erik Verbruggen2010-07-061-0/+3
* Always remove the duplicates from the completion, even when the items are not...Roberto Raggi2010-05-281-0/+2
* Revert "Sort the items lazily."Roberto Raggi2010-05-261-2/+0
* Sort the items lazily.Roberto Raggi2010-05-261-0/+2
* Sort the completion items as soon as we have them.Roberto Raggi2010-05-261-1/+2
* There's no need to sort after filtering the completion.Roberto Raggi2010-05-261-0/+1
* Ported global completion to use the new LookupContext.Roberto Raggi2010-05-261-3/+1
* Added #preprocessor directive completion.Erik Verbruggen2010-05-181-0/+3
* Use the context created by TypeOfExpression.Roberto Raggi2010-05-181-19/+8
* Merge remote branch 'origin/2.0'con2010-05-121-16/+0
|\
| * Fixed completion settings to also apply to the QML code completionThorbjørn Lindeijer2010-05-111-16/+0
* | Introduced Symbol::copy(otherSymbol) and removed some deprecated code.Roberto Raggi2010-05-101-7/+0
* | Fixed compile with g++ 4.4.3Thorbjørn Lindeijer2010-05-051-1/+1
* | Try to use the new LookupContext.Roberto Raggi2010-05-051-7/+7
* | Ported completeScope(), completeNamespace() and completeClass() to use the ne...Roberto Raggi2010-05-051-0/+14
* | Deprecated the current LookupContext.Roberto Raggi2010-05-051-8/+8
|/
* Add "insert space after function name" option for GNU indentingAlexey Semenko2010-04-081-0/+4
* Long live the king!hjk2010-03-051-1/+1
* Revert "Split Objective-C keyword parsing to handle the '@' separately."Erik Verbruggen2010-02-151-1/+0
* Split Objective-C keyword parsing to handle the '@' separately.Erik Verbruggen2010-02-151-0/+1
* Generalized the filtering of completion items.Roberto Raggi2010-01-261-6/+2
* Split CppCodeCompletion::startCompletion().Roberto Raggi2010-01-111-2/+13
* Implemented first-letter case-sensitive for completion as defaultThorbjørn Lindeijer2009-12-091-3/+9
* Moved Completion::getCompletion() in ICompletionCollector and made the filter...Roberto Raggi2009-12-021-0/+1
* Get rid off QPair<FullySpecifiedType, Symbol *>. Use LookupItem intead.Roberto Raggi2009-11-171-6/+6
* Introduced the quick fix engineRoberto Raggi2009-11-131-21/+0
* Merge commit 'origin/1.3'con2009-11-091-1/+1
|\
| * Do never offer signature autocompletion for constructor calls.Christian Kamm2009-11-091-1/+1
* | Merge commit 'origin/1.3'con2009-10-261-8/+6
|\ \ | |/
| * Initialize all the members of CppCodeCompletionRoberto Raggi2009-10-211-7/+4
| * Add completion for function signatures.Christian Kamm2009-10-201-1/+2
* | Add completion for function signatures.Christian Kamm2009-10-191-1/+2
* | Merge remote branch 'origin/1.3'con2009-10-161-1/+2
|\ \ | |/
| * Added support to complete function-call operators.Roberto Raggi2009-10-161-1/+2
| * Renamed `awesome' :)Roberto Raggi2009-10-051-1/+1
| * Removed the m_ prefix used in the public members of CompletionItemRoberto Raggi2009-10-051-1/+1
* | Added Objective-C @-keywords to the completion.Erik Verbruggen2009-10-091-0/+6
|/
* long live the kinghjk2009-08-141-1/+1
* Implemented include completionThorbjørn Lindeijer2009-07-231-0/+5
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* More work on `Quick Fix'.Roberto Raggi2009-06-091-0/+21
* Renamed braces to bracketsThorbjørn Lindeijer2009-05-261-3/+3
* Better name for method to pick the completion collectorThorbjørn Lindeijer2009-04-071-1/+1
* Introduced ICompletionCollector::isValid(editor).Roberto Raggi2009-04-021-0/+1