Activate the global completion when the the character at the left of the text cursor is a delimiter.

This commit is contained in:
Roberto Raggi
2010-01-26 12:36:04 +01:00
parent 7ddfd8659a
commit 0e93bf3b96
2 changed files with 22 additions and 2 deletions

View File

@@ -75,6 +75,8 @@ private:
void updateSnippets();
bool isImported(QmlJS::Document::Ptr doc, const QString &currentFilePath) const;
bool isDelimiter(const QChar &ch) const;
QmlModelManagerInterface *m_modelManager;
TextEditor::ITextEditable *m_editor;
int m_startPosition;