mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 20:05:35 +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:
parent
487aa70ebc
commit
6bb7e5cc11
1 changed files with 5 additions and 3 deletions
|
@ -70,9 +70,11 @@ public class PDOMManager implements IPDOMManager, IElementChangedListener, IJobC
|
||||||
if (event.getType() != ElementChangedEvent.POST_CHANGE)
|
if (event.getType() != ElementChangedEvent.POST_CHANGE)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
currJob = new PDOMUpdator(event.getDelta(), currJob);
|
// TODO turn off indexing for now.
|
||||||
currJob.addJobChangeListener(this);
|
return;
|
||||||
currJob.schedule();
|
// currJob = new PDOMUpdator(event.getDelta(), currJob);
|
||||||
|
// currJob.addJobChangeListener(this);
|
||||||
|
// currJob.schedule();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void aboutToRun(IJobChangeEvent event) {
|
public void aboutToRun(IJobChangeEvent event) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue