WI-4378 Autocomplete issue: Zen Coding abbreviation expanded instead of autocompletion

This commit is contained in:
peter
2010-12-13 16:42:27 +03:00
parent d419d851d7
commit eabeeffd00
4 changed files with 22 additions and 11 deletions
@@ -0,0 +1,7 @@
class Xxx {
{
int iteraaa;
int iterbbb;
iter<caret>
}
}
@@ -0,0 +1,7 @@
class Xxx {
{
int iteraaa;
int iterbbb;
iteraaa<caret>
}
}