Hi,
I am trying to copy textpad's built-in behaviour in ultraedit 16.00.
I have the text as below
step 1: When I place my cursor at the second h of line 11, and press ctrl+shift+Up arrow, I want the selection as below
step 2: Then when I press ctrl+shift+up arrow again, I want the selection to extend one paragraph upward, as
I am using the macro,
InsertMode
ColumnModeOff
HexOff
PerlReOn
Find RegExp Up Select "^\s*\n"
IfFound
Else
SelectToTop
EndIf
with a keyboard hotkey = ctrl+shift+Up Arrow
But at step 2, it doesn't extend the selection, instead selects only the above paragraph as
Can someone help with the macro ?
I am trying to copy textpad's built-in behaviour in ultraedit 16.00.
I have the text as below
step 1: When I place my cursor at the second h of line 11, and press ctrl+shift+Up arrow, I want the selection as below
step 2: Then when I press ctrl+shift+up arrow again, I want the selection to extend one paragraph upward, as
I am using the macro,
InsertMode
ColumnModeOff
HexOff
PerlReOn
Find RegExp Up Select "^\s*\n"
IfFound
Else
SelectToTop
EndIf
with a keyboard hotkey = ctrl+shift+Up Arrow
But at step 2, it doesn't extend the selection, instead selects only the above paragraph as
Can someone help with the macro ?