Community
Participate
Working Groups
N20081126-2000. The dialog to assign working sets has a check box (show only package explorer working sets). This setting is not preserved but it should be.
Created attachment 119794 [details] The check box setting for Assign Working Sets dialog preserves the state entered by the user before OK is pressed (and not if cancel is pressed) .
Thanks for the patch Raksha. It works but is too complicated: instead of extending the button creation you'd better subclass buttonPressed(int). Some trivial things to fix: - indentation after "if (fSettings.get(SETTINGS_SHOW_VISIBLE_ONLY) == null)" - CLASS_WORKING_SET_MODEL_AWARE_SELECTION_DIALOG ==> DIALOG_SETTINGS_SECTION
Created attachment 119864 [details] Made the tweaks required. [The check box setting for Assign Working Sets dialog preserves the state entered by the user before OK is pressed (and not if cancel is pressed) ].
Committed with minor corrections: - call super.buttonPressed(buttonId) instead of copying logic - added comment to buttonPressed - added '.' to first Javadoc sentence
Verified in I20090127-0100.