| 60 | | * Alien::wxWidgets latest 0.42 released on Nov 7, 2008 uses wxWidgets 2.8.8 ( based on this file: http://search.cpan.org/src/MBARBON/Alien-wxWidgets-0.42/patches/data ) |
| 61 | | |
| 62 | | * wxWidgets 2.8.8 uses Scintilla 1.70 based on this file contrib/src/stc/scintilla/README.txt in the wxWidgets 2.8.8 source code. |
| 63 | | * wxWidgets latest is 2.9.1 http://www.wxwidgets.org/ released on 2010-07-19 has Scintilla version 2.03 http://trac.wxwidgets.org/browser/wxWidgets/tags/WX_2_9_1/src/stc/scintilla/README.txt. |
| 64 | | * wxWidgets development (2.9) still uses Scintilla 2.03 http://trac.wxwidgets.org/browser/wxWidgets/trunk/src/stc/scintilla/README.txt |
| 65 | | |
| 66 | | * Scintilla 1.70 was released 20 June 2006, http://www.scintilla.org/ScintillaHistory.html |
| 67 | | * Scintilla 2.x latest is 2.24, released on 3 February 2011 http://www.scintilla.org/ and has the following Perl lexer changes: |
| 68 | | * Release 2.20: Perl folder works for array blocks, adjacent package statements, nested PODs, and terminates package folding at {{{__DATA__, ^D}}} and {{{^Z}}}. |
| 69 | | * Release 1.78: Perl lexer fixes problem with string matching caused by line endings. |
| 70 | | * Release 1.77: Perl lexer update. |
| 71 | | * Release 1.76: Perl lexer handles defined-or operator "//". ""Perl 5.10 support"" |
| 72 | | * Release 1.75: Perl lexer enhanced for handling minus-prefixed barewords, underscores in numeric literals and vector/version strings, {{{^D and ^Z}}} similar to {{{__END__}}}, subroutine prototypes as a new lexical class, formats and format blocks as new lexical classes, and '/' suffixed keywords and barewords. |
| 73 | | * Release 1.79: Perl lexer bug fixed where previous lexical states persisted causing "/" special case styling and subroutine prototype styling to not be correct. |
| 74 | | * Release 1.71: Perl lexer allows UTF-8 identifiers and has some other small improvements. |
| 75 | | |
| 76 | | In order to get a newer version of Scintilla someone first has |
| 77 | | to integrate it into wxWidgets and once it is released someone has |
| 78 | | to integrate it into wxPerl. |
| | 60 | * Padre 0.90: Wx::Scintilla integration was added through feature_wx_scintilla |
| | 61 | * Padre 0.92: Wx::Scintilla replaced Wx::STC completely. |
| | 62 | * Wx::Scintilla 0.30 now supports the latest Scintilla 2.29 (released on 16th September 2011) |