mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
don't insert . after completing super in java
This commit is contained in:
@@ -580,9 +580,6 @@ public class JavaCompletionData extends JavaAwareCompletionData{
|
||||
}
|
||||
});
|
||||
}
|
||||
else if (!AFTER_DOT.accepts(position)) {
|
||||
superItem.setTailType(TailType.DOT);
|
||||
}
|
||||
|
||||
result.addElement(superItem);
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
public class Xxx {
|
||||
|
||||
void foo() {
|
||||
super.<caret>
|
||||
super<caret>
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user