Re: Move insertion point to next carriage return in soft-wrapped text

2010-10-12 Thread Christopher Stone
On Oct 11, 2010, at 23:04, Gabriel Roth wrote: But what if I want to move the cursor to the end of the actual, conceptual line, i.e. to the next occurrence of a carriage return? Is there a keyboard shortcut or menu command that will achieve this?

Re: Move insertion point to next carriage return in soft-wrapped text

2010-10-12 Thread Rick Yentzer
Excellent tip. Thanks. -- Rick On Oct 12, 2010, at 12:32 AM, Christopher Stone wrote: On Oct 11, 2010, at 23:04, Gabriel Roth wrote: But what if I want to move the cursor to the end of the actual, conceptual line, i.e. to the next occurrence of a carriage return? Is there a keyboard

Re: Move insertion point to next carriage return in soft-wrapped text

2010-10-12 Thread Gabriel Roth
Thanks for these suggestions. I'm loath to use the Emacs key binding, because Control-E doesn't feel natural to me for that use, and because turning it on turns on a bunch of other shortcuts. I think I'll put together a script when I get a few minutes. On Tue, Oct 12, 2010 at 8:29 AM, Rick

Re: Customizing function popup with dividers

2010-10-12 Thread David Beck
Good to know it is on the to-do list. For me this would be an very, very useful addition. On Oct 11, 9:45 am, Rich Siegel sie...@barebones.com wrote: On Monday, October 11, 2010, David Beck davegb...@gmail.com wrote: Is there any way to modify the matching patterns that are put into the

Re: #mark in Python

2010-10-12 Thread Alex Satrapa
On 09/10/2010, at 02:01 , Patrick Woolsey wrote: You can do this via a commented line containing '#mark label' where label is a string. For example: # #mark X marks the spot I'm obviously doing something wrong. Excited by the new feature* this thread revealed to me, I've tried using

Re: #mark in Python

2010-10-12 Thread Tim Gray
On Oct 13, 2010 at 11:38 AM +1100, Alex Satrapa wrote: # Stuff # #mark floogle # #bbmark frobnate I stumbled upon this too. You can't have it in that order. Your mark line needs to come at the top of a comment block: # #mark floogle # comment body comment body comment body comment body

Re: #mark in Python

2010-10-12 Thread Tim Gray
Whoops, something got mangled in my formatting. It should have looked like this: # #mark floogle # comment body comment body comment body comment body comment body # comment body comment body comment body comment body comment body -- You received this message because you are subscribed to

Re: #mark in Python

2010-10-12 Thread Charlie Garrison
Good afternoon, On 13/10/10 at 12:17 AM -0400, Tim Gray tg...@125px.com wrote: Whoops, something got mangled in my formatting. It should have looked like this: # #mark floogle # comment body comment body comment body comment body comment body # comment body comment body comment body comment

Re: #mark in Python

2010-10-12 Thread Tim Gray
On Oct 13, 2010 at 03:53 PM +1100, Charlie Garrison wrote: I haven't been following this thread too closely. And I'm not familiar with this feature. Are you saying that the above marker/comment block in a perl file should create an entry in the function popup? Not sure about perl. It works

Re: #mark in Python

2010-10-12 Thread Alex Satrapa
On 13/10/2010, at 15:12 , Tim Gray wrote: I stumbled upon this too. You can't have it in that order. Your mark line needs to come at the top of a comment block: # #mark floogle # comment body comment body comment body comment body comment body # comment body comment body comment body

Re: #mark in Python

2010-10-12 Thread Charlie Garrison
Good afternoon, On 13/10/10 at 4:10 PM +1100, Alex Satrapa gr...@goldweb.com.au wrote: As for me? I'll just crawl back into my cave and wait until one of the BBEdit folks chimes in to tell us that Python is the One True Language that gets all the love :) I doubt it's the One True