summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppcodecompletion.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | More intelligent function argument widgetThorbjørn Lindeijer2009-02-121-35/+26
* | Revert now unnecessary checks for null-typesThorbjørn Lindeijer2009-02-101-17/+4
* | Fix for crash when doing signal completionThorbjørn Lindeijer2009-02-101-1/+3
* | Avoid inserting characters that are already thereThorbjørn Lindeijer2009-02-101-5/+20
* | Fixes: Possible crash in completeMember.Roberto Raggi2009-02-101-1/+3
* | Fixes: Possible crash when completing constructors.Roberto Raggi2009-02-091-1/+8
* | Fixes: Possible crash when completing a function with (void) argument.Roberto Raggi2009-02-091-1/+2
* | Fixes: Another possible crashRoberto Raggi2009-02-091-1/+2
* | Reimplemented Type::as*Type() using virtual methods.Roberto Raggi2009-02-091-20/+20
* | Completion for constructors used on initializationThorbjørn Lindeijer2009-02-041-23/+62
|/
* Fixes: Do not activate member completion when class names are used as base of...Roberto Raggi2009-02-041-2/+6
* Fixes: Member completion when the symbol's type is ClassTy.Roberto Raggi2009-02-031-1/+5
* Don't replace . with -> in case of primitive typesThorbjørn Lindeijer2009-02-031-6/+8
* Fixes: some less caching of the ICore singleton pointerhjk2009-01-281-7/+7
* Fix SIGNAL/SLOT completion with spaces after opening braceThorbjørn Lindeijer2009-01-261-6/+11
* Don't add the objc++ keywords to the completion box.Roberto Raggi2009-01-141-1/+1
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
* Windows compile warningFriedemann Kleint2009-01-131-3/+3
* Fixed crash in function argument widgetThorbjørn Lindeijer2009-01-131-3/+6
* Fixed compilation problem with gcc 3.3Thorbjørn Lindeijer2009-01-081-3/+2
* Replace a. with a[0]. when `a' has type array of T.Roberto Raggi2009-01-051-0/+18
* Completion for typedef of pointer to struct.Roberto Raggi2008-12-311-10/+28
* Renamed SymbolsForDotAccess to ResolveClass.Roberto Raggi2008-12-301-13/+13
* Simple typedef support for T_ARROW member access.Roberto Raggi2008-12-301-12/+11
* Improved CppCodeCompletion::completeScope(). Added simple support for typedefs.Roberto Raggi2008-12-301-10/+23
* Initial support for typedefs.Roberto Raggi2008-12-291-12/+10
* Nicer implementation of CPlusPlus::Macro.Roberto Raggi2008-12-221-2/+2
* 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-1/+11
* | Added configuration options for code completionThorbjørn Lindeijer2008-12-151-19/+40
|/
* Look at the signed/unsigned specifiers when checking function return types.Roberto Raggi2008-12-121-2/+4
* Introduced CPlusPlus::Snapshot, it contains a snap shot of the indexer's curr...Roberto Raggi2008-12-121-3/+5
* Fixed code completion when using macros in the expression's code (e.g. in qAp...Roberto Raggi2008-12-111-1/+2
* use QTC_ASSERT instead of Q_ASSERThjk2008-12-091-2/+5
* Don't keep around references to old documentsThorbjørn Lindeijer2008-12-081-0/+4
* Use Macros.Roberto Raggi2008-12-081-1/+3
* more file cosmeticshjk2008-12-021-0/+1
* 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/+1040