mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
IDEA-59783 Properties files: code completion list does not open after dot character
This commit is contained in:
@@ -1159,6 +1159,10 @@ class Foo {{
|
||||
assert myFixture.lookupElementStrings.size() >= 2
|
||||
type '.'
|
||||
assert lookup
|
||||
edt { myFixture.editor.caretModel.moveToOffset(myFixture.editor.document.text.indexOf('lang')) }
|
||||
assert !lookup
|
||||
type 'i'
|
||||
assert 'io' in myFixture.lookupElementStrings
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user