mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
don't preselect the last chosen completion item when the matching prefix is unrelated to the prefix entered when that item was chosen (IDEA-92823)
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
|
||||
public class Foo {
|
||||
Object myExtendsClause = null;
|
||||
Object myClass = null;
|
||||
void foo() {
|
||||
myexc<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user