Обсуждение: [pgAdmin III] #309: Bug report: Syntax Coloring

Поиск
Список
Период
Сортировка

[pgAdmin III] #309: Bug report: Syntax Coloring

От
"pgAdmin Trac"
Дата:
#309: Bug report: Syntax Coloring
-------------------------+--------------------------------------------------
 Reporter:  Jakob Egger  |       Owner:  dpage
     Type:  bug          |      Status:  new  
 Priority:  minor        |   Milestone:       
Component:  pgadmin      |     Version:  1.12 
 Keywords:  querytool    |    Platform:  all  
-------------------------+--------------------------------------------------
 Syntax coloring in PgAdmin3 (Version 1.10.3 on MacOS) does not correctly
 deal with nested comments.

 Try entering the following in the "Query" window:

 /* /*NESTED COMMENT*/  THIS IS STILL A COMMENT */

 the words "THIS IS STILL A COMMENT" do not have the comment color.

 The PostgreSQL docs specify that comments may be nested, see:
 http://www.postgresql.org/docs/8.4/static/sql-syntax-lexical.html#SQL-
 SYNTAX-COMMENTS

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/309>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

Re: [pgAdmin III] #309: Bug report: Syntax Coloring

От
"pgAdmin Trac"
Дата:
#309: Bug report: Syntax Coloring
-------------------------+--------------------------------------------------
 Reporter:  Jakob Egger  |       Owner:  dpage
     Type:  bug          |      Status:  new  
 Priority:  minor        |   Milestone:       
Component:  pgadmin      |     Version:  1.12 
 Keywords:  querytool    |    Platform:  all  
-------------------------+--------------------------------------------------

Comment(by gleu):

 The issue is deep inside wxWidgets STC control. AFAICT, this is not fixed
 in 2.9 either.

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/309#comment:1>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III