mantisbt-plugins / Snippets

Define snippets of text that can be easily pasted into text fields
MIT License
8 stars 12 forks source link

Provide easy access to Edit/Delete option for snippets. #36

Closed sandyjmh closed 2 years ago

sandyjmh commented 6 years ago

Edit and delete options for existing snippets should be button options displayed next to each snippet rather than requiring a selection checkbox and scrolling to the bottom of the screen for dropdown box selection and clicking Go. Or you can replicate the dropdown box and Go at the top of the table but preference is for buttons next to the snippet itself.

dregad commented 6 years ago

The reason it was done this way, was to let the user edit multiple snippets at the same time. It would no longer be possible to do this with your proposed enhancement. Probably not a huge deal though.

Pull request welcome.

sandyjmh commented 6 years ago

I understand the need to delete multiple snippets at a time but can't see a need to edit multiple snippets at the same time. thx.