summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cppplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement Code Style schemesJarek Kobus2011-09-231-3/+0
* use Core::Id for IEditorFactory::idhjk2011-09-081-2/+2
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-051-1/+1
* Add "Switch Header/Source" action to the context menuJarek Kobus2011-08-051-0/+3
* Make C++ code style configurable.Christian Kamm2011-05-241-0/+3
* New code assist APILeandro Melo2011-05-181-40/+12
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-15/+15
* completion: call directly from base text editorhjk2011-02-211-6/+0
* completion: enable multiple completors for different use cases.hjk2011-02-211-8/+7
* It's 2011 now.con2011-01-121-1/+1
* C++: Move the ModelManagerInterface from CppTools to CPlusPlus.Christian Kamm2011-01-041-2/+2
* New plugin: plugin macroNicolas Arnaud-Cormos2010-12-201-2/+2
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Snippets: Make it easier for plugins to add snippets groupsLeandro Melo2010-12-081-2/+2
* | Snippets: Feature enhancement start...Leandro Melo2010-12-081-0/+2
* | Coreplugin: Header cleanup.Friedemann Kleint2010-11-021-0/+1
* | Exported header cleanup: Separate out CppQuickFixCollector.Friedemann Kleint2010-11-011-0/+1
* | Fix exported headers in Core and TextEditor.Friedemann Kleint2010-11-011-2/+2
|/
* C++ Editor: Moved refactoring actions into sub-menu.Erik Verbruggen2010-09-151-10/+20
* coreplugin: use Core::Id is some placeshjk2010-09-101-3/+3
* Create type hierarchy widget; Refactor code from C++ hover into a simple reus...Leandro Melo2010-08-131-3/+26
* Force an update of the current editor.Roberto Raggi2010-08-031-0/+13
* Pedantic cleanup of filename parameters for QIcon constructorAlessandro Portale2010-07-301-3/+3
* Reworked the QuickFix infrastructure.Erik Verbruggen2010-07-261-2/+2
* Add flag to IPlugin::aboutToShutdown that allows asynchronous shutdown.con2010-07-131-1/+2
* CppEditor: Beautify names in APIKai Koehne2010-07-131-10/+10
* Support Outline sidebar for C++ filesKai Koehne2010-07-081-0/+3
* Core::Context: remove special handling of C_GLOBAL_ID/C_GLOBALhjk2010-06-281-1/+1
* remove unneeded #includeshjk2010-06-251-1/+0
* Core::Context: compile hot fix for Windows.hjk2010-06-251-1/+1
* core: use a class derived from QList<int> instead of a QList<int> for Core::C...hjk2010-06-251-8/+6
* Introduced IQuickFixFactory.Roberto Raggi2010-06-221-0/+2
* Reimplemented the C++ quick fix operations using TextEditor::QuickFixOperation.Roberto Raggi2010-06-031-2/+2
* Doc - UI - Fix UI text capitalization to follow the KDE Style Guide rules.Leena Miettinen2010-05-141-1/+1
* New texts for the wizard types in the new dialogDaniel Molkentin2010-05-121-3/+3
* Rename IPlugin::shutdown --> IPlugin::aboutToShutdowncon2010-04-281-1/+1
* Fix translation of C++ categoryDaniel Molkentin2010-04-091-1/+3
* More clear naming for the C++ wizard categories.Daniel Molkentin2010-04-091-2/+2
* Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4.Friedemann Kleint2010-03-181-0/+1
* Long live the king!hjk2010-03-051-1/+1
* Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-01-291-1/+1
|\
| * remove trailing whitespaceOswald Buddenhagen2010-01-291-1/+1
* | FileIconProvider: Refactor class.Friedemann Kleint2010-01-281-2/+2
* | Reorder the "new" wizard categories.con2010-01-151-1/+1
* | Fixes: Diff editors don't get correct name.con2010-01-111-2/+2
* | Make method naming more consistent.Tobias Hunger2010-01-071-10/+14
* | Wizards: SortFriedemann Kleint2009-11-271-8/+12