NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #1543 (new defect)

Opened 2012-10-19T15:45:09-05:00

Last modified 2013-04-15T10:06:10-05:00

Make noise reduction commands work right with undo/redo

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-unscheduled
Component: Plugins Version:
Severity: serious Keywords:
Cc: Blocked By: #13
Blocking: #1633

Description

The new noise reduction commands run a plugin inside themselves. This won't record and redo correctly. When undo is merged make sure these commands can work with it

Change History

comment:1 Changed 2012-10-19T15:45:44-05:00 by bdezonia

  • Blocked By 13 added

comment:2 Changed 2012-12-06T09:43:29-06:00 by bdezonia

  • Blocking 1563 added

comment:3 Changed 2013-01-23T09:51:28-06:00 by bdezonia

  • Blocking 1633 added; 1563 removed
  • Milestone changed from imagej2-b7-ndim-data to imagej2-unscheduled

comment:4 Changed 2013-04-15T10:06:10-05:00 by bdezonia

Recently the idea of an interactive command was made. We should rewrite this plugin to be interactive and displatch to subplugins that set neigh etc. This will then record as macro (and perhaps as an undoable item) correctly. (In the case of undo we will need to mark the two plugin runs as one undoable action).