Re: Color
От | Hiroshi Saito |
---|---|
Тема | Re: Color |
Дата | |
Msg-id | 011501c4227d$e57a7240$1f324d80@w2k обсуждение исходный текст |
Ответ на | Color ("Donald Fraser" <demolish@cwgsy.net>) |
Список | 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 по дате отправления: