mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 07:40:42 +07:00
SortContentAction: fix javadoc movement while sorting enum constants
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
// "Sort content" "true"
|
||||
|
||||
public enum OSType {
|
||||
/**
|
||||
* one
|
||||
*/
|
||||
ONE,
|
||||
/**
|
||||
* three
|
||||
*/
|
||||
THREE,
|
||||
/**
|
||||
* two
|
||||
*/
|
||||
TWO
|
||||
|
||||
}
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
// "Sort content" "true"
|
||||
|
||||
public enum OSType {
|
||||
/**
|
||||
* one
|
||||
*/
|
||||
ONE,<caret>
|
||||
/**
|
||||
* two
|
||||
*/
|
||||
TWO,
|
||||
/**
|
||||
* three
|
||||
*/
|
||||
THREE
|
||||
}
|
||||
Reference in New Issue
Block a user