= Learning wxPerl and wxWidgets =
For those like me (Gabor) who lack imagination here is an explanation of the stack.
* wxWidgets is the name of the C++ library that can be installed either by your operating systems package management tool ( aptitude install wx-common in case of Debian ) or by installing Alien::wxWidgets from CPAN
* [http://www.scintilla.org/ Scintilla] is an editor component written in C++ and used in many editors. It has been included in wxWidgets ad the STC or wxStyledTextCtrl. Padre 0.92 and later will use Wx::Scintilla instead of old Wx::STC to provide the latest and greatest from Scintilla.
* wxPerl is the name of the Perl binding to wxWidgets (or wrapper if you prefer that word) - It is packaged as the Wx distro on CPAN. Some of the recent Linux distros might also have.
* Above all that comes our code (Padre in our case)
[http://wxperl.sourceforge.net/ Home of wxPerl]
downloadable version: [http://prdownloads.sourceforge.net/wxperl/wxPerl-0.82-wx-2.8.7-docs-html.zip]
[http://www.wxwidgets.org/ Home of wxWidgets]
[http://wxperl.sourceforge.net/tutorial/tutorial.html tutorial of Mattia Barbon]
[http://www.perl.com/pub/a/2001/09/12/wxtutorial1.html tutorial by Jouke Visser]
STC or StyledTextCtrl is [http://www.scintilla.org/ Scintilla]
[http://www.yellowbrain.com/stc/index.html Yellow Brain documentation of Wx::StyledTextCtrl]
[http://wxruby.rubyforge.org/doc/styledtextctrl.html Ruby documentation of Wx::StyledTextCtrl]
[http://docs.wxwidgets.org/trunk/classwx_styled_text_ctrl.html]
[http://docs.wxwidgets.org/2.8.6/wx_stockitems.html#stockitems stock items in wx]
[http://wxperl.pvoice.org/w/index.php/WxPerlTablet a kind of WxPerl cheat sheet]
[http://use.perl.org/~Alias/journal/39642 Creating GUI code for Padre - A walk through a new feature]
* PerlMonks articles
* [http://www.perlmonks.org/?node_id=122227 wxPerl tutorial 3]
* [http://www.perlmonks.org/?node_id=112297 wxPerl Tutorial one :: The basics]
* [http://www.perlmonks.org/?node_id=152323 WxPerl woes -- putting a Tree into a ScrolledWindow]
* [http://www.perlmonks.org/?node_id=153366 XML with wxPerl]
* [http://www.perlmonks.org/?node_id=199840 HWXperl - The place for GUI apps in Perl]
* [http://www.perlmonks.org/?node_id=164341 WxBrowser - a wxPerl HTML Browser]
* [http://www.perlmonks.org/?node_id=290475 WxPerl Login Dialog]
* [http://www.perlmonks.org/?node_id=219778 Tk vs. wxPerl]
* [http://www.perlmonks.org/?node_id=807957 Using Icons on Wx::Notebook]
* [http://www.perlmonks.org/?node_id=758548 Using BoxSizer Layout Manager in wxPerl]
* [http://www.perlmonks.org/?node_id=638554 WxPerl Simplified]
* [http://www.perlmonks.org/?node_id=216762 RegexLab (a wxPerl version)]
* http://www.perlmonks.org/?node_id=184685
* http://www.perlmonks.org/?node_id=194611
* http://www.perlmonks.org/?node_id=287396
= The latest versions of wxPerl, wxWidgets and Scintilla =
* Wx (aka wxPerl) latest is 0.89 release on Dec 6, 2008 http://search.cpan.org/dist/Wx/
* Padre 0.90: Wx::Scintilla integration was added through feature_wx_scintilla
* Padre 0.92: Wx::Scintilla replaced Wx::STC completely.
* Wx::Scintilla 0.30 supports the Scintilla 2.29 (released on 16th September 2011)
* Wx::Scintilla 0.36 supports Scintilla 3.0.2.
= Various Items and suggestions =
See Wx-Perl-DirTree on CPAN