Re: [pgadmin-support] Bug report: Syntax Coloring

2011-02-23 Thread Guillaume Lelarge
Le 23/02/2011 00:10, Peter Geoghegan a écrit : > On 22 February 2011 20:56, Guillaume Lelarge wrote: > >> You're right. I added a ticket to work on this later. > > I've noticed in the past that syntax highlighting is a bit broken. > It's possible to break it by copying and pasting. Perhaps I'll

Re: [pgadmin-support] Bug report: Syntax Coloring

2011-02-22 Thread Peter Geoghegan
On 22 February 2011 20:56, Guillaume Lelarge wrote: > You're right. I added a ticket to work on this later. I've noticed in the past that syntax highlighting is a bit broken. It's possible to break it by copying and pasting. Perhaps I'll create a test case for that if I get a chance later. --

Re: [pgadmin-support] Bug report: Syntax Coloring

2011-02-22 Thread Guillaume Lelarge
Le 16/02/2011 11:28, Jakob Egger a écrit : > 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"

[pgadmin-support] Bug report: Syntax Coloring

2011-02-16 Thread Jakob Egger
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