forked from qt-creator/qt-creator
Fixed: Using ! (not) stops autocomplete working
Task-number: QTCREATORBUG-188
This commit is contained in:
@@ -614,7 +614,9 @@ bool QmlCodeCompletion::isDelimiter(const QChar &ch) const
|
||||
case '}':
|
||||
case '[':
|
||||
case ']':
|
||||
case ')':
|
||||
case '?':
|
||||
case '!':
|
||||
case ':':
|
||||
case ';':
|
||||
case ',':
|
||||
|
||||
Reference in New Issue
Block a user