mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
SortContentAction: place \n correctly if comment inside node IDEA-189822
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
// "Sort content" "true"
|
||||
|
||||
public enum OSType {
|
||||
LINUX// linux
|
||||
,
|
||||
|
||||
MAC//mac
|
||||
,
|
||||
WIN//after win
|
||||
// win
|
||||
|
||||
;
|
||||
}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
// "Sort content" "true"
|
||||
|
||||
public enum OSType {
|
||||
WIN// win
|
||||
//after win
|
||||
, LIN<caret>UX // linux
|
||||
,MAC //mac
|
||||
;
|
||||
}
|
||||
Reference in New Issue
Block a user