mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
SortContentAction: fix \n placement after eol comment : IDEA-194501
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// "Sort content" "true"
|
||||
|
||||
public enum X //simple end comment
|
||||
{
|
||||
b, f, x
|
||||
|
||||
}
|
||||
|
||||
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
// "Sort content" "true"
|
||||
|
||||
public enum X<caret> //simple end comment
|
||||
{
|
||||
f, b, x
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user