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

Creating multiple new substitutions #12

Closed
pryrt opened this issue Feb 7, 2020 · 2 comments
Closed

Creating multiple new substitutions #12

pryrt opened this issue Feb 7, 2020 · 2 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@pryrt
Copy link

pryrt commented Feb 7, 2020

The options dialog doesn't currently make it easy to make multiple new substitution entries.

If you follow the sequence of Options dialog, Tag = new1, Substitution Text = first text here, Add/Modify, it adds new1 to the Tags-picker list. But then doing Tag = new2, Substitution Text = second text here, Add/Modify [modified], it just renames and modifies the first entry, rather than adding a second entry. Clicking in the Tags-picker list to try to "unselect" the new1 tag (either by re-clicking new1 or clicking in the empty area) doesn't work. I either have to exit the dialog, or at least pick a different language then go back to the original language in order to be able to create a second new substitution.

Ideas:

  1. Separate out the New and Modify into two buttons, so that anytime you hit New, it will create a new one rather than rename (grey out New if the Tag:-name entry hasn't changed to prevent duplicate-named substitutions)
  2. Allow re-clicking on the Tags-picker list to unselect the active substitution, and clear the Tag:-name entry and the Substitution List textbox.
@vinsworldcom vinsworldcom added bug Something isn't working enhancement New feature or request labels Feb 7, 2020
@vinsworldcom
Copy link
Owner

vinsworldcom commented Feb 8, 2020

Fix in 0.1.2.3 pre-release

vinsworldcom pushed a commit that referenced this issue Feb 11, 2020
Add # for comment on LANGUAGE_NAME in QuickText.ini
Fix issue #13, rearrange tabstop order in Options dialog to more logical
Fix issue #12, remove useless "Smart Cut/Copy"
Fix issue #11, config file read / write.
Better management for Tab tag-key, autoclose autocompletion window
@vinsworldcom
Copy link
Owner

vinsworldcom commented Feb 11, 2020

Fixed in bade879
Release 0.1.3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants