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

"Delete" button to delete existing textblocks #66

Open
GeorgeCiesinski opened this issue May 28, 2020 · 1 comment
Open

"Delete" button to delete existing textblocks #66

GeorgeCiesinski opened this issue May 28, 2020 · 1 comment

Comments

@GeorgeCiesinski
Copy link
Owner

Description:

Add a button to delete existing textblocks

Solution:

  1. A delete button is placed on the root window under the textblocks display. Clicking this checks to ensure a textblock has been highlighted in the textblock window. If yes, it opens a toplevel widget with:
  • A message advising the user that the textblock is about to be deleted.
  • If the textblock is located in the remote directory, an additional message will indicate that this is a shared textblock.
  • Finally, a message asking the user if they are certain they want to delete it.
  • A "yes" button
  • A "no" button
  1. Clicking yes deletes the textblock and closes the window. Clicking no closes the window.
  2. Automatically reload textscript.
@GeorgeCiesinski
Copy link
Owner Author

Added toplevel widget in commit 5fe1d97

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