summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cppplugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Add `Find References' of a symbol to the context menu only when the ↵Roberto Raggi2009-09-231-7/+8
| | | | environment variable QTCREATOR_REFERENCES is defined.
* Find referencesRoberto Raggi2009-09-231-0/+16
|
* long live the kinghjk2009-08-141-1/+1
|
* Made `Rename Symbol under Cursor' a command/action.Roberto Raggi2009-08-041-0/+16
|
* extend cpp editor's context menu with auto-indent and un-comment-selectionmae2009-07-221-0/+10
| | | | (user request)
* Register C++ header and source file icons by mime typeThorbjørn Lindeijer2009-07-151-28/+14
| | | | | Makes sure that all files recognized by the CppEditorFactory get the proper icon.
* Have the file tree use the native icons on Mac OS X.Norwegian Rock Cat2009-07-141-6/+18
| | | | Also synchronized suffixes to match what is in the xml file.
* Fixes: Set icons for .hpp and .c filesJens Bache-Wiig2009-07-141-0/+4
| | | | | | Details: Added one new purple icon for .c files and registered the same icon for .hpp extensions.
* 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/+5
|
* Rely on lazy instantiation of text editor actionsThorbjørn Lindeijer2009-05-261-1/+0
| | | | | | | | The actions are already lazily instantiated in TextEditorActionHandler::setupActions(), so there should be no need to call initializeActions() in all plugins on startup. Only the main text editor plugin will still initialize its actions, to make sure the menu items are there.
* Make strings consistant, part. descriptions in the 'New' wizard.Daniel Molkentin2009-05-251-2/+2
|
* Restored changes to the overview combo that accidentally got revertedThorbjørn Lindeijer2009-04-271-1/+32
| | | | | Accidentally reverted in commit 713105ad85ab06b393d70ab0d13707b389f28be4. Thanks to Christian Hönig for notifying.
* Fixes: Introduce a cpp settingspage containing file naming conventions ↵Friedemann Kleint2009-03-181-15/+0
| | | | | | | | | (lower case and suffixes). Reorder VCS settings pages. Task: 241959, 248085 RevBy: Optics/Naming checked by con Details: Give IOptionPage an id() to differentiate from trName(). Make showOptionsDialog return a bool (applied) and give it an optional parent. Change Cpp and form class wizards, give them a Configure... button to change those settings.
* Unduplicated the code that initializes editor settingsThorbjørn Lindeijer2009-03-171-17/+2
| | | | | | | | | This stuff was all over the place, a relic from before the editor settings were unified. Now the initialization is only done in TextEditorSettings. Fixes the .pro file editor and the generic project files editor, which before only used the font settings.
* Rename CppPluginEditorFactory to CppEditorFactoryThorbjørn Lindeijer2009-03-171-7/+7
| | | | | I couldn't find it since it was both hidden in the cppplugin.cpp file as well as having an unnecessarily long name.
* Removed CPPEditorActionHandlerThorbjørn Lindeijer2009-03-171-2/+2
| | | | Didn't add anything to the TextEditorActionHandler.
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Fixes: Improved file iconsJens Bache-Wiig2009-01-271-2/+2
| | | | | | | Details: This patch makes use of system icons as a base and draws overlay on top. This should blend a bit better into the native icon theme.
* Avoid going through ICore when it's not necessaryThorbjørn Lindeijer2009-01-211-9/+7
| | | | | Many singletons have their own instance() method, in which case there is no need to use ICore::instance() to get access to them.
* replace Core::ICore::instance()->pluginManager() by ↵hjk2009-01-201-3/+2
| | | | ExtensionSystem::PluginManager::instance()
* replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() ↵hjk2009-01-201-22/+17
| | | | by Core::ICore::instance()
* Remove #include <extensionsystem/pluginmanager.h> from icore.h, ahjk2009-01-191-1/+2
| | | | forward declaration is sufficient.
* Fixes: - ICommand --> Commandcon2009-01-141-2/+2
| | | | Details: - Naming convention
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
|
* Fixes: - Rename ActionManagerInterface --> ActionManagercon2009-01-131-2/+2
| | | | Details: - To make it conform to naming convention.
* 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
| |
* | Moved the CppHoverHandler to the CppEditor pluginThorbjørn Lindeijer2008-12-161-2/+5
|/ | | | | It used to be in CppTools, but since the hover handler only makes sense in the context of the C++ editor, this is a better place.
* 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/+258