Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 37280 | Differences between
and this patch

Collapse All | Expand All

(-)Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java (+1 lines)
Lines 409-414 Link Here
409
		store.setDefault(IPreferenceConstants.EDITORLIST_PULLDOWN_ACTIVE, false);
409
		store.setDefault(IPreferenceConstants.EDITORLIST_PULLDOWN_ACTIVE, false);
410
		store.setDefault(IPreferenceConstants.EDITORLIST_DISPLAY_FULL_NAME, false);
410
		store.setDefault(IPreferenceConstants.EDITORLIST_DISPLAY_FULL_NAME, false);
411
		store.setDefault(IPreferenceConstants.CLOSE_EDITORS_ON_EXIT, false);
411
		store.setDefault(IPreferenceConstants.CLOSE_EDITORS_ON_EXIT, false);
412
		store.setDefault(IPreferenceConstants.STICKY_CYCLE, false);
412
		store.setDefault(IPreferenceConstants.REUSE_EDITORS_BOOLEAN, false);
413
		store.setDefault(IPreferenceConstants.REUSE_EDITORS_BOOLEAN, false);
413
		store.setDefault(IPreferenceConstants.REUSE_DIRTY_EDITORS, true);
414
		store.setDefault(IPreferenceConstants.REUSE_DIRTY_EDITORS, true);
414
		store.setDefault(IPreferenceConstants.REUSE_EDITORS, 8);
415
		store.setDefault(IPreferenceConstants.REUSE_EDITORS, 8);

Return to bug 37280