don't restart completion after typing 2 characters: it's not needed with current matching

This commit is contained in:
peter
2012-10-15 17:14:44 +02:00
parent 18a6cf6a1b
commit f653df321f
4 changed files with 0 additions and 38 deletions
@@ -1,13 +0,0 @@
public class TestCase extends Zzz {
{
int fai1;
int fai2;
int fai3;
f<caret>
}
}
class Zzz {
private void fax() {}
}
@@ -1,13 +0,0 @@
public class TestCase extends Zzz {
{
int fai1;
int fai2;
int fai3;
fai<caret>
}
}
class Zzz {
private void fax() {}
}