Refactored the quickfix engine.

This commit is contained in:
Roberto Raggi
2010-06-07 12:12:07 +02:00
parent c3caf282ce
commit f5dae8bc9f
9 changed files with 80 additions and 10 deletions

View File

@@ -253,8 +253,9 @@ void QmlJSEditorPlugin::quickFixNow()
// qDebug() << "TODO: outdated document" << editor->documentRevision() << editor->semanticInfo().revision();
// ### FIXME: m_quickFixTimer->start(QUICKFIX_INTERVAL);
m_quickFixTimer->stop();
}else
} else {
TextEditor::Internal::CompletionSupport::instance()->quickFix(m_currentTextEditable);
}
}
}
}