Ticket #972 (closed defect: fixed)
Opened 2012-02-10T12:47:08-06:00
Last modified 2012-03-06T14:39:04-06:00
Implement configure() method of PickerTool
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Tools | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
In IJ1 double clicking the color picker tool pulls up a window where you can change fg and bg colors/values. We need to do something similar in IJ2.
Right-clicking on a tool launches its configure() method. Update the PickerTool to have a configure() method that calls a plugin that allows colors to be chosen.
Change History
comment:1 Changed 2012-02-10T13:03:21-06:00 by bdezonia
comment:2 Changed 2012-02-17T12:48:21-06:00 by bdezonia
- Milestone changed from imagej-2.0-beta2 to imagej-2.0-beta1
comment:3 Changed 2012-02-27T11:01:00-06:00 by curtis
- Milestone changed from imagej-2.0-beta1 to imagej-2.0-beta2
comment:4 Changed 2012-02-28T09:20:40-06:00 by bdezonia
- Milestone changed from imagej-2.0-beta2 to imagej-2.0-beta1
comment:5 Changed 2012-03-02T14:53:37-06:00 by bdezonia
After discussion it seems the picker tool should just run the Options"Colors" dialog. They are no longer colors but channel values. For more background see ticket #965
comment:6 Changed 2012-03-06T14:39:04-06:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
Fixed as part of bffaa4924a99baa82b760b98030d3d00b465ff67
While working on this should possibly change configure() trigger to be a double click rather than a right click. This would be more like IJ1.