Community
Participate
Working Groups
Build Identifier: The implementation of AbstractUIPlugin(loadDialogSettings()/getDialogSettings()/saveDialogSettings()) is still the RCP implementation which is application scoped and store the settings in the dialog_settings.xml file. Those settings should be user specific. Ideally the way to store those (file or other) should be customizable similarly to what is done for Preferences Storage. Reproducible: Always
Created attachment 202493 [details] Proposed patch based on preferences
A patch proposal to solve this issue based on eclipse preferences, the dialog content is read/write in a org.eclipse.rap.ui.workbench preference, instead of the common files. It allows to have one settings per users and relies on preferences customization mechanism (through RWT ISettingStore).
*** Bug 241648 has been marked as a duplicate of this bug. ***