Hi wxPerl-ers, :) I just released a working win32 copy of Wx::Scintilla today. Wx::Scintilla is a drop-in replacement with minor modifications for Wx::STC. It is a back port of Scintilla 1.79 for wxWidgets 2.8.x with the ambitious goal of fixing Perl Scintilla lexer bugs along with an up-to-date Scintilla editor engine. Scintilla v1.79 fixes the // operator syntax highlighting. The next phase of this project is going to be Linux support.
To upgrade your Scintilla editor (on win32): 1. cpan Wx::Scintilla 2. replace use Wx::STC into Wx::Scintilla 3. replace Wx::StyledTextCtrl with Wx::ScintillaTextCtrl 4. It works! :) Documentation: http://search.cpan.org/perldoc?Wx::Scintilla Note: Since it may be still mirroring, here is the latest package: http://search.cpan.org/CPAN/authors/id/A/AZ/AZAWAWI/Wx-Scintilla-0.042.tar.gz Mattia, Could you please give me a Wx::Event co-maint permission so i can subclass it? http://svn.perlide.org/padre/trunk/Wx-Scintilla/lib/Wx/Scintilla.pm Please let me know if you have any suggestions and/or ideas about Wx::Scintilla. Thanks for your time, Ahmad M. Zawawi