Ticket #1264 (closed defect: wontfix)
Opened 2012-06-29T14:18:31-05:00
Last modified 2014-08-20T12:16:15-05:00
Rewrite Edit >> Selection >> Specify
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b8-analysis |
Component: | UI Framework | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1456 |
Description (last modified by bdezonia)
In IJ1 the Edit >> Selection >> Specify command interactively draws a new rectangle or oval roi based upon the current values specified within the dialog. As the user updates the dialog fields a preview roi is drawn on the active image. This interactivity is not supported in IJ2. Final results are correct.
This is another plugin that needs a rewrite to support interactivity with plugins.
Change History
comment:3 Changed 2012-07-03T13:37:20-05:00 by bdezonia
With commit b5ec6b3c57ba865ad55b45015a46786c6c57e2eb there is now a placeholder plugin for SpecifyOverlay. It needs to be enhanced to be interactive. But it is now runnable from menu and Overlay Manager.
It is missing some functionality from the IJ1 plugin. For instance calibrated dalog values are handled in IJ1. And the current overlay can be replaced with the results of this dialog in IJ1 (in IJ2 it always creates a new overlay). This last bit of functionality may not be desired.
comment:4 Changed 2012-07-03T13:37:40-05:00 by bdezonia
- Milestone changed from imagej-2.0.0-beta3 to imagej-2.0.0-beta4
comment:5 Changed 2012-09-06T16:12:55-05:00 by bdezonia
- Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta5
comment:6 Changed 2012-10-10T13:57:47-05:00 by curtis
- Milestone changed from imagej-2.0.0-beta6 to imagej-2.0.0-beta7
comment:8 Changed 2014-08-20T12:16:15-05:00 by curtis
- Status changed from new to closed
- Resolution set to wontfix
We are no longer supporting use of ImageJ 1.x commands from modern ImageJ2 UIs. This plugin works fine in the legacy ImageJ 1.x UI, and adding it to ImageJ2 is not urgent.