Fixed: Using ! (not) stops autocomplete working

Task-number: QTCREATORBUG-188
This commit is contained in:
Roberto Raggi
2010-02-15 12:58:46 +01:00
parent fd26a8c8ec
commit d55e270761

View File

@@ -614,7 +614,9 @@ bool QmlCodeCompletion::isDelimiter(const QChar &ch) const
case '}':
case '[':
case ']':
case ')':
case '?':
case '!':
case ':':
case ';':
case ',':