IDEA-141506 IDEA is very slow when editing Javascript Fragment in Java Code

This commit is contained in:
Gregory.Shrago
2015-06-19 00:02:15 +03:00
parent 36ca5d6a23
commit beea1f0c92
@@ -94,7 +94,7 @@ public class InjectionCache {
}
}
}
return new Result<Collection<String>>(result, PsiModificationTracker.MODIFICATION_COUNT, configuration);
return new Result<Collection<String>>(result, PsiModificationTracker.OUT_OF_CODE_BLOCK_MODIFICATION_COUNT, configuration);
}
}, false);
}