Ticket #953 (closed defect: fixed)
Opened 2012-02-06T14:45:25-06:00
Last modified 2012-03-07T12:31:53-06:00
The ShowPrefs plugin is broken
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Plugins | Version: | |
Severity: | serious | Keywords: | |
Cc: | curtis | Blocked By: | |
Blocking: |
Description
The ShowPrefs plugin was created to be displayed when the user selects the Preferences command from the Application menu. Currently it's menu location is not specified. At one time it was. This needs to be fixed.
When designed it was a partial placeholder but it does have the ability to clear all preferences (i.e. for all plugins). The OptionsReset command only resets the preferences associated with the options plugins. So this clear all functionality needs to be enabled.
Later the ShowPrefs plugin can be extended to do more if necessary.
Change History
comment:1 Changed 2012-02-27T11:00:59-06:00 by curtis
- Milestone changed from imagej-2.0-beta1 to imagej-2.0-beta2
comment:2 Changed 2012-03-07T11:45:29-06:00 by bdezonia
Some time ago I had updated the ShowPrefs plugin to be present in the File Menu as Preferences. This might be temporary. It was in the app menu which doesn't show up on all platforms.
comment:3 Changed 2012-03-07T12:31:53-06:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
- Milestone changed from imagej-2.0-beta2 to imagej-2.0-beta1
With b65ead59d37dc4aa9e10b1be20a541a23f29ea1b ctrueden addressed most of this ticket. Closing and opening another ticket for further action.