summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppcodecompletion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed QTCREATORBUG-743Erik Verbruggen2010-02-221-1/+1
* Revert "Split Objective-C keyword parsing to handle the '@' separately."Erik Verbruggen2010-02-151-26/+9
* Split Objective-C keyword parsing to handle the '@' separately.Erik Verbruggen2010-02-151-9/+26
* Fix some code scanning issues.Friedemann Kleint2010-02-011-2/+2
* Generalized the filtering of completion items.Roberto Raggi2010-01-261-69/+10
* Fixed compile warningThorbjørn Lindeijer2010-01-201-1/+1
* Reuse local snapshot referenceThorbjørn Lindeijer2010-01-141-1/+1
* Merge remote branch 'origin/1.3'con2010-01-121-2/+9
|\
| * Use the completion case sensitivity settings also for relevanceThorbjørn Lindeijer2010-01-071-2/+9
* | Keep the snapshot around when performing a global completionRoberto Raggi2010-01-121-1/+1
* | Split CppCodeCompletion::startCompletion().Roberto Raggi2010-01-111-51/+100
* | Be smarter about CamelCase when doing case-insensitive completionThorbjørn Lindeijer2009-12-111-8/+12
* | Search symbols also in enum scopes.Roberto Raggi2009-12-101-2/+2
* | Implemented first-letter case-sensitive for completion as defaultThorbjørn Lindeijer2009-12-091-6/+15
* | Add only symbols declared in class scopes when performing class-completion.Roberto Raggi2009-12-081-0/+6
* | Initial work on the new CPlusPlus::Snapshot.Roberto Raggi2009-12-071-1/+1
* | Moved Completion::getCompletion() in ICompletionCollector and made the filter...Roberto Raggi2009-12-021-0/+37
* | Use const names.Roberto Raggi2009-12-011-11/+11
* | Merge remote branch 'origin/1.3'Oswald Buddenhagen2009-11-201-1/+10
|\ \ | |/
| * Fixed function argument widget text color in dark themesThorbjørn Lindeijer2009-11-201-0/+8
| * Fixed possible crash on constructor completionThorbjørn Lindeijer2009-11-191-1/+2
* | Get rid off QPair<FullySpecifiedType, Symbol *>. Use LookupItem intead.Roberto Raggi2009-11-171-25/+25
* | Introduced the quick fix engineRoberto Raggi2009-11-131-53/+0
* | Fixed the AST field names.Roberto Raggi2009-11-101-2/+2
* | Cleanup postfix declarators.Roberto Raggi2009-11-101-1/+1
* | Removed DeclaratorListASTRoberto Raggi2009-11-101-2/+2
* | Merge commit 'origin/1.3'con2009-11-091-14/+18
|\ \ | |/
| * Do never offer signature autocompletion for constructor calls.Christian Kamm2009-11-091-14/+18
* | Merge commit 'origin/1.3'con2009-11-041-8/+8
|\ \ | |/
| * Replace . with -> only when the base expression has type pointer to class.Roberto Raggi2009-11-041-8/+8
* | Merge commit 'origin/1.3'con2009-11-031-12/+24
|\ \ | |/
| * Improve completion for function declarations.Christian Kamm2009-11-021-12/+24
* | 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