1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +02:00

Turn off indexing for now until I get things set up. I had visions of bad things happening if I didn't.

This commit is contained in:
Doug Schaefer 2006-03-30 22:04:52 +00:00
parent 487aa70ebc
commit 6bb7e5cc11

View file

@ -70,9 +70,11 @@ public class PDOMManager implements IPDOMManager, IElementChangedListener, IJobC
if (event.getType() != ElementChangedEvent.POST_CHANGE)
return;
currJob = new PDOMUpdator(event.getDelta(), currJob);
currJob.addJobChangeListener(this);
currJob.schedule();
// TODO turn off indexing for now.
return;
// currJob = new PDOMUpdator(event.getDelta(), currJob);
// currJob.addJobChangeListener(this);
// currJob.schedule();
}
public void aboutToRun(IJobChangeEvent event) {