mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
skip ignoring whitespaces when choosing the anchor (IDEA-93459)
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// "Create Constructor" "true"
|
||||
public enum ReportType {
|
||||
AGING("Aging");
|
||||
|
||||
ReportType(String aging) {
|
||||
<selection>//To change body of created methods use File | Settings | File Templates.</selection>
|
||||
}
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
// "Create Constructor" "true"
|
||||
public enum ReportType {
|
||||
AGING("Aging")<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user