1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 02:06:01 +02:00

Fix semantic highlighting test failures

This commit is contained in:
Anton Leherbauer 2009-02-27 14:11:38 +00:00
parent 77ae76afc6
commit 22b507266d
2 changed files with 2 additions and 1 deletions

View file

@ -527,7 +527,7 @@ public class SemanticHighlightingReconciler implements ICReconcilingListener {
} }
}; };
// fJob.setSystem(true); // fJob.setSystem(true);
fJob.setPriority(Job.DECORATE); fJob.setPriority(Job.SHORT);
fJob.schedule(); fJob.schedule();
} }
} }

View file

@ -114,6 +114,7 @@ public class CReconcilingStrategy implements IReconcilingStrategy, IReconcilingS
if (index != null) { if (index != null) {
index.releaseReadLock(); index.releaseReadLock();
} }
fProgressMonitor.setCanceled(false);
} }
} }
} }