2.4.2.2 is ready

Robin Dunn wrote:

Will Sadkin wrote:

I just installed this on my machine, and noted the following issues:

1) The demo code window styled text control is nice in that it allows
   search, but the color scheme used is really ugly on my machine--
   all non-keyword text is a light grey, like I would expect for
   block comments, rather than black, making it really hard to read
   the demo code. Where does the color scheme come from, and is it
   changeable? Should this be documented somewhere, and if so,
where?

It just uses the same class used for the wxStyledTextCtrl_2 sample in
the demo, and the styles are just arbitrarily set in there. I'll tweak
it a little before I start the next build but if you get this before
then (say in about an hour) and want to suggest some style settings
feel free.

Ok; I'd at least change:
<< self.StyleSetSpec(wxSTC_P_IDENTIFIER,
"fore:#808080,face:%(helv)s,size:%(size)d" % faces)

       self.StyleSetSpec(wxSTC_P_IDENTIFIER,

"fore:#000000,face:%(helv)s,size:%(size)d" % faces)

and I don't know what this means...

# White space
        self.StyleSetSpec(wxSTC_P_DEFAULT,
"fore:#808080,face:%(helv)s,size:%(size)d" % faces)

is wxSTC_P_DEFAULT really whitespace???
if so, then #808080 ain't white! (If it's "something else," it should
probably
also be black.)

Also, a suggestion:

Just below the comment block in Main.py, add another comment
that says "See StyledTextCtrl_2 for how the demo code tab is rendered."
(or equivalent. This will make the answer to my 1st question more
obvious if you look (as I did) in the "demo code" section of the
"wxPython Overview" tree item hoping to find it...)

/Will Sadkin
Parlance Corporation
www.nameconnector.com