summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cpptoolsplugin.h
Commit message (Collapse)AuthorAgeFilesLines
...
* License headers.con2010-12-171-7/+11
|
* Add flag to IPlugin::aboutToShutdown that allows asynchronous shutdown.con2010-07-131-1/+1
| | | | | | | If a plugin requests asyncronous shutdown, the shutdown sequence does not continue to deleting the plugins before it has sent a asynchronousShutdownFinished signal. During that time an event loop is running.
* Core::Context: compile hot fix for Windows.hjk2010-06-251-1/+0
|
* Fixed completion settings to also apply to the QML code completionThorbjørn Lindeijer2010-05-111-2/+0
| | | | | | | | | | | | | | | | By moving the completion settings into the TextEditor plugin, so that both the CppTools and the QmlJSEditor plugins can access the settings. The user-interface to edit the settings is still in the CppTools plugin, since we're in string freeze at the moment. It should be moved to the TextEditor plugin later. For now the QML completion only supports the case-sensitivity and partial completion options, since there is no automatic insertion of brackets. Task-number: QTCREATORBUG-1327 Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
* Rename IPlugin::shutdown --> IPlugin::aboutToShutdowncon2010-04-281-1/+1
| | | | Discussed-with: hjk
* Long live the king!hjk2010-03-051-1/+1
|
* Removed CppSemanticSearch & co. Find usages of a Symbol is way more powerful.Roberto Raggi2009-10-091-59/+0
|
* Merge branch '1.3' of git@scm.dev.nokia.troll.no:creator/mainline into 1.3con2009-10-051-2/+2
|\ | | | | | | | | | | | | Conflicts: src/plugins/cpptools/cppfindreferences.cpp src/plugins/cpptools/cpptoolsplugin.cpp src/plugins/texteditor/basefilefind.cpp
| * Rename namespace Core::Utils into UtilsFriedemann Kleint2009-10-051-2/+2
| | | | | | | | | | Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
* | Refactor search result window for use of many items and checked state.con2009-10-051-2/+3
|/
* Purge out include files in exported headersFriedemann Kleint2009-10-011-0/+1
|
* long live the kinghjk2009-08-141-1/+1
|
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Search the function callsRoberto Raggi2009-06-091-0/+24
|
* Initial support for semantic searches.Roberto Raggi2009-06-021-0/+41
|
* Made cpp file suffixes take effect after restart.Friedemann Kleint2009-04-291-1/+4
| | | | | | | | | In CppTools, keep cpp file settings in plugin and settings page via shared pointer and apply to mime DB in extensionsInitialized() (after CppEditor has loaded and registered the mime types). Task-number: 252299
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() ↵hjk2009-01-201-5/+0
| | | | by Core::ICore::instance()
* remove ProjectExplorerInterface and ExtensionSystemInterfaces fileshjk2009-01-141-1/+1
|
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
|
* Merge branch '0.9.1-beta'dt2008-12-171-1/+1
|
* Added configuration options for code completionThorbjørn Lindeijer2008-12-151-0/+2
| | | | | It is now possible to choose between case-sensitive or case-insensitive completion. Also, you can now disable the automatic insertion of braces.
* Renamed cpptools.cpp to cpptoolsplugin.cppThorbjørn Lindeijer2008-12-151-0/+87
To match the class name, CppToolsPlugin.