Updated to IDEA 132.27 EAP.

This commit is contained in:
Evgeny Gerashchenko
2013-08-30 20:39:30 +04:00
parent e29c593c58
commit 440716c817
7 changed files with 76 additions and 74 deletions
@@ -55,7 +55,7 @@ public class JetCodeBlockModificationListener implements PsiTreeChangePreprocess
case CHILDREN_CHANGED:
// general childrenChanged() event after each change
if (!event.isGenericChildrenChange()) {
if (!event.isGenericChange()) {
processChange(event.getParent(), event.getParent(), null);
}
break;