Обсуждение: 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

От
"Alexander Kirpa"
Дата:
In case using "'" in comment pgAdmin display WRONG color
of keywords.



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

От
Andreas Pflug
Дата:
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

От
Andreas Pflug
Дата:
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