forked from qt-creator/qt-creator
Refactor diff editor widget, fix whitespaces handling
Prepare for ignoreNewLine handling Task-number: QTCREATORBUG-11002 Change-Id: I97fc0887ef27c821252283ccbad655ac0bc79f0a Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
This commit is contained in:
@@ -747,7 +747,7 @@ QList<Diff> Differ::cleanupSemantics(const QList<Diff> &diffList)
|
||||
}
|
||||
}
|
||||
|
||||
return cleanupOverlaps(cleanupSemanticsLossless(merge(newDiffList)));
|
||||
return cleanupOverlaps(merge(cleanupSemanticsLossless(merge(newDiffList))));
|
||||
}
|
||||
|
||||
QList<Diff> Differ::cleanupSemanticsLossless(const QList<Diff> &diffList)
|
||||
|
||||
Reference in New Issue
Block a user