Maris Kalnins
|
| Posted: 11/23/2002, 4:45 AM |
|
Hi!
Just noticed that code coloring does wrong coloring after this line:
echo "some text" . "something else" . '"';
// after this - everything goes in brown
as I see, it looks for paris of "
but since " is already included in ' ' or is used something like this "\""
coloring algorythm must skip it not searching for the matching pair..
Maris
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 11/26/2002, 9:20 AM |
|
Thanks. I've submitted that to CCS team.
--
Alex,
Support Engineer
CodeCharge Team
"Maris Kalnins" <proximus@mail.teliamtc.lv> wrote in message
news:arnta1$cab$1@news.codecharge.com...
> Hi!
>
> Just noticed that code coloring does wrong coloring after this line:
>
> echo "some text" . "something else" . '"';
> // after this - everything goes in brown
>
> as I see, it looks for paris of "
> but since " is already included in ' ' or is used something like this "\""
> coloring algorythm must skip it not searching for the matching pair..
>
> Maris
>
>
|
|
|
 |
|