Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a Script Recorder for recording module executions #15

Open
ctrueden opened this issue Sep 3, 2015 · 0 comments
Open

Create a Script Recorder for recording module executions #15

ctrueden opened this issue Sep 3, 2015 · 0 comments

Comments

@ctrueden
Copy link
Member

ctrueden commented Sep 3, 2015

Rather than a "Recorder" which must be proactively started, this new UI should take the form of an event history from which scripts can be generated. SciJava Common already has an EventHistory that was a first attempt at remembering these details in a way that does not retain hard references to potentially large and complex objects.

Requires scijava/scijava-common#57 first.

Dependency-wise, this work might rather belong in scijava/script-editor, since that component depends on scijava-ui-swing, not vice versa. The idea is that generating a script from a chunk of history should open a new Script Editor window accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant