imagej / imagej-ui-swing

ImageJ UI for Java Swing.
BSD 2-Clause "Simplified" License
10 stars 20 forks source link

Create a nice combined history/macro recording UI #1

Closed ctrueden closed 6 years ago

ctrueden commented 10 years ago

Our event service allows recording a history that is not only linear, one that can represented in a tree structure (recording input/output relationships between images).

We should totally make a nice UI for that which can also double as a more powerful version of the macro interpreter: rather than having to start the macro recorder before performing image processing, the history should be recorded (with a configurable cut-off size), and the user should be offered a user interface to inspect the history and create scripts/macros/plugins from part of the history.

Migrated-From: http://trac.imagej.net/ticket/1797

ctrueden commented 6 years ago

Closed in favor of scijava/scijava-ui-swing#15.