I am please to announce yet another weekly release of Padre, the Perl IDE.
As usual you should look at the Changes file.
The highlights are, well it is difficult to decide which features are going to be
important to you so I list most of them here along with the person who added
the feature.
- Optional highlighting of current line (via background color) (HJANSEN)
- Code folding (#61) (HJANSEN)
- Word Wrap and "Default word wrap on for each file" in Preferences (FAYLAND)
- Show/Hide Output or Functions (FAYLAND)
- Add configuration option to the autoindentation (no, same_level,
deep). (SZABGAB)
- Allow opening multiple files at once (#43) (JQUELIN)
- Add Padre::Plugin::MY and set it to be a prefered plugin. (SZABGAB)
- Join lines with Ctrl+J (#128) (JQUELIN)
- Full screen view (#131) (JQUELIN)
- Hide/show white spaces and tabs (#132) (JQUELIN)
- Selection markers to ease selection (#133) (JQUELIN)
- Drag-n-drop files from Filer Explorer (CORION)
- Add experimental and basic vi mode. (SZABGAB)
- Fix Shift-TAB (#141) (SZABGAB)
- Limit the plugin names to one deep only. Second level namespaces are saved for the implementation details. (SZABGAB)
- Experimental perl -c based syntax checking. (HJANSEN)
- Clean recent files list (#126). (FAYLAND)
- Open all recent files (#125). (FAYLAND)
- Alt-1, Alt-2, etc removed. (#122) (SZABGAB)
- Initial Javascript support. (FAYLAND)
- Move between the editor, the output window
and the subs window with some hot-key (#14) (SZABGAB)
As you can see most of work is already done by others which is great. For one, I would not be able to some of these things and it
also means the projects started to generate interest.
I'd really like thank all the contributors their efforts to make Padre
better every day.
If you look at the project page of
Padre on Ohloh
you'll see that there are still more contributors than users but I hope soon others will also start using Padre and mark it on Ohloh.
Download
You can wait till your CPAN mirror catches up or you can use pip, if you have installed it:
pip http://www.perlide.org/download/Padre-0.17.tar.gz
You should also check out the many Padre plugins on CPAN.
Search for Padre::Plugin.
Further help can be found on the Padre home page where you can find links to the development mailing list.
You are also welcome to join us on IRC on #padre
enjoy and report any issues
Can't Install (Score:2)
Whenever I try to install Padre, I get issues when it hits Wx::Perl::ProcessStream (required by Wx::Perl::Dialog). I get this:
Try again wih 0.18 (Score:2)
That module is needed only to run a script from Padre. While it is an important feature but you can already use all the other features without that too.
Maybe give it a try again with 0.18. Please also let us know which version of wxWidgets you have t/02-new.t is supposed to report it. (I use Wx 0.87 and wxWidgets 2.8.8)
Re: (Score:2)
Same thing with 0.18, but that's without trying to avoid that module. How would I go about doing that? Do I need to download the tarball and hack things to make it work? I tried a 'force install' and Padre still fails.
Re: (Score:2)
Re: (Score:2)
On OS X, wxPerl is compiled separately and pre-installed:
Also, note the 'l' (el) option to perl. It adds a newline to everything you print, making one-liners a bit cleaner (note that for some strange reason, 'printf' is exempt from this).
Re: (Score:2)
Anyway you need to upgrade wxWidgets.
Please install Alien::wxWidgets. When it asks you, let it compile wxWidgets for you. It is supposed to fetch wxWidgets 2.8.8 at that point which fails many times. The workaround is to download the wxWidgets file yourself an put it in the unzipped directory of Alien::wxWidgets before running make.