summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljscompletioncontextfinder.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlJS: Detect whether cursor is in an import.Christian Kamm2010-11-121-0/+93
* QmlJS: Complete '{' instad of ':' at the end of 'A on b' bindings.Christian Kamm2010-11-121-7/+5
* QmlJS: Determine whether cursor is inside a string literal.Christian Kamm2010-11-121-1/+10
* Add missing license headers.Christian Kamm2010-07-091-0/+29
* QmlJS: Fix completion context finder if cursor is on empty line.Christian Kamm2010-05-191-7/+12
* QmlJS: Fix completion context when cursor is to the right of inserted ;Christian Kamm2010-04-301-0/+3
* QmlJS: Completion for enums.Christian Kamm2010-04-291-3/+32
* QmlJS: Improve completion for object bindings with 'on'.Christian Kamm2010-04-291-5/+17
* QmlJS: Improve property and Type completion in Qml object members.Christian Kamm2010-04-291-5/+66
* QmlJS: Add CompletionContextFinder to allow context sensitive completionChristian Kamm2010-04-291-0/+157