summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor
Commit message (Expand)AuthorAgeFilesLines
* 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
* C++: Rearrange parameter declaration list quickfixElement92012-02-101-0/+102
* C++: Added highlighting for labels.Erik Verbruggen2012-02-091-0/+2
* Editor: Background color is now displayed correct for comments and stringsDavid Schulz2012-02-081-7/+13
* C++: Moved completion/highlighting into the model manager.Erik Verbruggen2012-02-0811-1810/+33
* Wizards: refactoring - adding WizardDialogParametersThomas Hartmann2012-02-072-6/+4
* C++: insert definition from declaration for pure virtual functionsBojan Petrovic2012-02-031-1/+0
* Revert "Editor: Highlight background for whitespaces in strings and comments"David Schulz2012-02-031-6/+6
* Editor: Highlight background for whitespaces in strings and commentsDavid Schulz2012-02-011-6/+6
* TextEditor: Fix incorrect dependency to CppEditor resourcesDenis Mingulov2012-01-303-176/+0
* Long live the king!hjk2012-01-2644-44/+44
* Replace Q_WS_MAC with Q_OS_MAC.Morten Johan Sorvig2012-01-261-1/+1
* ProjectExplorer: make currentProject statichjk2012-01-241-1/+1