summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cppeditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed module names from #include directives.Erik Verbruggen2012-02-151-18/+18
* C++: Avoid trying to generate Doxygen when at end of fileLeandro Melo2012-02-101-10/+12
* C++: Fix while-loop from CppEditorWidgetTommi Asp2012-02-101-2/+3
* C++: Added highlighting for labels.Erik Verbruggen2012-02-091-0/+2
* C++: Moved completion/highlighting into the model manager.Erik Verbruggen2012-02-081-26/+16
* Long live the king!hjk2012-01-261-1/+1
* ProjectExplorer: make currentProject statichjk2012-01-241-1/+1
* Use new static ICore interface.hjk2012-01-241-3/+3
* C++: Avoid superfluous * in comment continuationLeandro Melo2012-01-241-19/+30
* C++: Share symbol finder across editor instancesLeandro Melo2012-01-241-11/+7
* C++: Fix "reference" file in symbol finderLeandro Melo2012-01-231-6/+4
* C++: Improve file accuracy when finding symbolsLeandro Melo2012-01-231-9/+18
* C++: Select All select the symbol while renaming symbolBojan Petrovic2012-01-201-0/+21
* C++: Accept UTF-8 byte arrays in type of expressionLeandro Melo2012-01-131-2/+4
* CppEditor: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-121-6/+6
* C++: Automatic Doxygen comment blocks generationLeandro Melo2011-12-091-1/+105
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-181-1/+3
|\
| * C++ editor: Reparse after applying rename.Christian Kamm2011-11-141-1/+3
* | C++: Don't show unused mark for known RAII typesLeandro Melo2011-11-151-5/+13
* | C++ editor: Unify rehighlight() and semanticRehighlight().Christian Kamm2011-11-151-9/+3
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-10/+15
|\ \ | |/
| * C++: Fix navigation for macrosLeandro Melo2011-11-081-8/+13
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | more Id type fixeshjk2011-11-101-2/+2
|/
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-051-1/+1
* C++: Trigger function signature change via quick fix.Christian Kamm2011-09-051-22/+7
* C++: Set property on CppEditorWidget when in function link.Christian Kamm2011-08-301-1/+3
* C++ function link: Disable function links on name change.Christian Kamm2011-08-261-2/+3
* C++: Remove unused SemanticInfo::diagnosticMessages.Christian Kamm2011-08-251-34/+0
* QmlJS: Add semantic highlighting.Christian Kamm2011-08-241-81/+19
* C++ function link: Unbreak same-file links.Christian Kamm2011-08-181-2/+2
* C++ function link: Disable link if target editor changes.Christian Kamm2011-08-181-0/+17
* C++: Synchronize function decl/def refactoring.Christian Kamm2011-08-161-73/+120
* C++: Make Source::revision unsigned instead of int.Christian Kamm2011-08-161-1/+1
* Fix gcc warnings about signed/unsigned comparisonKai Koehne2011-08-121-1/+1
* C++ editor: Make semantic info aware of file renameLeandro Melo2011-07-131-43/+44
* C++ editor: Fix follow symbol for member functionsLeandro Melo2011-07-081-19/+22
* C++ editor: Restrict outline combo popup widthLeandro Melo2011-05-251-2/+22
* Make C++ code style configurable.Christian Kamm2011-05-241-2/+9
* New code assist APILeandro Melo2011-05-181-16/+54
* add auto-saving of modified editorsOswald Buddenhagen2011-05-121-2/+2
* move the "cannot undo" warning to the search result paneOswald Buddenhagen2011-05-121-43/+2
* rewrite editor info bar handlingOswald Buddenhagen2011-05-121-8/+8
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* add errorString output argument to IFile::reload() & IEditor::open()Oswald Buddenhagen2011-04-181-2/+2
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | core: make context and widget IContext data membershjk2011-04-141-5/+0
* | cppeditor: show 40 items in dropdown, mimicing the file list sizehjk2011-03-241-1/+1
|/
* Fixed layout issues in some editor toolbarsThorbjørn Lindeijer2011-02-251-5/+2