1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/qt/org.eclipse.cdt.qt.ui
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 Bug 481978 - UI to add Qt installs. Installs are now persisted. 2015-11-12 10:18:37 -05:00
icons Add command an UI to reload the QML Analyzer. 2015-12-03 12:09:47 -05:00
META-INF Bug 481126 - Hook up QML content assist to tern.js-based analyzer 2015-12-02 22:23:16 -05:00
src/org/eclipse/cdt Bug 480238 - QML AST in Java 2015-12-14 11:13:52 -05:00
.classpath Bug 481978 - UI to add Qt installs. Installs are now persisted. 2015-11-12 10:18:37 -05:00
.project Added support for Qt. Extended AddFiles template to change start/end 2013-01-12 00:57:49 -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 Clean up more of the legal files for the new features LLVM and Qt. 2013-05-30 13:33:39 -04:00
plugin.properties Bug 481978 - UI to add Qt installs. Installs are now persisted. 2015-11-12 10:18:37 -05:00
plugin.xml Bug 481126 - Add hyperlink support to open decl in QML editor. 2015-12-08 11:27:15 -05:00
pom.xml Start of work on doing Qt the new way. 2015-08-27 00:20:55 -04:00