Re: [pgadmin-support] Color

From: "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
To: Raphaël Enrici <blacknoz(at)club-internet(dot)fr>, "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>, "Donald Fraser" <demolish(at)cwgsy(dot)net>
Cc: "[pgADMIN]" <pgadmin-support(at)postgresql(dot)org>, <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgadmin-support] Color
Date: 2004-04-15 00:09:18
Message-ID: 011501c4227d$e57a7240$1f324d80@w2k
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers 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(at)club-internet(dot)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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Donald Fraser 2004-04-15 09:37:42 Re: Color
Previous Message Raphaël Enrici 2004-04-14 21:57:21 Re: [pgadmin-support] Color

Browse pgadmin-support by date

  From Date Subject
Next Message Donald Fraser 2004-04-15 09:37:42 Re: Color
Previous Message Raphaël Enrici 2004-04-14 21:57:21 Re: [pgadmin-support] Color