erinata / FingerText

Tab triggered snippet plugin for Notepad++.
https://sourceforge.net/projects/fingertext/
146 stars 32 forks source link

No way to delet snippet #71

Open dejudicibus opened 5 years ago

dejudicibus commented 5 years ago

From README.DOC

Deleting a snippet is easy, just select the snippet and click the delete button.

Fact

It does NOT work.

Avtopic commented 4 years ago

+1

I spent one day on this :)

this is done very un-intuitively for the user.

I am able to remove the snippet this way:

  1. In the SnippetDoc window, “Insert” - “Edit” -> switch to “Edit”
  2. Double-click the snippet you want to delete.
  3. Ignore opened content in the main window,.. continue with SnippetDoc window
  4. Click on the snippet in the list that you want to delete, again (the “Delete selected” button will become active)
  5. Click the “Delete Selected” button. done.

To exit deleting (editing) mode:

  1. Again ... ignore the contents that left from the deleted snippet in the editor.
  2. Click the "Close Editor" button
  3. “Insert” - “Edit” -> switch to “Insert” done.