aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor
Commit message (Expand)AuthorAgeFilesLines
* Update license.hjk2011-04-1344-616/+572
* C++ highlighter: Disable highlighting to the right of #error.Christian Kamm2011-03-171-8/+17
* Fixed layout issues in some editor toolbarsThorbjørn Lindeijer2011-02-251-5/+2
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-2222-174/+174
* completion: call directly from base text editorhjk2011-02-211-6/+0
* completion: enable multiple completors for different use cases.hjk2011-02-213-10/+9
* More copyright fixesTobias Hunger2011-02-182-0/+66
* C++ editor: Better control to stop the semantic highlighterLeandro Melo2011-02-042-1/+4
* s:// end of namespace :// namespace :g for consistencyhjk2011-02-043-5/+5
* Exported header cleanup.Friedemann Kleint2011-01-202-0/+2
* Fixed inconsistent highlighting of virtual destructor.Erik Verbruggen2011-01-191-1/+1
* 10n: Fix tr() issues.Friedemann Kleint2011-01-191-1/+2
* Prevent preleminary flushes to prevent order mess-ups.Erik Verbruggen2011-01-192-4/+9
* Include namespaces inside header guardJarek Kobus2011-01-181-1/+1
* C++ editor: Try to find a help item if there is a syntax errorLeandro Melo2011-01-174-60/+70
* It's 2011 now.con2011-01-1243-43/+43
* Added activates-on to the quick-fixes.Erik Verbruggen2011-01-101-1/+40
* QuickFix: Add comments to undocumented fixes.Christian Kamm2011-01-071-4/+32
* C++: Move the ModelManagerInterface from CppTools to CPlusPlus.Christian Kamm2011-01-049-19/+20
* New plugin: plugin macroNicolas Arnaud-Cormos2010-12-201-2/+2
* Outline: Double click should jump to text even in non-sync modeKai Koehne2010-12-202-16/+24
* Outline: Add context menu for collapsing/expanding treeKai Koehne2010-12-202-1/+19
* License headers, part 2con2010-12-1712-84/+132
* Merge branch '2.1'con2010-12-1730-211/+331
|\
| * License headers.con2010-12-1730-210/+330
| * Internationalized "Refactor" menu itemKonstantin Tokarev2010-12-101-1/+1
| * Version bump.con2010-12-021-4/+4
* | Added semantic checks for stray semicolons and topldevel empty declarations.Roberto Raggi2010-12-161-1/+1
* | C++: Add quick fix for Q_PROPERTY.Christian Kamm2010-12-104-2/+302
* | Improved follow symbol under cursor when searching for macro definitions.Roberto Raggi2010-12-102-12/+64
* | Try to get the right overload when switching from a declaration to its defini...Roberto Raggi2010-12-101-9/+18
* | Added some initial support for function overloading.Roberto Raggi2010-12-101-12/+26
* | Snippets: Make it easier for plugins to add snippets groupsLeandro Melo2010-12-085-19/+28
* | Snippets: Rename a method in the snippet editor.Leandro Melo2010-12-081-1/+1
* | Snippets: Set auto-completers.Leandro Melo2010-12-081-1/+2
* | Snippets: Set indenters.Leandro Melo2010-12-081-0/+3
* | Snippets: Feature enhancement start...Leandro Melo2010-12-086-18/+147
* | C++ indenter: Fix for access declarations and initializer lists.Christian Kamm2010-12-081-5/+22
* | Improved switching between method declarationand definition.Erik Verbruggen2010-12-072-2/+147
* | C++ indenter: Don't use label indent when typing 'Type:'.Christian Kamm2010-12-071-2/+9
* | Editors: Move auto-completion code out of the editorLeandro Melo2010-12-014-36/+34
* | CPPEditor: fix corner cases for complete-switch-statement quick-fix.Erik Verbruggen2010-11-184-172/+270
* | Merge remote branch 'origin/2.1'dt2010-11-101-1/+1
|\|
| * Plain text editor: Make sure user setting about folding markers is usedLeandro Melo2010-11-101-1/+0
| * Version bump.con2010-11-021-4/+4
* | Editors: Refactor auto-complete code out of the editors for better reusability.Leandro Melo2010-11-095-97/+203
* | Editors: Refactor indenters out of the editors for better reusability.Leandro Melo2010-11-055-73/+182
* | dynamically replace creator version during buildOswald Buddenhagen2010-11-031-4/+4
* | centralize addition of pluginspecs to OTHER_FILESOswald Buddenhagen2010-11-031-2/+1
* | Coreplugin: Header cleanup.Friedemann Kleint2010-11-022-0/+2