This just makes explicit that the browser reads user preferences
rather than relying on the default value supplied by the default constructor.
public void init(String[] configFilesArgs, boolean visible) {
try {
- UserPreferencesAdapter preferencesAdapter = new UserPreferencesStore();
+ UserPreferencesAdapter preferencesAdapter = new UserPreferencesStore(true);
browserProjectProperties = new BrowserProperties(preferencesAdapter);
TaskListManager taskListManager = new CompilerMessagesPanel();
BasicEditor ajdeEditor = new BasicEditor();