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