mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 135050 - Don't set the indexer id when it isn't set in the project preferences. Only set it under UI when the workspace isn't locked.
This commit is contained in:
parent
18cbd3defb
commit
667bedd0f8
1 changed files with 0 additions and 2 deletions
|
@ -142,8 +142,6 @@ public class PDOMManager implements IPDOMManager, IElementChangedListener {
|
|||
if (indexerId == null)
|
||||
// make it the default
|
||||
indexerId = getDefaultIndexerId();
|
||||
|
||||
setIndexerId(project, indexerId);
|
||||
}
|
||||
return indexerId;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue