mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-141506 IDEA is very slow when editing Javascript Fragment in Java Code
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user