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