Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the last letter in the word "SlickEdit":
How many LETTERS are in the following? "a1b2c3":
Which number is missing?  "12345689":

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: kniped1
« on: April 18, 2022, 08:29:52 PM »

Good macro. Dennis, for me a matching prev_end_line makes more sense so can I "scroll" up and down at the end of the lines. I added the matching macro in the attached updated file.
Posted by: Dennis
« on: March 07, 2022, 09:21:35 PM »

I like this concept.  Would you have any objection to me adding a similar command (end_line_then_down) to the next release of SlickEdit?  I would also want to add a "begin_line_then_up" command for symmetry (which would position on the first non-blank character).

Hehe, this command should really be named east-bound-and-down.
Posted by: Graeme
« on: March 03, 2022, 06:25:48 AM »

Looks like a good macro.
I'm not sure about this but if you add VSARG2_MULTI_CURSOR to the name-info list it might work for multiple cursors - dunno if that's useful though.

Posted by: Ken_M
« on: March 02, 2022, 08:34:22 PM »

Have you ever needed to traverse to the end of a line repeatedly for more than a single line?

Description:  This macro moves the cursor to the end of the line and, if already at the end, move it to the end of the next line.

Typically, you would map the "end" key to this macro and then you can repeatedly, hit the "end" key.