mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
don't autopopup with word suggestions in groovy/java literals
This commit is contained in:
@@ -717,4 +717,11 @@ class Foo {
|
||||
|
||||
}
|
||||
|
||||
public void testNoWordCompletionAutoPopup() {
|
||||
myFixture.configureByText "a.java", 'class Bar { void foo() { "f<caret>" }}'
|
||||
type 'o'
|
||||
assert !lookup
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user