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
98474002ad4b10e39df6e151e1595b5f48afe68a
qt-creator
/
src
/
libs
/
qmljs
History
Roberto Raggi
98474002ad
Store all the object-based values in the QML/JS interpreter.
2010-01-28 14:20:57 +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
Removed obsolete code
2010-01-27 14:37:24 +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
Ask the HelpEngine for documentation about builtin QML components.
2010-01-27 15:13:30 +01:00
qmljsbind.h
Qml editor: add function declarations to objects or the Script scope.
2010-01-26 18:09:30 +01:00
qmljscheck.cpp
Some initial work on the type checker for QML/JS.
2010-01-26 14:55:33 +01:00
qmljscheck.h
Some initial work on the type checker for QML/JS.
2010-01-26 14:55:33 +01:00
qmljsdocument.cpp
Removed obsolete code
2010-01-27 14:37:24 +01:00
qmljsdocument.h
Removed obsolete code
2010-01-27 14:37:24 +01:00
qmljshighlighter.cpp
Invoke onBlockEnd() after the block highlighter is done.
2010-01-28 14:18:52 +01:00
qmljshighlighter.h
Say hello to the new incremental scanner for QML/JS.
2010-01-28 13:13:23 +01:00
qmljsindenter.cpp
Say hello to the new incremental scanner for QML/JS.
2010-01-28 13:13:23 +01:00
qmljsindenter.h
Fixed indentation of QML/JS for-statements.
2010-01-19 13:57:59 +01:00
qmljsinterpreter.cpp
Store all the object-based values in the QML/JS interpreter.
2010-01-28 14:20:57 +01:00
qmljsinterpreter.h
Store all the object-based values in the QML/JS interpreter.
2010-01-28 14:20:57 +01:00
qmljsmetatypesystem.cpp
Coding style.
2010-01-26 16:21:03 +01:00
qmljsmetatypesystem.h
Add missing qmljsmetatypesystem.*
2010-01-26 15:29:35 +01:00
qmljsscanner.cpp
Say hello to the new incremental scanner for QML/JS.
2010-01-28 13:13:23 +01:00
qmljsscanner.h
Say hello to the new incremental scanner for QML/JS.
2010-01-28 13:13:23 +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.