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
6134f2880ab2d6a09269d2bbd36ef61f059f2193
qt-creator
/
src
/
libs
/
qmljs
History
Christian Kamm
6134f2880a
Always return a valid scope from Link.
2010-01-28 15:03:50 +01:00
..
parser
Incorporated commit 38c0ed9870fc6bd8ba759c283eaf2bffb61c2e3f from kinetic-declarativeui.
2010-01-21 16:47:46 +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
Separate bind into bind, link imports and building the scope chain.
2010-01-28 14:53:53 +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
Separate bind into bind, link imports and building the scope chain.
2010-01-28 14:53:53 +01:00
qmljsbind.h
Separate bind into bind, link imports and building the scope chain.
2010-01-28 14:53:53 +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
qmljslink.cpp
Always return a valid scope from Link.
2010-01-28 15:03:50 +01:00
qmljslink.h
Separate bind into bind, link imports and building the scope chain.
2010-01-28 14:53:53 +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.