mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
don't restart completion after typing 2 characters: it's not needed with current matching
This commit is contained in:
-13
@@ -1,13 +0,0 @@
|
||||
public class TestCase extends Zzz {
|
||||
{
|
||||
int fai1;
|
||||
int fai2;
|
||||
int fai3;
|
||||
f<caret>
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
class Zzz {
|
||||
private void fax() {}
|
||||
}
|
||||
-13
@@ -1,13 +0,0 @@
|
||||
public class TestCase extends Zzz {
|
||||
{
|
||||
int fai1;
|
||||
int fai2;
|
||||
int fai3;
|
||||
fai<caret>
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
class Zzz {
|
||||
private void fax() {}
|
||||
}
|
||||
Reference in New Issue
Block a user