summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/BackwardsScanner.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed autoindent when using tabs instead of spacesThorbjørn Lindeijer2009-12-081-1/+1
* Fixed index out of range.Robert Loehning2009-11-021-0/+2
* Added BackwardsScanner::mid(tokenIndex). Mid() returns a substring starting f...Roberto Raggi2009-09-211-1/+2
* Made the indenter more Qt friendly. Added support for moc keywords.Roberto Raggi2009-09-211-2/+2
* Use the backward scanner to indent labeled statements, ctor-initializers and ...Roberto Raggi2009-09-211-3/+7
* Introduced BackwardsScanner::LA(n). LA(n) returns the n-th lookhead token.Roberto Raggi2009-09-181-1/+6
* Automagically insert matching characters.Roberto Raggi2009-09-171-1/+3
* Added the helper class MatchingText and use it to automagically insert text f...Roberto Raggi2009-09-171-4/+14
* Added BackwardsScannerRoberto Raggi2009-09-171-0/+66