From: Mattia B. <mb...@ds...> - 2002-05-23 19:52:58
|
[Replying to myself] > > Mattia wrote: > > >>I can't find StyledText in the manual. Is it a contrib somewhere? > > > > >It is in contrib, and not wrapped (yet); no plans to wrap it soon, > > >neither. Any volunteers? > > > > Well, I would and I'd glady help wxPerl development in general. The > > small problem is that I don't know C++, just some basic C. I can > > usually figure out how to translate the wx C++ examples to Perl though. > > > > If you have the time to give me an example with something simple I'll > > have a go (I'm guessing Scintilla is a bigger job?). > Well, my exams seem to have eaten all my time... but I'll try > to do something. Scintilla is a big job, yes. There is a _minimal_ wrapping in the current CVS snapshot; you ( or whoever wants to contribute ) should complete ext/stc/XS/StyledTextControl.xs and ext/stc/cpp/st_constants.cpp ( the C++ class is in wxWIndows/contrib/include/wx/stc/stc.h ) I'll update build instructions ASAP ( they are not up to date for 2.3.3 ). It is a good idea to use wxWindows CVS ( http://www.wxwindows.org/ -> community -> Daily snapshots of CVS if you don't want to use CVS ). Regards Mattia |