QmlJS: Fix completion context when cursor is to the right of inserted ;

Done-with: Erik Verbruggen
This commit is contained in:
Christian Kamm
2010-04-30 14:22:55 +02:00
parent 0970a8e6d2
commit 44a155c612
4 changed files with 10 additions and 2 deletions

View File

@@ -690,7 +690,6 @@ int CodeCompletion::startCompletion(TextEditor::ITextEditable *editor)
if (contextFinder.isInRhsOfBinding() && qmlScopeType) {
doQmlKeywordCompletion = false;
qDebug() << "property name: " << contextFinder.bindingPropertyName();
if (!contextFinder.bindingPropertyName().isEmpty()) {
const Interpreter::Value *value = qmlScopeType;