skip formatting during inplace refactorings

This commit is contained in:
anna
2012-02-21 12:18:17 +01:00
parent c1726429da
commit 90e951c5f3
@@ -295,6 +295,7 @@ public abstract class InplaceRefactoring {
Template template = builder.buildInlineTemplate();
template.setToShortenLongNames(false);
template.setToReformat(false);
TextRange range = myScope.getTextRange();
assert range != null;
myHighlighters = new ArrayList<RangeHighlighter>();