-
Notifications
You must be signed in to change notification settings - Fork 174
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
Suggestion: SelectStart and SelectEnd commands (for use in Macros); or FindSelect #5383
Comments
This can be done by mouse already:
|
I forgot about MARKERS. your wish can be done with markers:
|
Ah yes, Markers, that might do it. Alas they are not recorded in the Macros it seems. It is also a pita you can't edit the macros in the macro-gui, but that is another problem :) My purpose is (as an example) that I have a line of html (where | is the caret position): Edit: found the error in my code, I forgot to insert
|
made the fix in app. now all cmd_Markers* commands are recorded to macros. I don't know why it was disabled.... tested with Macros plugin - such commands are recorded now. |
Thanks! |
I don't think they are available or I'm looking for the wrong terms, but for use in Macros I thought it would be helpful to have
SelectStart
andSelectEnd
commands, that way we can find a starting point,SelectStart
, find the end andSelectEnd
- now we have selected the text between our start and ending points.Alternative could be a
FindSelect*
so you can first find your starting point, and them find your end point while selecting all text in between.Or add all three:
SelectStart
,SelectEnd
, andFindSelect*
Other suggestions welcome.
The text was updated successfully, but these errors were encountered: