summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cppplugin.h
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Rename CppPlugin to CppEditorPluginNikolai Kosjar2013-04-191-208/+0
* CppEditor: Quick fix "move definition" keeps ctor-initialization listLorenz Haas2013-04-181-0/+2
* CppEditor: add more sections (protected, ...) for declaration (refactoring)Andrey M. Tokarev2013-04-181-0/+2
* CppEditor: Add refactoring operation to move definition of a functionLorenz Haas2013-04-151-0/+16
* C++: Tests: Add stupid "do xyz for each file/token" testsNikolai Kosjar2013-04-111-1/+14
* CppEditor: Fix insert position of AddIncludeForUndefinedIdentifierLorenz Haas2013-04-101-0/+5
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-1/+2
* CppEditor: Simplify testing of typical use casesNikolai Kosjar2013-03-201-5/+7
* C++: Let "Add Definition" quick fix work with free function declarationsNikolai Kosjar2013-03-041-0/+1
* C++: Tests: Add basic tests for quick fix InsertDefFromDeclNikolai Kosjar2013-03-041-0/+7
* C++: Improved automatic Doxygen comment blocks with CppStyleKnut Petter Svendsen2013-02-211-0/+6
* C++: Tests: Add basic tests for doxygen commentsNikolai Kosjar2013-02-191-1/+6
* C++: Pass only reasonable ASTs to pointer declaration formatterNikolai Kosjar2013-02-141-0/+1
* C++: Refactor quick fixesNikolai Kosjar2013-02-141-12/+12
* Editor: Refactor Open Link in Next Split.David Schulz2013-02-141-0/+1
* C++: Improve GetterSetter quick fixNikolai Kosjar2013-02-011-1/+12
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | CppEditor: quick fix to generate getters and settersErik Verbruggen2013-01-241-0/+5
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Added default implementation for IEditorFactory::open().Konstantin Tokarev2012-04-181-1/+0
* Added TextEditor commands FollowSymbol and JumpToFile.Konstantin Tokarev2012-03-281-1/+0
* Port Qt Creator to the new plugin system of Qt 5.Friedemann Kleint2012-03-021-0/+1
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-3/+3
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* s/error_message/errorMessage/ghjk2011-09-211-1/+1
* use Core::Id for IEditorFactory::idhjk2011-09-081-5/+4
* New code assist APILeandro Melo2011-05-181-5/+3
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-5/+5
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Create type hierarchy widget; Refactor code from C++ hover into a simple reus...Leandro Melo2010-08-131-0/+3
* Force an update of the current editor.Roberto Raggi2010-08-031-0/+1
* Add flag to IPlugin::aboutToShutdown that allows asynchronous shutdown.con2010-07-131-1/+1
* CppEditor: Beautify names in APIKai Koehne2010-07-131-4/+4
* Reimplemented the C++ quick fix operations using TextEditor::QuickFixOperation.Roberto Raggi2010-06-031-3/+3
* Rename IPlugin::shutdown --> IPlugin::aboutToShutdowncon2010-04-281-1/+1
* Long live the king!hjk2010-03-051-1/+1
* Make method naming more consistent.Tobias Hunger2010-01-071-2/+2
* Show the quickfixes in the context menu.Roberto Raggi2009-11-231-0/+5
* Ensure the document is updated before invoking a quickfix.Roberto Raggi2009-11-181-0/+6
* Code model: Update on changes from the versioning system.Friedemann Kleint2009-11-111-0/+1
* Revert "Code model: Update on changes from the versioning system."con2009-11-101-3/+2
* Code model: Update on changes from the versioning system.Friedemann Kleint2009-11-091-2/+3
* Disable the find usage and symbol renaming while indexing is done.con2009-11-041-3/+8