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:
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)
|
||||
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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue