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?
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
[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-
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
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
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