delete-word in script-editor is excessive & wired #6628
jzq740176597
started this conversation in
Editor
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the project you are working on
3d
Describe the problem or limitation you are having in your project
https://i.postimg.cc/9QZzWgK4/4-4-2023-3-01-39-PM.jpg
https://i.postimg.cc/9QZzWgK4/4-4-2023-3-01-39-PM.jpg
while has prefix (no-whitespace chars or pure-whitespaces) between caret and word, delete-word (Ctrl + delete) delete BOTH prefix + word
Result:
Describe the feature / enhancement and how it helps to overcome the problem or limitation
following above:
expect Result:
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
if caret not next to word (has prefix chars between caret and word), delete the prefix first & Keep the word.
If this enhancement will not be used often, can it be worked around with a few lines of script?
no
Is there a reason why this should be core and not an add-on in the asset library?
core
Beta Was this translation helpful? Give feedback.
All reactions