summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljsscanner.cpp
Commit message (Expand)AuthorAgeFilesLines
* License headers.con2010-12-171-7/+11
* QmlJS: Adjust scanner to treat ++ and -- as a single delimiter token.Christian Kamm2010-08-101-0/+10
* Qml scanner: Don't emit token for empty line in multi-line comment.Christian Kamm2010-07-081-1/+1
* Qml scanner: Fix begin location of comment tokens in multiline comments.Christian Kamm2010-07-081-1/+5
* QmlJS: Allow folding of multi-line comments.Christian Kamm2010-05-271-6/+1
* QmlJSEditor: Add completion for JS keywords and Qml reserved words.Christian Kamm2010-03-261-0/+10
* Long live the king!hjk2010-03-051-1/+1
* Get rid of the QmlJS prefix.Roberto Raggi2010-02-151-7/+7
* Introduced QmlJSScanner::scanComments/setScanComments(onoff).Roberto Raggi2010-01-291-10/+24
* Fixed highlihing of QML context keywords.Roberto Raggi2010-01-291-1/+52
* Skip white spaces.Roberto Raggi2010-01-291-1/+5
* Say hello to the new incremental scanner for QML/JS.Roberto Raggi2010-01-281-285/+164
* Moved QmlJSScanner::Token in the QmlJS namespace.Roberto Raggi2010-01-191-1/+1
* Renamed classes and files to use the QmlJS prefix.Roberto Raggi2010-01-181-0/+363