Community
Participate
Working Groups
R3.1 and all newer builds The open strategy is not updated after importing preferences. The change can be seen on the preference page but it has not been applied/propagated to the views. 1. choose single click open mode in your workspace 2. export all preferences 3. start a new workspace 4. import all preferences from previous export 5. create a project and a file in the Navigator or Package Explorer 6. close the editor 7. single click on the file ==> does not open Some static instance in the workbench that listens for preference changes would also have to update the OpenStrategy's open mode by calling org.eclipse.jface.util.OpenStrategy.setOpenMethod(int).
Note: On the startup the call chain to set this option is: Workbench#init() Workbench#initializeSingleClickOption() OpenStrategy.setOpenMethod() The preference page does WorkbenchPreferencePage#performOk OpenStrategy.setOpenMethod()
Created attachment 239226 [details] Fix
Fixed with http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=f0a09def04d6dbc35a4b011cbaad21b94e97b0cd
Verified in I20140528-2000.