apply start-matching case-insensitively whatever the completion matching option is

This commit is contained in:
peter
2013-02-22 17:07:06 +01:00
parent ae652bdcbd
commit 1e12d6d4fc
3 changed files with 22 additions and 8 deletions
@@ -0,0 +1,12 @@
public class Foo {
Zoo foo() {
return r<caret>
}
void rMethod() {}
}
enum Zoo {
LEFT, RIGHT
}