mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
The same way FormatterModelBuilders are implemented for Java and JavaScript. It allows to call codeStyleManager.reformat(PsiElement) directly instead of codeStyleManager.reformatText(elt.getContainingFile(), elt.getTextRange().getStartOffset(), elt.getTextRange().getEndOffset());
2 lines
27 B
Python
2 lines
27 B
Python
x=[1,2,3]
|
|
y='spam<caret>'*2 |