HowTo jump to next paragraph: Jump to next empty line

Started by Stefan, September 30, 2009, 04:57:05 PM

Previous topic - Next topic

Stefan

Update: Please see next post for an solution
For more such tricks read => http://forum.hippoedit.com/index.php/topic,584.0.html



Hi Alex,

i often have to jump over an paragraph to the next paragraph start (empty line).
Is there an work around other then regex search for '^$\r\n'  and using F3 to do this?

Or may i suggest an new command:

Strg+Shift+Alt+Arrow up/down
--> jump to next empty line AFTER an non-empty line
(ignore following empty lines, jump to an empty line after an paragraph for example)


Strg+Shift+Alt+Arrow left/right
--> jump to next blank/tab AFTER an char or ,.+-\ and like this
(ignore words like "Strg+Arrow" or  "left/right"
where i have to use Strg+Arrow-command three times to jump over,
no, instead just jump over them to next blank/space/tab)


I can wait till scripting but at least the jump-over-paragraph command should be build-in i think.

.
Stefan, HippoEDIT beta tester 
HippoEDIT - the editor programmers wants to code thyself when they are dreaming.        -Don't just edit. HippoEDIT!-

alex

Hi Stefan,

have you checked "paragraph" commands? They are not in menu but exist in command list.
Just filter by paragraph in keyboard settings.

Best regards,
Alex.
HippoEDIT team
[url="http://www.hippoedit.com/"]http://www.hippoedit.com/[/url]

Stefan

Perfect :thumpsup: thanks.

Will move thread to FAQ.




Edit:
here is the solution:


Jump to begin of next paragraph:  "Ctrl + ]"   (on german keyboard "Strg + [´`]" ) (Between [ß?\] and [<==])

Jump to begin of prev paragraph:  "Ctrl + ["   (on german keyboard "Strg + [ß]" )


"begin of paragraph" means: first line after an empty line.
Stefan, HippoEDIT beta tester 
HippoEDIT - the editor programmers wants to code thyself when they are dreaming.        -Don't just edit. HippoEDIT!-