| | 42 | |
| | 43 | = The versions of my wxWidgtes and Scintilla = |
| | 44 | |
| | 45 | The latest version of Alien::wxWidgtes 0.40 released on oct 15, 2008 |
| | 46 | is using wxWidgets 2.8.8 |
| | 47 | ( if I am correct that this is the indicating file: |
| | 48 | http://search.cpan.org/src/MBARBON/Alien-wxWidgets-0.40/patches/data ) |
| | 49 | which in turn uses Scintilla 1.70 based on this file |
| | 50 | contrib/src/stc/scintilla/README.txt in the wxWidgets 2.8.8 source code. |
| | 51 | |
| | 52 | According to http://www.wxwidgets.org/ the latest wxWidgets version is 2.8.9, |
| | 53 | released on sept 22, 2008. |
| | 54 | |
| | 55 | Based on file contrib/src/stc/scintilla/README.txt |
| | 56 | 2.8.9 also uses version 1.70 of Scintilla. |
| | 57 | |
| | 58 | According to http://www.scintilla.org/ the latest version is 1.77, |
| | 59 | released on Oct 18, 2008 |
| | 60 | while 1.70 was released 20 June 2006, more than 2 years ago. |
| | 61 | http://www.scintilla.org/ScintillaHistory.html |
| | 62 | |
| | 63 | I guess in order to get a newer version of Scintilla someone first has |
| | 64 | to integrate it into wxWidgtes and once it is released someone has |
| | 65 | to integrate it into wxPerl. |
| | 66 | |
| | 67 | According to |
| | 68 | http://trac.wxwidgets.org/browser/wxWidgets/trunk/src/stc/scintilla/README.txt |
| | 69 | the head of wxWidgtes currently contains Scintilla 1.75 |
| | 70 | |
| | 71 | Perl 5.10 support (eg. // parsing) was added to 1.76 (see http://www.scintilla.org/ScintillaHistory.html ) |