summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppcodeformatter.h
Commit message (Expand)AuthorAgeFilesLines
* C++ indenter: Fix function declaration continuation indent.Christian Kamm2011-07-061-0/+2
* Make C++ code style configurable.Christian Kamm2011-05-241-18/+10
* C++ indenter: Treat extern "C" like namespace.Christian Kamm2011-05-191-0/+3
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* 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
* | Removed stray tokens and fixed warnings/errors when compiling with pedantic C...Roberto Raggi2010-12-161-2/+2
* | C++ indenter: Fix labels.Christian Kamm2010-12-011-0/+1
|/
* C++ indenter: Simplify debugging by making dump() more verbose.Christian Kamm2010-09-241-1/+4
* C++ indenter: Separate indent into logical indent and padding.Christian Kamm2010-09-131-12/+19
* C++: Only reindent on electric characters if indent wasn't user-changed.Christian Kamm2010-09-081-0/+1
* Indenters: Move style setup into the QtStyleCodeFormatter constructors.Christian Kamm2010-08-121-0/+5
* C++ indenter: Indent member initializer lists correctly.Christian Kamm2010-07-161-0/+3
* C++ indenter: Respect user indent with stream operators.Christian Kamm2010-07-151-1/+2
* Add missing license headers.Christian Kamm2010-07-091-0/+29
* C++ indenter: Build fix for windows.Christian Kamm2010-07-081-1/+2
* C++ indenter: Refactor to be independent of BaseTextDocumentLayout.Christian Kamm2010-07-081-3/+27
* 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
* C++: Use the new indenter.Christian Kamm2010-07-051-1/+2
* 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
* 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