You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users would like to do "search and replace text" operations on spot labels.
Original Request
Possible implementation
The Mastodon menu should have a new menu entry "search and replace..." with also a short-cut.
Clicking the entry or pressing the short-cut should show a dialog:
Text field: search text
Text field: replace text
Drop down: beginning, ending, anywhere, complete label
Checkbox: select changed spots
"OK" and cancel buttons
When clicking OK the plugin searches for the given text in the spot label and replaces findings as specified.
Additional information
The GUI dialog related code could be kept really short by implementing the plugin as SciJava Command, see for example FilterOutSolists. It plugin should also implement the Cancelable interface. This will add a Cancel button to the dialog.
The text was updated successfully, but these errors were encountered:
@maarzt what is meant with the Drop down options beginning, ending, anywhere, complete label?
I just saw the original user request again and I think with this context, I now understand the drop down options. I added this request to the user story to make to more complete.
User Story
Users would like to do "search and replace text" operations on spot labels.
Original Request
Possible implementation
The Mastodon menu should have a new menu entry "search and replace..." with also a short-cut.
Clicking the entry or pressing the short-cut should show a dialog:
When clicking OK the plugin searches for the given text in the spot label and replaces findings as specified.
Additional information
The GUI dialog related code could be kept really short by implementing the plugin as SciJava Command, see for example FilterOutSolists. It plugin should also implement the Cancelable interface. This will add a Cancel button to the dialog.
The text was updated successfully, but these errors were encountered: