aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsscanner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Libs: Cleanup lambdasJarek Kobus2023-12-121-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* qmljsscanner: fix fallthough in nullish coaleshingFawzi Mohamed2022-06-031-0/+2
* qmljs: add # as commentFawzi Mohamed2022-05-231-0/+6
* qmljsreformatter: support nullish coalescingFawzi Mohamed2022-05-061-0/+12
* QmlJS: Compile fixhjk2021-02-251-0/+2
* qmljs: handle string templates in scannerFawzi Mohamed2021-02-251-6/+123
* qmljs: basic highlighting for es7Marco Benelli2018-12-041-1/+8
* QmlJS: Fix static variable initializationOrgad Shaneh2016-09-221-3/+4
* QmlJS: improve static initializingsTim Jenssen2016-09-211-29/+29
* Remove use of deprecated Qt algorithmsOrgad Shaneh2016-08-091-4/+3
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Clean headers in QmlJs.Friedemann Kleint2013-04-041-2/+0
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* QmlJS: Fix uses of Scanner::state().Christian Kamm2011-06-031-6/+4
* Compile fixFriedemann Kleint2011-05-231-4/+4
* QmlJS: Make the Scanner recognize regular expression literals.Christian Kamm2011-05-231-8/+91
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* Header cleanup in src, specify module name.Friedemann Kleint2011-01-241-1/+1
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Fix syntax highlighting of multiline QMLJS stringsRhys Weatherley2010-11-291-1/+23
|/
* 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