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