summaryrefslogtreecommitdiff
path: root/src/plugins/qmljseditor
Commit message (Expand)AuthorAgeFilesLines
* Fix parsing errors not showing for the QmlJS editor.Christian Kamm2010-02-231-36/+40
* Add an accessor to get the flat scope list from ScopeChain.Christian Kamm2010-02-221-1/+1
* Pass in the whole AST path for scope creation.Christian Kamm2010-02-223-5/+5
* Implement function to get the QmlJS AST path to a given location.Christian Kamm2010-02-222-0/+18
* Make QmlJS scope building more flexible.Christian Kamm2010-02-221-1/+1
* Fixed diagnostic underlining to take the location length into account.Erik Verbruggen2010-02-191-4/+9
* Use the fully qualified name when registering the SemanticInfos.Christian Kamm2010-02-162-5/+5
* Don't show 'invalid property name' errors if we can't resolve the type.Christian Kamm2010-02-161-4/+5
* Add QmlJS semantic checker.Christian Kamm2010-02-163-56/+286
* Simplified the algorithm used to compute the expression under cursor.Roberto Raggi2010-02-152-83/+86
* Check the file's mimetype before creating QML/JS documents.Roberto Raggi2010-02-151-7/+14
* Renamed qmlmodelmanager.Roberto Raggi2010-02-1513-49/+49
* Renamed qmlhoverhandler.Roberto Raggi2010-02-154-17/+16
* Renamed qmlcodecompletion.Roberto Raggi2010-02-155-31/+31
* Fixed: Using ! (not) stops autocomplete workingRoberto Raggi2010-02-151-0/+2
* Get rid of the QmlJS prefix.Roberto Raggi2010-02-154-5/+5
* Merge qmljshighlighter.* with qmlhighlighter.*.Roberto Raggi2010-02-158-183/+482
* Removed obsolete code.Roberto Raggi2010-02-152-191/+0
* Rename QmlJS::Check -> QmlJS::Evaluate.Christian Kamm2010-02-153-6/+6
* Removed unnecessary includes of qmljslink.hChristian Kamm2010-02-122-2/+0
* Show the generated slots in the completion box for the attached property `Keys'.Roberto Raggi2010-02-101-2/+8
* Fixed the insertion of matching braces when the token at the left of the curs...Roberto Raggi2010-02-101-1/+1
* Get rid of useless qDebugs.Roberto Raggi2010-02-101-1/+0
* Improved completion of JavaScript expressions.Roberto Raggi2010-02-092-5/+6
* Initial support of `Follow symbol under cursor' for QML/JS.Roberto Raggi2010-02-095-5/+49
* Re-enabled automatic completion.Roberto Raggi2010-02-041-3/+0
* Make QmlJS::Link private. Use Context::build to set up a context.Christian Kamm2010-02-042-10/+9
* Disable the auto global completion for QML/JS files.Roberto Raggi2010-02-031-31/+36
* Disabled snippet completion.Roberto Raggi2010-02-031-0/+3
* Add support for lazy prototypes.Roberto Raggi2010-02-033-7/+8
* Completion for global variables in JS.Roberto Raggi2010-02-032-13/+19
* Fixed EnumerateProperties to enumerate properties of the base object.Roberto Raggi2010-02-031-9/+17
* Get rid of Environment, introduce external ScopeChain in Link.Christian Kamm2010-02-032-26/+27
* Introduced QML/JS references.Roberto Raggi2010-02-032-2/+2
* Some refactoring needed to create ranges for JavaScript functions.Roberto Raggi2010-02-024-10/+39
* Bind each QML document after parsing. Link them before use.Christian Kamm2010-02-022-2/+5
* Try to get the type from a qualified-id.Roberto Raggi2010-02-023-6/+19
* Move HelpManager it's own source files.kh12010-02-021-1/+1
* Introduced SemanticInfo::nodeUnderCursor().Roberto Raggi2010-02-023-63/+76
* Check the document's revision when creating links.Roberto Raggi2010-02-021-1/+1
* CleanupRoberto Raggi2010-02-021-5/+3
* Use the snapshot from the semanticinfo when processign QML/JS documents.Roberto Raggi2010-02-022-11/+4
* Create a link for the QML/JS expression under cursor.Roberto Raggi2010-02-011-0/+38
* Introduced SemanticInfo::declaringMember(pos).Roberto Raggi2010-02-013-52/+64
* Introduced ASTFunctionValue.Roberto Raggi2010-02-011-3/+6
* Don't activate the completion when the token under cursor is a comment or a s...Roberto Raggi2010-02-012-1/+35
* Removed obsolete code.Roberto Raggi2010-02-012-24/+0
* Simplified triggerCompletion().Roberto Raggi2010-02-011-11/+15
* Sort lower case items before upper case items in QML/JS completion.Roberto Raggi2010-02-011-1/+11
* Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-01-291-1/+1