mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
create class from new: put caret on name (IDEA-166356)
This commit is contained in:
+1
-1
@@ -5,5 +5,5 @@ public class Test {
|
||||
}
|
||||
}
|
||||
|
||||
<caret>public class MyCollection {
|
||||
public class <caret>MyCollection {
|
||||
}
|
||||
+1
-1
@@ -10,5 +10,5 @@ class JTable {
|
||||
}
|
||||
interface TableModel {}
|
||||
|
||||
<caret>public class MyTableModel implements TableModel {
|
||||
public class <caret>MyTableModel implements TableModel {
|
||||
}
|
||||
+1
-1
@@ -5,5 +5,5 @@ class Test {
|
||||
}
|
||||
}
|
||||
|
||||
<caret>public class Generic<T> {
|
||||
public class <caret>Generic<T> {
|
||||
}
|
||||
Reference in New Issue
Block a user