mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
API to execute typed handler postprocessing in a separate command
This allows to undo the formatting separately from the typing which has triggered the formatting (IDEA-126243)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Foo {
|
||||
void m() {
|
||||
if (true) {
|
||||
System.out.println();
|
||||
}<caret>
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
class Foo {
|
||||
void m() {
|
||||
if (true) {
|
||||
System.out.println();
|
||||
}<caret>
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
class Foo {
|
||||
void m() {
|
||||
if (true) {
|
||||
System.out.println();
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user