1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-16 13:35:22 +02:00
cdt/qt/org.eclipse.cdt.qt.core
Matthew Bastien 84b5f4bfd2 Bug 480238 - QML AST in Java
Created a set of Interfaces to represent the JavaScript and QML Ast in
plain Java.  Updated acorn-qml to be able to parse the entirety of QML
syntax as specified by the QML grammar.  Also modified the QML AST to
represent the added syntax and modified tern-qml to handle the new AST
elements.

Changed the way that the QMLAnalyzer handles path resolution.  Paths are
now relative to the local file system.

Note: the normal acorn-qml parser cannot parse the full range of QML
syntax due to ambiguities.  However, the loose parser can.  We're still
waiting on Acorn to bring lookahead to the normal parser in order to
resolve this.

Change-Id: I77c820ad46301975b2a91969a656d428ad9409c1
Signed-off-by: Matthew Bastien <mbastien@blackberry.com>
2015-12-14 11:13:52 -05:00
..
.settings Starting to put Qt onto the new build system and launch. 2015-09-28 13:24:41 -04:00
acorn-qml Bug 480238 - QML AST in Java 2015-12-14 11:13:52 -05:00
META-INF Bug 480238 - QML AST in Java 2015-12-14 11:13:52 -05:00
schema Bug 481978 - Big overhaul of new build system to work with Qt. 2015-11-24 22:11:33 -05:00
src/org/eclipse/cdt Bug 480238 - QML AST in Java 2015-12-14 11:13:52 -05:00
templates Hide the exception on QML load from the UI. 2015-12-04 10:03:56 -05:00
tern-qml Bug 480238 - QML AST in Java 2015-12-14 11:13:52 -05:00
.classpath Remove the ANTLR based QML parser. We're planning on tern.js instead. 2015-11-06 15:26:37 -05:00
.gitignore Move QML stuff to qt.core plug-in. Add deps for ANTLR, FreeMarker. 2015-09-30 08:22:59 -04:00
.project Remove the ANTLR based QML parser. We're planning on tern.js instead. 2015-11-06 15:26:37 -05:00
about.html Added support for Qt. Extended AddFiles template to change start/end 2013-01-12 00:57:49 -05:00
build.properties Start to hook up tern-qml to Java and port some tests. 2015-12-01 10:53:43 -05:00
build.xml Move QML stuff to qt.core plug-in. Add deps for ANTLR, FreeMarker. 2015-09-30 08:22:59 -04:00
plugin.properties Bug 478231 - Hook up .qrc files to the XML Editor 2015-09-23 20:39:38 -04:00
plugin.xml Bug 481978 - Lots of clean-up to the Qt Build and Launch. 2015-11-27 09:41:40 -05:00
pom.xml Remove the ANTLR based QML parser. We're planning on tern.js instead. 2015-11-06 15:26:37 -05:00