This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
qt-creator
Watch
1
Star
0
Fork
0
You've already forked qt-creator
forked from
qt-creator/qt-creator
Code
Pull Requests
Activity
Files
3294fbf8bff2c1ff1ad281067a6fbc841ae858ff
qt-creator
/
src
/
libs
/
qmljs
History
Roberto Raggi
bf8c0b8a22
Complete signals, slots and generate slots of QML items.
2010-01-26 10:19:42 +01:00
..
parser
Incorporated commit 38c0ed9870fc6bd8ba759c283eaf2bffb61c2e3f from kinetic-declarativeui.
2010-01-21 16:47:46 +01:00
test
Moved the QScriptHighlighter & friends into the QmlJS library.
2010-01-18 14:12:44 +01:00
qmljs_global.h
Renamed classes and files to use the QmlJS prefix.
2010-01-18 16:59:20 +01:00
qmljs-lib.pri
Complete QML properties.
2010-01-25 09:31:35 +01:00
qmljs.pri
QmlJS: Fix compile for namespaced Qt.
2010-01-19 11:31:24 +01:00
qmljs.pro
Renamed classes and files to use the QmlJS prefix.
2010-01-18 16:59:20 +01:00
qmljsbind.cpp
Renamed classes and files to use the QmlJS prefix.
2010-01-18 16:59:20 +01:00
qmljsbind.h
Renamed classes and files to use the QmlJS prefix.
2010-01-18 16:59:20 +01:00
qmljscheck.cpp
Renamed classes and files to use the QmlJS prefix.
2010-01-18 16:59:20 +01:00
qmljscheck.h
Renamed classes and files to use the QmlJS prefix.
2010-01-18 16:59:20 +01:00
qmljsdocument.cpp
Introduced ranges and versioning of QML/JS documents.
2010-01-25 14:18:53 +01:00
qmljsdocument.h
Introduced ranges and versioning of QML/JS documents.
2010-01-25 14:18:53 +01:00
qmljshighlighter.cpp
Moved QmlJSScanner::Token in the QmlJS namespace.
2010-01-19 12:54:17 +01:00
qmljshighlighter.h
Moved QmlJSScanner::Token in the QmlJS namespace.
2010-01-19 12:54:17 +01:00
qmljsidcollector.cpp
Renamed classes and files to use the QmlJS prefix.
2010-01-18 16:59:20 +01:00
qmljsidcollector.h
Renamed classes and files to use the QmlJS prefix.
2010-01-18 16:59:20 +01:00
qmljsindenter.cpp
Fixed indentation of QML/JS for-statements.
2010-01-19 13:57:59 +01:00
qmljsindenter.h
Fixed indentation of QML/JS for-statements.
2010-01-19 13:57:59 +01:00
qmljsinterpreter.cpp
Complete signals, slots and generate slots of QML items.
2010-01-26 10:19:42 +01:00
qmljsinterpreter.h
Complete signals, slots and generate slots of QML items.
2010-01-26 10:19:42 +01:00
qmljsmetatypebackend.cpp
Renamed classes and files to use the QmlJS prefix.
2010-01-18 16:59:20 +01:00
qmljsmetatypebackend.h
Renamed classes and files to use the QmlJS prefix.
2010-01-18 16:59:20 +01:00
qmljspackageinfo.cpp
Renamed classes and files to use the QmlJS prefix.
2010-01-18 16:59:20 +01:00
qmljspackageinfo.h
Renamed classes and files to use the QmlJS prefix.
2010-01-18 16:59:20 +01:00
qmljsscanner.cpp
Moved QmlJSScanner::Token in the QmlJS namespace.
2010-01-19 12:54:17 +01:00
qmljsscanner.h
Moved QmlJSScanner::Token in the QmlJS namespace.
2010-01-19 12:54:17 +01:00
qmljssymbol.cpp
Renamed classes and files to use the QmlJS prefix.
2010-01-18 16:59:20 +01:00
qmljssymbol.h
Renamed classes and files to use the QmlJS prefix.
2010-01-18 16:59:20 +01:00
qmljstypesystem.cpp
Complete QML properties.
2010-01-25 09:31:35 +01:00
qmljstypesystem.h
Renamed classes and files to use the QmlJS prefix.
2010-01-18 16:59:20 +01:00
qtdeclarativemetatypebackend.cpp
Renamed classes and files to use the QmlJS prefix.
2010-01-18 16:59:20 +01:00
qtdeclarativemetatypebackend.h
Renamed classes and files to use the QmlJS prefix.
2010-01-18 16:59:20 +01:00
README
Moved the QScriptHighlighter & friends into the QmlJS library.
2010-01-18 14:12:44 +01:00
README
Syntax highlighter for Qt script courtesy of Simon. Exists as a duplicate in Designer.