mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-14 19:55:45 +02:00
Fix for [Bug 188764] make it posible to apply the "isCDTProjectCreating" ICProjectDescription with no configurations
This commit is contained in:
parent
25213bca9f
commit
9c79058aad
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ public class CProjectDescriptionManager implements ICProjectDescriptionManager {
|
||||||
private Map fDescriptionMap = new HashMap(); //calls to this map are "manually" synchronized with the CProjectDescriptionManager object lock;
|
private Map fDescriptionMap = new HashMap(); //calls to this map are "manually" synchronized with the CProjectDescriptionManager object lock;
|
||||||
private ResourceChangeHandler fRcChangeHandler;
|
private ResourceChangeHandler fRcChangeHandler;
|
||||||
private CProjectDescriptionWorkspacePreferences fPreferences;
|
private CProjectDescriptionWorkspacePreferences fPreferences;
|
||||||
private boolean fAllowEmptyCreatingDescription = false; // not allowed by default
|
private boolean fAllowEmptyCreatingDescription = true; // allowed by default
|
||||||
|
|
||||||
// private CStorage fPrefCfgStorage;
|
// private CStorage fPrefCfgStorage;
|
||||||
private ICDataProxyContainer fPrefUpdater = new ICDataProxyContainer(){
|
private ICDataProxyContainer fPrefUpdater = new ICDataProxyContainer(){
|
||||||
|
|
Loading…
Add table
Reference in a new issue