Hi, Will

you might consider recording an applescript and doing an appropriate search to 
achieve this functionality. You can then assign a shortcut to that script.

Something like:

tell application "BBEdit"
        find "\\r\\r\\s*" searching in (text 1 of window 1) options {search 
mode:grep, starting at top:false, wrap around:true, case sensitive:false, match 
words:false, extend selection:false} with selecting match
        select insertion point after found object of result
end tell

Maybe you have to tweak the search pattern a little to your liking but it might 
be what you are looking for.

Regards,
Roland


Am 11.05.2010 um 01:06 schrieb wallabadah:

> Hi all,
> 
> Does anyone know of a keyboard shortcut for moving the cursor position
> up or down to the next blank (or space/tab only) line? I know it's
> possible to move to start/end of a file (command-up/down arrow), by a
> page at a time (option up/down arrow) and obviously by a line at a
> time.
> I think this would be useful for moving around source files where
> 'blocks' of code are separated by blank lines. Perhaps it's possible
> using one of the emacs key bindings?
> 
> cheers,
> 
> Will.
> 
> -- 
> You received this message because you are subscribed to the 
> "BBEdit Talk" discussion group on Google Groups.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/bbedit?hl=en
> If you have a feature request or would like to report a problem, 
> please email "[email protected]" rather than posting to the group.

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email "[email protected]" rather than posting to the group.

Reply via email to