Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed autoindent when using tabs instead of spaces | Thorbjørn Lindeijer | 2009-12-08 | 1 | -1/+1 |
* | Fixed index out of range. | Robert Loehning | 2009-11-02 | 1 | -0/+2 |
* | Added BackwardsScanner::mid(tokenIndex). Mid() returns a substring starting f... | Roberto Raggi | 2009-09-21 | 1 | -1/+2 |
* | Made the indenter more Qt friendly. Added support for moc keywords. | Roberto Raggi | 2009-09-21 | 1 | -2/+2 |
* | Use the backward scanner to indent labeled statements, ctor-initializers and ... | Roberto Raggi | 2009-09-21 | 1 | -3/+7 |
* | Introduced BackwardsScanner::LA(n). LA(n) returns the n-th lookhead token. | Roberto Raggi | 2009-09-18 | 1 | -1/+6 |
* | Automagically insert matching characters. | Roberto Raggi | 2009-09-17 | 1 | -1/+3 |
* | Added the helper class MatchingText and use it to automagically insert text f... | Roberto Raggi | 2009-09-17 | 1 | -4/+14 |
* | Added BackwardsScanner | Roberto Raggi | 2009-09-17 | 1 | -0/+66 |