Roberto Raggi
|
42c676d19a
|
Added BackwardsScanner::mid(tokenIndex). Mid() returns a substring starting from the position of the given token.
|
2009-09-21 17:38:25 +02:00 |
|
Roberto Raggi
|
a49395a0ea
|
Made the indenter more Qt friendly. Added support for moc keywords.
|
2009-09-21 16:10:17 +02:00 |
|
Roberto Raggi
|
6c9670c3db
|
Use the backward scanner to indent labeled statements, ctor-initializers and access specifiers.
|
2009-09-21 15:14:28 +02:00 |
|
Roberto Raggi
|
81cac3cc49
|
Introduced BackwardsScanner::LA(n). LA(n) returns the n-th lookhead token.
|
2009-09-18 12:28:15 +02:00 |
|
Roberto Raggi
|
82b80b9e39
|
Automagically insert matching characters.
|
2009-09-17 17:58:00 +02:00 |
|
Roberto Raggi
|
dfa6be721d
|
Added the helper class MatchingText and use it to automagically insert text for curly braces.
|
2009-09-17 15:51:15 +02:00 |
|
Roberto Raggi
|
71c46fbc54
|
Added BackwardsScanner
|
2009-09-17 12:29:22 +02:00 |
|