vinsworldcom / nppQuickText

Notepad++ plugin for text snippet substitution.
GNU General Public License v2.0
21 stars 4 forks source link

Let the user rename a tag #33

Closed anjemor closed 2 years ago

anjemor commented 2 years ago

It may be convenient to clear the tag text field on enter for entering a new tag, but this way the user isn't able to rename a tag. Inconvenient.

Furthermore this time (on clearing the tag field) you don't ask if the user wishes to save the changes! To make it clear:

  1. enter tag
  2. enter substitution
  3. click tag field
  4. substitution and tag are lost
  5. ultimately annoying

But this is the purpose of the dialog. Consider to introduce a new button labeled 'New'. The user usually has plenty of space on the screen. We are not Apple users. We can handle big dialogs with lots of buttons.

anjemor commented 2 years ago

See #30