forked from qt-creator/qt-creator
QmlJS: Offer completion for words prefixed with +, -, *, /.
Task-number: QTCREATORBUG-2285 Reviewed-by: Roberto Raggi
This commit is contained in:
@@ -588,6 +588,10 @@ bool CodeCompletion::isDelimiter(QChar ch) const
|
|||||||
case ':':
|
case ':':
|
||||||
case ';':
|
case ';':
|
||||||
case ',':
|
case ',':
|
||||||
|
case '+':
|
||||||
|
case '-':
|
||||||
|
case '*':
|
||||||
|
case '/':
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user