Re: Color - Mailing list pgadmin-support

From Hiroshi Saito
Subject Re: Color
Date
Msg-id 011501c4227d$e57a7240$1f324d80@w2k
Whole thread Raw
In response to Color  ("Donald Fraser" <demolish@cwgsy.net>)
List pgadmin-support
Hi Raphaël.

It is a thing due to the change in wxWindows..wxWidget (Scintilla).
Probably, confusion will be caused for a while....

--- src/ui/ctlSQLBox.cpp.orig   Mon Sep 22 15:26:17 2003
+++ src/ui/ctlSQLBox.cpp        Mon Sep 22 15:29:23 2003
@@ -345,7 +345,7 @@
     // SQL Lexer and keywords.
 //    SetLexer(lmPostgreSQL.GetLanguage());
     SetLexer(wxSTC_LEX_SQL);
-    SetKeyWords(0, SQL_KEYWORDS);
+    SetKeyWords(0, SQL_KEYWORDS.MakeLower());

     wxAcceleratorEntry entries[1];
     entries[0].Set(wxACCEL_CTRL, (int)'F', MNU_FIND);

regards,
Hiroshi Saito

----- Original Message -----
From: "Raphaël Enrici" <blacknoz@club-internet.fr>


>  From the test I just did, it seems the highlight does not work
> "correctly" since 1.0.1
>
> Any idea ?
>
> BTW, a personal color scheme would be interesting... We could enjoy
> funny snapshots :))
>
> Regards,
> Raphaël


pgadmin-support by date:

Previous
From: Raphaël Enrici
Date:
Subject: Re: Color
Next
From: "Donald Fraser"
Date:
Subject: Re: Color