mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
select the most relevant item only on explicit user actions (e.g. typing), otherwise try to preserve the lookup selection
This commit is contained in:
+1
-1
@@ -527,7 +527,7 @@ public interface Test {
|
||||
myFixture.completeBasic()
|
||||
while (!lookup.items) {
|
||||
Thread.sleep(10)
|
||||
edt { lookup.refreshUi(false) }
|
||||
edt { lookup.refreshUi(false, false) }
|
||||
}
|
||||
edt { myFixture.type '\t' }
|
||||
myFixture.checkResult 'public interface Test { RuntimeException<caret>x }'
|
||||
|
||||
Reference in New Issue
Block a user