mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
bug 250980
This commit is contained in:
parent
926ee25abb
commit
0dea0424ac
1 changed files with 1 additions and 1 deletions
|
@ -1033,7 +1033,7 @@ public class PathEntryManager implements IPathEntryStoreListener, IElementChange
|
|||
|
||||
@Override
|
||||
public IStatus runInWorkspace(IProgressMonitor monitor) {
|
||||
while (markerProblems.peek() != null) {
|
||||
while (markerProblems.peek() != null && !monitor.isCanceled()) {
|
||||
PathEntryProblem problem = markerProblems.poll();
|
||||
IProject project = problem.project;
|
||||
ICModelStatus[] problems = problem.problems;
|
||||
|
|
Loading…
Add table
Reference in a new issue