aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools
Commit message (Expand)AuthorAgeFilesLines
* Split up general text editor settingsThorbjørn Lindeijer2009-01-271-26/+35
* Fix SIGNAL/SLOT completion with spaces after opening braceThorbjørn Lindeijer2009-01-261-6/+11
* Avoid going through ICore when it's not necessaryThorbjørn Lindeijer2009-01-211-1/+1
* replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() ...hjk2009-01-204-30/+23
* Remove #include <extensionsystem/pluginmanager.h> from icore.h, ahjk2009-01-192-3/+3
* remove ProjectExplorerInterface and ExtensionSystemInterfaces fileshjk2009-01-141-1/+1
* Fixes: - ICommand --> Commandcon2009-01-141-1/+1
* Fixes: - IActionContainer --> ActionContainercon2009-01-141-2/+2
* Don't add the objc++ keywords to the completion box.Roberto Raggi2009-01-141-1/+1
* Bump year in licence header.Daniel Molkentin2009-01-1321-21/+21
* Windows compile warningFriedemann Kleint2009-01-131-3/+3
* Modified IOptionsPage interface for Apply buttonThorbjørn Lindeijer2009-01-132-5/+3
* Fixes: - ProgressManagerInterface --> ProgressManagercon2009-01-131-2/+2
* Fixes: - ProgressManager --> ProgressManagerPrivatecon2009-01-131-1/+1
* Fixes: - Rename ActionManagerInterface --> ActionManagercon2009-01-131-2/+2
* 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
* Fixes: - Switch Header/Source sometimes uses wrong filecon2009-01-061-2/+3
* 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-302-14/+12
* Improved CppCodeCompletion::completeScope(). Added simple support for typedefs.Roberto Raggi2008-12-302-12/+24
* Initial support for typedefs.Roberto Raggi2008-12-291-12/+10
* Nicer implementation of CPlusPlus::Macro.Roberto Raggi2008-12-221-2/+2
* Some cleanup in the C++ preprocessor.Roberto Raggi2008-12-221-1/+1
* Bump version from 0.9.1 to 0.9.2goro2008-12-181-4/+4
* Some code simplification in CompletionSettingsPageThorbjørn Lindeijer2008-12-182-10/+13
* Merge branch '0.9.1-beta'dt2008-12-1720-20/+20
|\
| * Merge branch '0.9.1-beta' of [email protected]:creator/mainline into...dt2008-12-1621-21/+21
| |\
| | * chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-1621-21/+21
| * | Fixes: Nokia Technology Preview License -> Nokia Beta Version Licensedt2008-12-161-1/+1
| |/
* | Added option to disable completion of common prefixThorbjørn Lindeijer2008-12-165-2/+30
* | Moved dependency on QtHelpThorbjørn Lindeijer2008-12-161-1/+0
* | Moved the CppHoverHandler to the CppEditor pluginThorbjørn Lindeijer2008-12-169-546/+1
* | Fixed saving of code completion settingsThorbjørn Lindeijer2008-12-151-1/+1
* | Added configuration options for code completionThorbjørn Lindeijer2008-12-158-24/+297
* | Renamed cpptools.cpp to cpptoolsplugin.cppThorbjørn Lindeijer2008-12-153-3/+3
|/
* Merge branch '0.9.1-beta' of [email protected]:creator/mainline into...mae2008-12-121-2/+4
|\
| * Look at the signed/unsigned specifiers when checking function return types.Roberto Raggi2008-12-121-2/+4
* | check for !docmae2008-12-121-7/+7
|/
* Don't hardode -O3 optimization level for cpptools.Roberto Raggi2008-12-121-1/+0
* Introduced CPlusPlus::Snapshot, it contains a snap shot of the indexer's curr...Roberto Raggi2008-12-126-26/+23
* Fixed code completion when using macros in the expression's code (e.g. in qAp...Roberto Raggi2008-12-111-1/+2
* Implemented tooltip and lookat for #include directives.Roberto Raggi2008-12-102-4/+16
* Set the help id for macros to their nameThorbjørn Lindeijer2008-12-101-0/+1
* Fixed macro tooltip overriding type informationThorbjørn Lindeijer2008-12-101-10/+11
* Sort C++ QuickOpen with less than 1000 resultsThorbjørn Lindeijer2008-12-091-0/+9
* Added the CppFunctionsFilter to QuickOpenThorbjørn Lindeijer2008-12-095-5/+129
* Exclude anonymous symbols from the QuickOpenThorbjørn Lindeijer2008-12-091-1/+4