- Mar 05, 2010
-
-
hjk authored
-
- Feb 23, 2010
-
-
Christian Kamm authored
Done-with: Erik Verbruggen
-
- Feb 22, 2010
-
-
Christian Kamm authored
Just the declaring member isn't enough.
-
Christian Kamm authored
Will be useful for improved scope chain building.
-
- Feb 19, 2010
-
-
Erik Verbruggen authored
Done-with: Christian Kamm
-
- Feb 16, 2010
-
-
Christian Kamm authored
Both for CppEditor::Internal::SemanticInfo and QmlJSEditor::Internal:: SemanticInfo.
-
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
* 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
-
Roberto Raggi authored
-
Christian Kamm authored
It is used to evaluate expressions to values. Done to make room for a real 'check' pass.
-
- Feb 10, 2010
-
-
Roberto Raggi authored
Fixed the insertion of matching braces when the token at the left of the cursor is a string literal.
-
- Feb 09, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Feb 02, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Feb 01, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Jan 28, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Jan 27, 2010
-
-
Roberto Raggi authored
Done with: Erik
-
Erik Verbruggen authored
Done-with: Roberto Raggi
-
- Jan 26, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
Store the error message in the QTextCharFormat of the extra selection.
-
Roberto Raggi authored
-
- Jan 25, 2010
-
-
Roberto Raggi authored
-
- Jan 19, 2010
-
-
Roberto Raggi authored
-
Christian Kamm authored
It lists the top level function and variable declarations again.
-
- Jan 18, 2010
-
-
Roberto Raggi authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
Changed the QML/JS editor to treat .qs/.js files as JavaScript, and invoke the appropriate parser for it. Reviewed-by: Christian Kamm
-
Roberto Raggi authored
-
- Jan 15, 2010
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
- Jan 14, 2010
-
-
Kai Koehne authored
Fix namespace usage such that all classes in shared/qml live in the Qml namespace, and classes in QmlDesigner plugin in the QmlDesigner namespace. This should prevent any symbol clashes until we can finally get rid of the file dublicates (e.g. QmlDocument).
-