Replies: 1 comment 1 reply
-
Τhese commands (ecTitleCase, ecToggleCase, ecUpperCase, ecLowerCase) already work with multi-selections. There is no need to do anything. Otherwise you can iterate through the Selections property. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to modify my old code, that would uppercase or lowercase (SHIFT+CTRL+U/L) the selected text and make it to work with multicursor/selections.
Is there a good method to iterate trough the selections array and replace or modify selected text based on each selection without reseting the selections property on first change ?
Beta Was this translation helpful? Give feedback.
All reactions