mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
make dom modification count increment at least in cases when clients expect it (EA-26855, EA-26568)
This commit is contained in:
@@ -473,7 +473,7 @@ public final class DomManagerImpl extends DomManager {
|
||||
}
|
||||
|
||||
public long getModificationCount() {
|
||||
return myModificationCount;
|
||||
return myModificationCount + PsiManager.getInstance(myProject).getModificationTracker().getOutOfCodeBlockModificationCount();
|
||||
}
|
||||
|
||||
public void performAtomicChange(@NotNull Runnable change) {
|
||||
|
||||
Reference in New Issue
Block a user