aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsindenter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed useless code.Roberto Raggi2010-01-291-19/+0
* Get rid off unused regexp QmlJSIndenter::label.Roberto Raggi2010-01-291-2/+1
* Removed unused code.Roberto Raggi2010-01-291-2/+1
* Fixed the indentation of if-else statements.Roberto Raggi2010-01-291-2/+6
* Say hello to the new incremental scanner for QML/JS.Roberto Raggi2010-01-281-1/+1
* Insert the semicolon at the end of the trimmed line only when it is stricly n...Roberto Raggi2010-01-261-3/+4
* Inserted a fake semicolon at the end of the trimmed line.Roberto Raggi2010-01-261-4/+11
* Fixed indentation of QML/JS for-statements.Roberto Raggi2010-01-191-20/+25
* Added helper method QmlJSIndenter::tokenText().Roberto Raggi2010-01-191-0/+5
* Moved QmlJSScanner::Token in the QmlJS namespace.Roberto Raggi2010-01-191-36/+36
* Handle comments at the end of braceless control statements.Roberto Raggi2010-01-191-1/+18
* Implemented token-based version of QmlJSIndenter::matchBracelessControlStatem...Roberto Raggi2010-01-181-30/+65
* Renamed classes and files to use the QmlJS prefix.Roberto Raggi2010-01-181-0/+1023