Re: How to handle multi-line quotes

2007-12-22 Thread Hendrik van Rooyen
MartinRinehart wrote: > Thinking about unclosed multi-line quotes. > > When you open a multi-line quote (type '"""') what does your editor > do? Does it color the remainder of your text as a quote, or does it > color the line with the open quote as a quote and leave the rest of > your code alone?

Re: How to handle multi-line quotes

2007-12-21 Thread [EMAIL PROTECTED]
On 21 Dic, 22:13, Bruno Desthuilliers <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] a écrit : > > > Thinking about unclosed multi-line quotes. > > > When you open a multi-line quote (type '"""') what does your editor > > do? > > The RightThing(tm), that is: > > > Does it color the remainder of you

Re: How to handle multi-line quotes

2007-12-21 Thread Bruno Desthuilliers
[EMAIL PROTECTED] a écrit : > Thinking about unclosed multi-line quotes. > > When you open a multi-line quote (type '"""') what does your editor > do? The RightThing(tm), that is: > Does it color the remainder of your text as a quote, Indeed. -- http://mail.python.org/mailman/listinfo/python-

Re: How to handle multi-line quotes

2007-12-21 Thread Lie
On Dec 22, 2:15 am, [EMAIL PROTECTED] wrote: > Thinking about unclosed multi-line quotes. > > When you open a multi-line quote (type '"""') what does your editor > do? Does it color the remainder of your text as a quote, or does it > color the line with the open quote as a quote and leave the rest

Re: How to handle multi-line quotes

2007-12-21 Thread ianaré
On Dec 21, 2:15 pm, [EMAIL PROTECTED] wrote: > Thinking about unclosed multi-line quotes. > > When you open a multi-line quote (type '"""') what does your editor > do? Does it color the remainder of your text as a quote, or does it > color the line with the open quote as a quote and leave the rest

How to handle multi-line quotes

2007-12-21 Thread MartinRinehart
Thinking about unclosed multi-line quotes. When you open a multi-line quote (type '"""') what does your editor do? Does it color the remainder of your text as a quote, or does it color the line with the open quote as a quote and leave the rest of your code alone? What do you want it to do? This