Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduced a token cache for the C++ editor. | Erik Verbruggen | 2010-06-04 | 1 | -3/+5 |
| | | | | | This should speed things up a bit, because before, the line was tokenized at least 3 times. | ||||
* | Long live the king! | hjk | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Added semicolon after } when creating unnamed enumeration | Roquette | 2010-02-01 | 1 | -1/+1 |
| | | | | | | Task-number: QTCREATORBUG-643 Merge-request: 109 Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | ||||
* | Insert semicolon when matching enum declarations. | Roberto Raggi | 2009-11-16 | 1 | -1/+1 |
| | | | | Task-number: QTCREATORBUG-282 | ||||
* | Remove debuggign output | dt | 2009-10-06 | 1 | -2/+0 |
| | |||||
* | Don't override escaped quotes. | Roberto Raggi | 2009-10-05 | 1 | -8/+32 |
| | |||||
* | Remove all the synthesized characters when matching curly braces | Roberto Raggi | 2009-09-21 | 1 | -4/+10 |
| | |||||
* | Made the indenter more Qt friendly. Added support for moc keywords. | Roberto Raggi | 2009-09-21 | 1 | -6/+6 |
| | |||||
* | Renamed maybeOverrideCharacter() | Roberto Raggi | 2009-09-18 | 1 | -2/+2 |
| | |||||
* | Cleanup | Roberto Raggi | 2009-09-18 | 1 | -20/+17 |
| | |||||
* | Introduced MatchingText::shouldInsertNewline() and use it to insert lines ↵ | Roberto Raggi | 2009-09-18 | 1 | -5/+41 |
| | | | | after a class definition. | ||||
* | Re-enable check for automatically inserted block end. | Roberto Raggi | 2009-09-17 | 1 | -2/+1 |
| | |||||
* | Pass the lookahead character to matching text. | Roberto Raggi | 2009-09-17 | 1 | -2/+23 |
| | |||||
* | Automagically insert matching characters. | Roberto Raggi | 2009-09-17 | 1 | -1/+108 |
| | |||||
* | Added the helper class MatchingText and use it to automagically insert text ↵ | Roberto Raggi | 2009-09-17 | 1 | -0/+131 |
for curly braces. |