Hi,
On 11 Jan 2007, at 09:36, Sam Halliday wrote:
Incidentally, I created a macro that uses the find/replace to go to the next \n\n, which works, but highlights both lines!
For anyone who wants to implement something similar (move forwards back paragraph, Emacs style)... I was actually able to do this in Cocoa by binding keys to action combos like
moveUp: moveToBeginningOfParagraph: moveUp:
and
moveDown: moveToEndOfParagraph: moveDown: