mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
skip formatting during inplace refactorings
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user