aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/indenter.h
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: Remove wrong commentNikolai Kosjar2020-05-131-1/+0
* Utils: move text replacement helper to Utils::TextDavid Schulz2020-01-091-17/+3
* Editor: Rename format -> autoIndentDavid Schulz2020-01-091-4/+4
* Utils: Rename FileName to FilePathhjk2019-05-281-3/+3
* ClangFormat: Format multiple text ranges at onceIvan Donchevskii2019-02-191-3/+10
* ClangTools: Do not format code after fix-its without ClangFormat pluginIvan Donchevskii2019-02-071-4/+3
* ClangFormat: Format edited chunks of file on saveIvan Donchevskii2019-02-051-0/+2
* ClangFormat: Add cursor position to the indenter interfaceIvan Donchevskii2019-01-311-9/+18
* ClangFormat: Introduce check to format code instead of indentingIvan Donchevskii2019-01-311-3/+15
* ClangFormat: Refactor indenter to allow ClangFormat unit-testsIvan Donchevskii2019-01-221-41/+43
* ClangTools: Apply indention/formatting after fix-itsIvan Donchevskii2018-12-211-0/+3
* ClangFormat: Return replacements from 'format' callIvan Donchevskii2018-12-111-3/+19
* ClangFormat: Do not format text but indent onlyIvan Donchevskii2018-11-141-0/+5
* Clang: Use clang-format for indentationIvan Donchevskii2018-09-121-1/+7
* Editor: Collect indentation for a list of text blocksDavid Schulz2016-08-311-0/+8
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Editor: Fix whitespace cleaning.David Schulz2016-02-241-0/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Clean headers in TextEditor.Friedemann Kleint2013-03-271-2/+0
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Implement Code Style schemesJarek Kobus2011-09-231-2/+4
* Refactor: Get rid of BaseTextEditorWidget from IndenterJarek Kobus2011-08-051-4/+4
* Make C++ code style configurable.Christian Kamm2011-05-241-0/+3
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-4/+4
* Exported header cleanup.Friedemann Kleint2011-01-201-2/+3
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Editors: Move auto-completion code out of the editorLeandro Melo2010-12-011-22/+13
* | Editors: Continue refactoring indenters out of the editors.Leandro Melo2010-11-091-1/+6
* | Editors: Refactor indenters out of the editors for better reusability.Leandro Melo2010-11-051-5/+21
|/
* Replace some struct with classesTobias Hunger2010-08-131-1/+1
* Indenter is now a separate class which can be reused through composition. Add...Leandro Melo2010-05-141-0/+63