1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +02:00
cdt/qt/org.eclipse.cdt.qt.core/tern-qml
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
..
demo Bug 481126 - QML Scoping Issues 2015-11-30 16:29:58 -05:00
test Bug 481126 - QML Scoping Issues 2015-11-30 16:29:58 -05:00
.gitignore Bug 481126 - QML Static Analysis based on Tern.js 2015-10-30 17:48:01 -04:00
.npmignore Bug 481126 - QML Static Analysis based on Tern.js 2015-10-30 17:48:01 -04:00
package.json Bug 481126 - Tern QML Tests 2015-11-17 10:23:31 -05:00
qml.js Bug 481126 - QML Scoping Issues 2015-11-30 16:29:58 -05:00