mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
SortContentAction: preserve comments in corner case
This commit is contained in:
+1
@@ -9,5 +9,6 @@ public enum OSType {
|
||||
WIN//after win
|
||||
// win
|
||||
|
||||
|
||||
;
|
||||
}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
// "Sort content" "true"
|
||||
|
||||
public enum Enum {
|
||||
A,
|
||||
|
||||
B,
|
||||
C// foo
|
||||
;
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// "Sort content" "true"
|
||||
|
||||
public enum Enum {
|
||||
C // foo
|
||||
,<caret>
|
||||
A,
|
||||
B;
|
||||
}
|
||||
Reference in New Issue
Block a user