Re: wxStyledTextCtrl - Dead?

2006-04-11 Thread Franz Steinhaeusler
On Tue, 11 Apr 2006 06:58:28 -0400, Peter Hansen <[EMAIL PROTECTED]> wrote: >David Rasmussen wrote: >> I am trying to make a programmer's editor (and later a full IDE), and I >> want things like syntax highlighting etc. I could of course roll my own >> fancy editing control, but if STC could sol

Re: wxStyledTextCtrl - Dead?

2006-04-11 Thread Peter Hansen
David Rasmussen wrote: > I am trying to make a programmer's editor (and later a full IDE), and I > want things like syntax highlighting etc. I could of course roll my own > fancy editing control, but if STC could solve my problem and is flexible > enough, then I'll use that for now :) There are

Re: wxStyledTextCtrl - Dead?

2006-04-10 Thread David Rasmussen
Dave Mandelin wrote: > I don't know the answers to 1 and 2, but from the demo I know that the > answer to 3 is wx.stc.StyledTextControl. > > As for 4, I guess it depends on what you want to do. StyledTextControl > looked pretty scary to me, and for my application I mainly needed to > display style

Re: wxStyledTextCtrl - Dead?

2006-04-10 Thread Dave Mandelin
I don't know the answers to 1 and 2, but from the demo I know that the answer to 3 is wx.stc.StyledTextControl. As for 4, I guess it depends on what you want to do. StyledTextControl looked pretty scary to me, and for my application I mainly needed to display styled text, not edit it, so I embedde

Re: wxStyledTextCtrl - Dead?

2006-04-09 Thread blackno666
The wxPython Demo (http://prdownloads.sourceforge.net/wxpython/wxPython-demo-2.6.3.2.tar.gz) still contains the wxStyledTextCtrl: wx.stc.StyledTextCtrl The demo is probably also a good example of how to use wxStyledTextCtrl. Basic information can be found on http://www.yellowbrain.com/stc/init_r

wxStyledTextCtrl - Dead?

2006-04-09 Thread David Rasmussen
I have several questions about wxStyledTextCtrl: 1) Is it still being maintained? 2) Where are the docs and tutorials? 3) Is it wxStyledTextCtrl, wx.StyledTextCtrl, StyledTextCtrl, or... ? 4) Is there an alternative? /David -- http://mail.python.org/mailman/listinfo/python-list