mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
SortContentAction: more accurate \n placement in presence of EOL comments: IDEA-198267
This commit is contained in:
-1
@@ -9,6 +9,5 @@ public enum OSType {
|
||||
WIN //after win
|
||||
// win
|
||||
|
||||
|
||||
;
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
// "Sort content" "true"
|
||||
|
||||
enum Attribute {
|
||||
CenterYWithinMargins, // 20
|
||||
LastBaseline,
|
||||
Width // 7
|
||||
; // 11
|
||||
|
||||
void foo() {
|
||||
}
|
||||
}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
// "Sort content" "true"
|
||||
|
||||
enum Attribute {
|
||||
Width<caret>, // 7
|
||||
CenterYWithinMargins, // 20
|
||||
LastBaseline; // 11
|
||||
|
||||
void foo() {}
|
||||
}
|
||||
Reference in New Issue
Block a user