summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppcodecompletion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/1.3'con2009-10-261-0/+3
|\
| * Initialize all the members of CppCodeCompletionRoberto Raggi2009-10-211-0/+3
* | Merge remote branch 'origin/1.3'Oswald Buddenhagen2009-10-201-37/+50
|\ \ | |/
| * Fixed possible crash when completing top-level declarations.Roberto Raggi2009-10-201-3/+8
| * Don't acticate completion inside C++-like comments.Roberto Raggi2009-10-201-30/+30
| * Fix function signature completion for cv-qualified functions.Christian Kamm2009-10-201-4/+12
| * Add completion for function signatures.Christian Kamm2009-10-201-3/+77
* | Add completion for function signatures.Christian Kamm2009-10-191-3/+77
* | Merge remote branch 'origin/1.3'con2009-10-161-133/+68
|\ \ | |/
| * Added support to complete function-call operators.Roberto Raggi2009-10-161-13/+41
| * Simplified member completion.Roberto Raggi2009-10-161-120/+27
* | Added Objective-C @-keywords to the completion.Erik Verbruggen2009-10-091-2/+21
|/
* Improved the detection of #include-like directives.Roberto Raggi2009-10-081-14/+9
* Enable completion in C++ ctor-initializers. For example,Roberto Raggi2009-10-081-4/+15
* Renamed `awesome' :)Roberto Raggi2009-10-051-4/+4
* Removed the m_ prefix used in the public members of CompletionItemRoberto Raggi2009-10-051-34/+34
* Improved template instantiation.Roberto Raggi2009-10-051-9/+11
* Support include completion for frameworks on Mac.con2009-10-011-0/+17
* FullySpecifiedType::simplified() strips references from the type.Roberto Raggi2009-09-301-19/+6
* Handle ctor-initializers in the LookupContext.Roberto Raggi2009-09-291-5/+4
* Avoid completing a closing parenthesis in the wrong placeThorbjørn Lindeijer2009-09-221-4/+8
* move auto parentheses handling into the cpp editormae2009-09-171-3/+1
* Fixed the completion to take into account auto parentheses insertionThorbjørn Lindeijer2009-09-161-4/+18
* Optimized startOfOperator a bitThorbjørn Lindeijer2009-08-281-30/+52
* long live the kinghjk2009-08-141-1/+1
* Enable include completion also for ObjectiveC's 'import'Daniel Molkentin2009-07-311-1/+2
* Made trailing slash trigger the next include completionThorbjørn Lindeijer2009-07-241-0/+6
* Avoid inserting another closing character when completing includesThorbjørn Lindeijer2009-07-241-24/+16
* Do the scanning for include files in the backgroundThorbjørn Lindeijer2009-07-241-18/+1
* Implemented include completionThorbjørn Lindeijer2009-07-231-13/+151
* Fixed warnings about unused variablesThorbjørn Lindeijer2009-07-101-2/+2
* Fixed possible crash when completing function-like arguments.Roberto Raggi2009-07-091-1/+1
* Fixed colors of function argument hint with some palettesThorbjørn Lindeijer2009-06-221-13/+40
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Merge branch '1.2' of git@scm.dev.nokia.troll.no:creator/mainlineRoberto Raggi2009-06-111-6/+1
|\
| * Made case-insensitive code completion really case-insensitiveThorbjørn Lindeijer2009-06-101-6/+1
* | More work on `Quick Fix'.Roberto Raggi2009-06-091-0/+54
|/
* ifdef Q_?S_* cleanupOswald Buddenhagen2009-06-031-1/+1
* Fixed HTML escaping issues in the function argument widgetThorbjørn Lindeijer2009-05-281-3/+14
* Still trigger completion for signals and slotsThorbjørn Lindeijer2009-05-271-1/+2
* Made typing parenthesis even fasterThorbjørn Lindeijer2009-05-271-0/+20
* Renamed braces to bracketsThorbjørn Lindeijer2009-05-261-6/+6
* Fixed prettyprint of template types.Roberto Raggi2009-05-191-0/+1
* Removed hidden function declarations from the overloaded function set.Roberto Raggi2009-05-191-23/+38
* Use up/down arrows for function completion widget.Christian Hoenig2009-05-131-12/+12
* Function argument widget was closing too early.con2009-04-081-2/+13
* Better name for method to pick the completion collectorThorbjørn Lindeijer2009-04-071-4/+1
* Fix position of function argument hint with multiple screensThorbjørn Lindeijer2009-04-061-2/+2
* Introduced ICompletionCollector::isValid(editor).Roberto Raggi2009-04-021-0/+3
* Moved some complicated checks into convenience functionsThorbjørn Lindeijer2009-03-261-7/+2