Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | It's 2011 now. | con | 2011-01-12 | 1 | -1/+1 |
| | |||||
* | License headers. | con | 2010-12-17 | 1 | -7/+11 |
| | |||||
* | C++ indenter: Simplify debugging by making dump() more verbose. | Christian Kamm | 2010-09-24 | 1 | -1/+4 |
| | |||||
* | C++ indenter: Separate indent into logical indent and padding. | Christian Kamm | 2010-09-13 | 1 | -12/+19 |
| | |||||
* | C++: Only reindent on electric characters if indent wasn't user-changed. | Christian Kamm | 2010-09-08 | 1 | -0/+1 |
| | | | | | | | This should make the indenter less strict and annoying for non-standard indentation styles. Reviewed-by: Roberto Raggi | ||||
* | Indenters: Move style setup into the QtStyleCodeFormatter constructors. | Christian Kamm | 2010-08-12 | 1 | -0/+5 |
| | | | | | This makes sure styles are consistent for the editor and the quick fix engine. | ||||
* | C++ indenter: Indent member initializer lists correctly. | Christian Kamm | 2010-07-16 | 1 | -0/+3 |
| | | | | | | | Without requiring ',' to be an electric character. Task-number: QTCREATORBUG-1866 Reviewed-by: Roberto Raggi | ||||
* | C++ indenter: Respect user indent with stream operators. | Christian Kamm | 2010-07-15 | 1 | -1/+2 |
| | | | | Reviewed-by: Erik Verbruggen | ||||
* | Add missing license headers. | Christian Kamm | 2010-07-09 | 1 | -0/+29 |
| | |||||
* | C++ indenter: Build fix for windows. | Christian Kamm | 2010-07-08 | 1 | -1/+2 |
| | | | | Done-with: Tobias Hunger | ||||
* | C++ indenter: Refactor to be independent of BaseTextDocumentLayout. | Christian Kamm | 2010-07-08 | 1 | -3/+27 |
| | | | | Done-with: Thomas Hartmann | ||||
* | C++ indenter: Add more functions to manage the indenter state. | Christian Kamm | 2010-07-06 | 1 | -0/+6 |
| | |||||
* | C++ indenter: Require explicit state update requests. | Christian Kamm | 2010-07-06 | 1 | -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 Kamm | 2010-07-05 | 1 | -1/+2 |
| | | | | Reviewed-by: Roberto Raggi | ||||
* | C++ indenter: Store tab size and use it to calculate the column position | Christian Kamm | 2010-07-05 | 1 | -0/+5 |
| | |||||
* | C++ indenter: Make building custom styles easier, fix style issues. | Christian Kamm | 2010-07-05 | 1 | -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 Kamm | 2010-07-05 | 1 | -0/+8 |
| | |||||
* | C++: Introduce the new CodeFormatter. | Christian Kamm | 2010-07-02 | 1 | -0/+195 |
Done-with: Erik Verbruggen |