mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix for IndexerBlock not persisting selected indexer for new projects
This commit is contained in:
parent
dc7a53d389
commit
c8d7b84191
1 changed files with 1 additions and 5 deletions
|
@ -73,7 +73,6 @@ public class IndexerBlock extends AbstractCOptionPage {
|
||||||
private ICOptionPage currentPage;
|
private ICOptionPage currentPage;
|
||||||
|
|
||||||
String initialSelected;
|
String initialSelected;
|
||||||
|
|
||||||
private IPreferenceStore prefStore=CUIPlugin.getDefault().getPreferenceStore();
|
private IPreferenceStore prefStore=CUIPlugin.getDefault().getPreferenceStore();
|
||||||
|
|
||||||
public IndexerBlock(){
|
public IndexerBlock(){
|
||||||
|
@ -245,9 +244,6 @@ public class IndexerBlock extends AbstractCOptionPage {
|
||||||
|
|
||||||
indexersComboBox.select(selectedIndex);
|
indexersComboBox.select(selectedIndex);
|
||||||
|
|
||||||
String indexerPageID = getIndexerPageId(preferredIndexer);
|
|
||||||
initialSelected = getIndexerIdName(indexerPageID);
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue