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

From: "pgAdmin Trac" <trac(at)code(dot)pgadmin(dot)org>
To:
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: [pgAdmin III] #309: Bug report: Syntax Coloring
Date: 2011-02-22 15:38:31
Message-ID: 052.6eac567ce4ba415b9b6acb4b9c4f04f5@code.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

#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

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-02-23 10:05:33 pgAdmin III commit: Fix debugger support for PPAS 9.0
Previous Message Guillaume Lelarge 2011-02-21 23:25:39 pgAdmin III commit: Korean's translation is now published.