summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppcodeformatter.h
Commit message (Collapse)AuthorAgeFilesLines
...
* C++ indenter: Build fix for windows.Christian Kamm2010-07-081-1/+2
| | | | Done-with: Tobias Hunger
* C++ indenter: Refactor to be independent of BaseTextDocumentLayout.Christian Kamm2010-07-081-3/+27
| | | | Done-with: Thomas Hartmann
* C++ indenter: Add more functions to manage the indenter state.Christian Kamm2010-07-061-0/+6
|
* C++ indenter: Require explicit state update requests.Christian Kamm2010-07-061-1/+1
| | | | | This will allow much faster indenting of selected areas as the state doesn't have to be checked again for every line.
* C++: Use the new indenter.Christian Kamm2010-07-051-1/+2
| | | | Reviewed-by: Roberto Raggi
* C++ indenter: Store tab size and use it to calculate the column positionChristian Kamm2010-07-051-0/+5
|
* C++ indenter: Make building custom styles easier, fix style issues.Christian Kamm2010-07-051-15/+14
| | | | | Keep more information by using enter() instead of turnInto() when moving from a *_start to *_open.
* C++ indenter: Add support for other brace styles.Christian Kamm2010-07-051-0/+8
|
* C++: Introduce the new CodeFormatter.Christian Kamm2010-07-021-0/+195
Done-with: Erik Verbruggen