Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 17893

Summary: Editor reuse threshold does not disable properly when defaults restored
Product: [Eclipse Project] Platform Reporter: Nick Edgar <n.a.edgar>
Component: UIAssignee: Nick Edgar <n.a.edgar>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2 CC: eduardo_pereira
Version: 2.0   
Target Milestone: 2.0 F2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Nick Edgar CLA 2002-05-26 22:26:17 EDT
Build 20020521

- go to Workbench prefs
- if Close Editors Automatically is selected, deselect it
- Note that the label and field for "Number of opened editors before closing" 
are disabled
- select Close Editors Automatically
- change Number of opened editors before closing to 4
- Restore Defaults
- Close Editors is deselected but "Number of opened editors before closing" is 
not disabled

To fix this properly requires adding setEnabled(boolean) to the field editors.
Comment 1 Eduardo Pereira CLA 2002-05-27 19:34:24 EDT
Fix released in the HEAD stream.