mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
SortContentAction: fix EOL comment capturing another elements while codegen
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
// "Sort content" "true"
|
||||
|
||||
public class Test {
|
||||
static final String[] SPECIFICATIONS = new String[]{
|
||||
"1",
|
||||
"1",
|
||||
"1..900",
|
||||
"100",
|
||||
|
||||
|
||||
"100+10",
|
||||
"100+3..999",
|
||||
"100..999"//simple end comment
|
||||
//simple end comment
|
||||
|
||||
};
|
||||
}
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
// "Sort content" "true"
|
||||
|
||||
public class Test {
|
||||
static final String[] SPECIFICATIONS = new String[]{
|
||||
"1",
|
||||
"100",<caret>
|
||||
"100+10",
|
||||
"100..999"//simple end comment
|
||||
,
|
||||
//simple end comment
|
||||
"100+3..999",
|
||||
"1",
|
||||
"1..900",
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user