Improve ChangeSet to support more rewriting operations.

This commit is contained in:
Christian Kamm
2009-11-26 12:22:49 +01:00
parent 5bcd46b6be
commit 80b52e589d
6 changed files with 723 additions and 149 deletions

View File

@@ -769,7 +769,7 @@ void QuickFixOperation::apply()
_textCursor.beginEditBlock();
_changeSet.write(&_textCursor);
_changeSet.apply(&_textCursor);
if (_topLevelNode)
reindent(range);