mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
IDEA-59783 Properties files: code completion list does not open after dot character
This commit is contained in:
@@ -1150,5 +1150,16 @@ class Foo {{
|
||||
myFixture.checkResult 'class Foo extends Abcdefg <caret>'
|
||||
}
|
||||
|
||||
public void testClassNameInProperties() {
|
||||
myFixture.addClass("package java.langa; public class Abcdefg {}")
|
||||
myFixture.configureByText 'a.properties', 'key.11=java<caret>'
|
||||
type '.'
|
||||
assert lookup
|
||||
type 'lang'
|
||||
assert myFixture.lookupElementStrings.size() >= 2
|
||||
type '.'
|
||||
assert lookup
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user