summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppcodecompletion.h
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | | | Done-with: danimo
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* More work on `Quick Fix'.Roberto Raggi2009-06-091-0/+21
|
* Renamed braces to bracketsThorbjørn Lindeijer2009-05-261-3/+3
| | | | | Since we're automatically inserting several kinds of brackets, but not braces ({ }).
* Better name for method to pick the completion collectorThorbjørn Lindeijer2009-04-071-1/+1
| | | | isValid -> supportsEditor
* Introduced ICompletionCollector::isValid(editor).Roberto Raggi2009-04-021-0/+1
|
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* CleanupRoberto Raggi2009-02-171-10/+6
|
* Ignore undefined macros in macro completionThorbjørn Lindeijer2009-02-171-0/+4
| | | | Done with Roberto Raggi
* More intelligent function argument widgetThorbjørn Lindeijer2009-02-161-3/+2
| | | | | | | | | | | Now it shows immediately when there is only a single signature of a given method/constructor. (cherry picked from commit 8b9dd766c822a9f7b929ae14eab3e2e402307c8c) Conflicts: src/plugins/cpptools/cppcodecompletion.cpp
* Completion for constructors used on initializationThorbjørn Lindeijer2009-02-161-1/+3
| | | | | | | | | Deals with cases like "QString s(", but for the moment doesn't handle yet "QString const s(". Done with Roberto Raggi. (cherry picked from commit fca3ec1f3288ac4bcbfaed7f6c613af5cc762dda)
* Fixes: some less caching of the ICore singleton pointerhjk2009-01-281-8/+1
|
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
|
* Simple typedef support for T_ARROW member access.Roberto Raggi2008-12-301-2/+1
|
* Improved CppCodeCompletion::completeScope(). Added simple support for typedefs.Roberto Raggi2008-12-301-2/+1
|
* Merge branch '0.9.1-beta'dt2008-12-171-1/+1
|\
| * chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
| |
* | Added option to disable completion of common prefixThorbjørn Lindeijer2008-12-161-0/+4
| | | | | | | | Some people don't like this.
* | Added configuration options for code completionThorbjørn Lindeijer2008-12-151-0/+8
|/ | | | | It is now possible to choose between case-sensitive or case-insensitive completion. Also, you can now disable the automatic insertion of braces.
* more file cosmeticshjk2008-12-021-4/+5
|
* off-by-one in headershjk2008-12-021-1/+0
|
* end-of-line whitespace correction of the new headershjk2008-12-021-10/+11
|
* Initial importcon2008-12-021-0/+145