Thread: Bug: pgAdmin III v1.2.0 Beta 1 - wrong color processing in COMMENT

Bug: pgAdmin III v1.2.0 Beta 1 - wrong color processing in COMMENT

From
"Alexander Kirpa"
Date:
In case using "'" in comment pgAdmin display WRONG color
of keywords.



Re: Bug: pgAdmin III v1.2.0 Beta 1 - wrong color

From
Andreas Pflug
Date:
Alexander Kirpa wrote:
> In case using "'" in comment pgAdmin display WRONG color
> of keywords.

I can't see this. Please provide an example.

Regards,
Andreas


Re: Bug: pgAdmin III v1.2.0 Beta 1 - wrong color

From
Andreas Pflug
Date:
Please don't send mails to private accounts, use the list.

>>Alexander Kirpa wrote:
>>
>>>In case using "'" in comment pgAdmin display WRONG color
>>>of keywords.
>>
>>I can't see this. Please provide an example.
> 
> Please
> COMMENT ON TABLE word IS 'normal color \' wrong \' again normal';

OK, not in comments, but for COMMENT ON.

Scintilla's lexer doesn't know about escaping quotes. If somebody 
(you?)volunteers to teach it how to handle it, we can apply it.

Added to BUGS.txt.

Regards,
Andreas