1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-01 21:35:40 +02:00
cdt/qt/org.eclipse.cdt.qt.core
Matthew Bastien 31150e4af1 Bug 481126 - QML Scoping Issues
Fixed the following issues with QML:
  -The parent scope of a QML Object is the file's root Object scope
  -Content assist for an Object Property should only display the
immediate Object's properties, not it's parent(s)
  -Content assist for an incomplete property binding should display
JavaScript hints as well

Added missing license headers and new tests.  Had to modify the
acorn-qml parser plugin in order to make some of the changes.  Added
tests for those as well.

Change-Id: I289167cbaacd8088f87dfafc689e67c0110d942f
Signed-off-by: Matthew Bastien <mbastien@blackberry.com>
2015-11-30 16:29:58 -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 481126 - QML Scoping Issues 2015-11-30 16:29:58 -05:00
META-INF Bug 481978 - Big overhaul of new build system to work with Qt. 2015-11-24 22:11:33 -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 481978 - Lots of clean-up to the Qt Build and Launch. 2015-11-27 09:41:40 -05:00
templates Bug 481978 - Big overhaul of new build system to work with Qt. 2015-11-24 22:11:33 -05:00
tern-qml Bug 481126 - QML Scoping Issues 2015-11-30 16:29:58 -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 Remove the ANTLR based QML parser. We're planning on tern.js instead. 2015-11-06 15:26:37 -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