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

Implement an extensible way to add buttons to the script editor #12

Open
imagejan opened this issue Dec 22, 2017 · 1 comment
Open

Implement an extensible way to add buttons to the script editor #12

imagejan opened this issue Dec 22, 2017 · 1 comment

Comments

@imagejan
Copy link
Member

To allow running scripts in batch from the script editor, we should have a Batch button next to the Run and Kill buttons in the script editor.
I did some initial work on the batch-processing-draft branch, but it would be much better if we had a way to provide this functionality in an extensible way, much the same as SearchActionFactory plugins in scijava-search.

How about creating a ScriptAction plugin type, so that the batch-processor project can provide a BatchScriptAction that results in a Batch button being added, and the script is run with the batch processor upon click?!

@imagejan
Copy link
Member Author

imagejan commented Feb 2, 2018

The static implementation of a batch button is in #15 for now.

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

No branches or pull requests

1 participant