forked from qt-creator/qt-creator
Activate the global completion when the the character at the left of the text cursor is a delimiter.
This commit is contained in:
@@ -75,6 +75,8 @@ private:
|
||||
void updateSnippets();
|
||||
bool isImported(QmlJS::Document::Ptr doc, const QString ¤tFilePath) const;
|
||||
|
||||
bool isDelimiter(const QChar &ch) const;
|
||||
|
||||
QmlModelManagerInterface *m_modelManager;
|
||||
TextEditor::ITextEditable *m_editor;
|
||||
int m_startPosition;
|
||||
|
||||
Reference in New Issue
Block a user