qcz / vscode-text-power-tools

Text Power Tools extension for VS Code
https://marketplace.visualstudio.com/items?itemName=qcz.text-power-tools
MIT License
97 stars 14 forks source link

Command labels for "filter lines not including string" incorrect #90

Closed dmbaio closed 4 months ago

dmbaio commented 6 months ago

The copy and cut options for filtering lines not including a string mistakenly say, "into a new editor" when they should say, "to clipboard".

Before:

Copy lines not including a string into a new editor
Cut lines not including a string into a new editor

After:

Copy lines not including a string to clipboard
Cut lines not including a string to clipboard
qcz commented 4 months ago

Do you have this problem with a non-English language? The English version is correct:

Code_2024-07-18_11-17-21

Code_2024-07-18_11-17-29

dmbaio commented 4 months ago

No, I mean in English. I do not have the "Copy lines not including a string to clipboard" or "Cut lines not including a string to clipboard" options on any of my machines with this extension.

image image Untitled
dmbaio commented 4 months ago

Well, I saw that you just pushed v1.48. I don't even see this in the commit diff, but it is now fixed. ¯\_(ツ)_/¯