aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor
Commit message (Expand)AuthorAgeFilesLines
* Allow expanding items in the overview combobox.Francois Ferrand2012-06-281-2/+25
* Make PluginManager mostly static.Eike Ziller2012-06-192-3/+2
* Fix qbs code styleYuchen Deng2012-06-191-1/+1
* Mac: Sanitize shortcuts.Eike Ziller2012-06-111-1/+1
* C++: Introduce unicode char/strings supportLeandro Melo2012-06-063-8/+4
* Implemented Rename Macro UsagesAndre Hartmann2012-06-061-4/+8
* Add ActionContainer::addSeparator(...)Eike Ziller2012-06-052-21/+4
* CppHighlighter: highlight all functions/methods.Francois Ferrand2012-06-051-0/+7
* ActionManager API cleanup.Eike Ziller2012-05-253-24/+20
* cppeditor: guess file type from -*- C++ -*- commentshjk2012-05-151-0/+3
* editormanager: simplify use of interfacehjk2012-05-113-13/+8
* QuickFixes: Fix capitalization of descriptionsKai Koehne2012-05-102-2/+2
* Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-05-071-1/+1
|\
| * Translate editor display names in correct context.Konstantin Tokarev2012-05-071-1/+1
* | texteditor: use an enum instead of QString as color idshjk2012-05-032-25/+26
* | Compile after qt5/qtbase commit 75a0c7f9Bradley T. Hughes2012-04-301-1/+1
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-04-271-0/+1
|\|
| * Editor: Fix null-pointer dereferenceDavid Schulz2012-04-271-0/+1
* | C++: Fix auto-parenthesis before commentDavid Schulz2012-04-272-42/+53
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-04-261-5/+10
|\|
| * Fix crash in CPP Type HierarchyTobias Hunger2012-04-201-5/+10
* | Editor: remove double openEditorAtDavid Schulz2012-04-201-9/+0
* | Added default implementation for IEditorFactory::open().Konstantin Tokarev2012-04-182-7/+0
* | CppHighlighter: highlight macro references.Francois Ferrand2012-04-133-47/+4
* | qbs files: use Qt5 module dependenciesJoerg Bornemann2012-04-101-1/+1
* | Fix compilation on Windows.Friedemann Kleint2012-03-292-3/+3
* | Revert "CppHighlighter: highlight all functions/methods."Erik Verbruggen2012-03-291-7/+0
* | CppHighlighter: highlight all functions/methods.Francois Ferrand2012-03-291-0/+7
* | [C++] Rewrite of the preprocessor.Erik Verbruggen2012-03-293-5/+5
* | Added TextEditor commands FollowSymbol and JumpToFile.Konstantin Tokarev2012-03-285-23/+3
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-211-2/+5
|\|
| * Editor: Fix NULL-Pointer dereference in cppfunctiondecldeflinkDavid Schulz2012-03-161-2/+5
* | CppEditor: Fix double inclusion of .pri filesKai Koehne2012-03-201-2/+0
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-151-1/+4
|\|
| * CppEditor: fix indentation of auto-completed comments.Francois Ferrand2012-03-151-1/+4
* | Move the ModelManagerInterface out of the CPlusPlus library.Erik Verbruggen2012-03-146-7/+7
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-141-9/+32
|\|
| * CppEditor: Fix go to definition of macros.Francois Ferrand2012-03-131-9/+32
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-081-8/+11
|\|
| * Editor: Fix NULL-Pointer dereference in cppinsertdecldefDavid Schulz2012-03-071-8/+11
* | Port Qt Creator to the new plugin system of Qt 5.Friedemann Kleint2012-03-021-0/+1
|/
* qbs: CleanupOrgad Shaneh2012-02-281-4/+0
* C++: Add support for C++11 range-based 'for' loopsFlex Ferrum2012-02-211-0/+6
* add qbs filesJoerg Bornemann2012-02-201-0/+69
* C++: make highlighting/completion plugable.Erik Verbruggen2012-02-202-6/+16
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-208-18/+18
* Supply c++11 flags and per-project info to c++ code model.Erik Verbruggen2012-02-161-5/+9
* Removed module names from #include directives.Erik Verbruggen2012-02-1529-112/+112
* 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