- Feb 23, 2010
-
-
Christian Kamm authored
-
Christian Kamm authored
-
Christian Kamm authored
Done-with: Erik Verbruggen
-
Christian Kamm authored
By always setting the scope object, even if it is identical to the root object. Done-with: Erik Verbruggen
-
- Feb 22, 2010
-
-
Christian Kamm authored
-
Christian Kamm authored
-
Tobias Hunger authored
-
Christian Kamm authored
Done-with: Erik Verbruggen
-
Christian Kamm authored
-
Christian Kamm authored
Just the declaring member isn't enough.
-
Christian Kamm authored
Instead of only maintaining a flat list of scopes, actually store the global, component chain, root object, scope object, function, id and js scopes separately.
-
- Feb 19, 2010
-
-
Erik Verbruggen authored
Done-with: Christian Kamm
-
Erik Verbruggen authored
-
Erik Verbruggen authored
And made the warnings/errors translatable.
-
- Feb 18, 2010
-
-
Christian Kamm authored
-
Christian Kamm authored
Used, for instance, in Rotation.axis or Rotation.origin.
-
Christian Kamm authored
This now errors for: anchors.undefinedAnchor: foo x.undefinedAnchor
-
Christian Kamm authored
-
Christian Kamm authored
-
- Feb 17, 2010
-
-
Christian Kamm authored
-
Christian Kamm authored
-
Christian Kamm authored
-
Christian Kamm authored
-
Christian Kamm authored
-
- Feb 16, 2010
-
-
ck authored
-
Christian Kamm authored
The idea is that it may be a plugin-provided type. We don't want user code to be riddled with error markers in that case. Reviewed-by: Roberto Raggi
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
Christian Kamm authored
* Add SemanticHighlighter to QmlJSTextEditor to update the semantic info in a background thread. * Add QmlJS::Check to run semantic checks on qml and js documents. * Add a check for incorrect property names. * Fix hoverhandler to show tool tips from extra selections over help tooltips.
-
- Feb 15, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Christian Kamm authored
-
Christian Kamm authored
It is used to evaluate expressions to values. Done to make room for a real 'check' pass.
-
- Feb 12, 2010
-
-
hjk authored
-
Roberto Raggi authored
-
Christian Kamm authored
-
Christian Kamm authored
-
- Feb 11, 2010
-
-
Christian Kamm authored
* For JS files: Add each Qml component that sources the file in a Script tag to the scope chain. * For Qml components: Add each component that instantiates the component to the scope chain. * Generate the full list of documents required for completion in a given file. Previously, files that included the file were missing.
-
Roberto Raggi authored
-
- Feb 10, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-