summaryrefslogtreecommitdiff
path: root/src/plugins/qmljstools/qmljsindenter.cpp
diff options
context:
space:
mode:
authorChristian Kamm <christian.d.kamm@nokia.com>2011-10-24 12:29:54 +0200
committerChristian Kamm <christian.d.kamm@nokia.com>2011-10-31 09:37:17 +0100
commita9553c494ef6012cc4c34bd469ff0f20ee2e2671 (patch)
tree00ae228a45485c54077f0541878a352f91a602b5 /src/plugins/qmljstools/qmljsindenter.cpp
parentf3774d0a6f8fc71c806a84d6b207bde29d967ff4 (diff)
downloadqt-creator-a9553c494ef6012cc4c34bd469ff0f20ee2e2671.tar.gz
QmlJS indenter: Never touch indent of multi-line strings.
Task-number: QTCREATORBUG-6368 Change-Id: Iae68427e429e625214bc0729aaaf313dc3371570 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
Diffstat (limited to 'src/plugins/qmljstools/qmljsindenter.cpp')
-rw-r--r--src/plugins/qmljstools/qmljsindenter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qmljstools/qmljsindenter.cpp b/src/plugins/qmljstools/qmljsindenter.cpp
index 13ffc9621a..b16ae56889 100644
--- a/src/plugins/qmljstools/qmljsindenter.cpp
+++ b/src/plugins/qmljstools/qmljsindenter.cpp
@@ -70,6 +70,8 @@ void Indenter::indentBlock(QTextDocument *doc,
codeFormatter.updateStateUntil(block);
const int depth = codeFormatter.indentFor(block);
+ if (depth == -1)
+ return;
if (isElectricCharacter(typedChar)) {
// only reindent the current line when typing electric characters if the