mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
SortContentAction: consider error element as separator between sortable entries (IDEA-214843)
GitOrigin-RevId: cda0be0ead288decd24b5dffe9ed00c327e7b14e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0218b6b743
commit
f7bbc47fe8
+16
@@ -0,0 +1,16 @@
|
||||
// "Sort content" "true"
|
||||
|
||||
enum Colors {
|
||||
CLUBS,
|
||||
DIAMOND,
|
||||
HEARTS,
|
||||
SPADES
|
||||
|
||||
|
||||
public enum Direction {
|
||||
UP, DOWN
|
||||
}
|
||||
|
||||
//1
|
||||
|
||||
}
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
// "Sort content" "true"
|
||||
|
||||
enum Colors {
|
||||
SPADES,
|
||||
DIAMOND,
|
||||
HEARTS,
|
||||
CLU<caret>BS
|
||||
|
||||
public enum Direction {
|
||||
UP,DOWN
|
||||
}
|
||||
|
||||
//1
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user