by default execute typed handler when finishing completion by a character

This commit is contained in:
peter
2011-03-08 18:00:36 +01:00
parent f15136acf2
commit 24b5e9a888
12 changed files with 34 additions and 25 deletions
@@ -3,7 +3,7 @@ class Foo {
{
String abc;
String abcdef;
abc <caret>d
abc <caret> d
}
}