QmlJSEditor: Improve indentation of square brackets.

Task-number: QTCREATORBUG-583
Reviewed-by: Roberto Raggi
This commit is contained in:
Christian Kamm
2010-04-14 15:15:56 +02:00
parent 3d8537922c
commit 6a12c99bd1
2 changed files with 37 additions and 9 deletions

View File

@@ -64,6 +64,7 @@ private:
void eraseChar(QString &t, int k, QChar ch) const;
QChar lastParen() const;
bool hasUnclosedParenOrBracket() const;
bool okay(QChar typedIn, QChar okayCh) const;
/*