Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Insert semicolon when matching enum declarations. | Roberto Raggi | 2009-11-16 | 1 | -1/+1 |
* | 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 aft... | Roberto Raggi | 2009-09-18 | 1 | -5/+41 |
* | 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 f... | Roberto Raggi | 2009-09-17 | 1 | -0/+131 |