Padre 0.15 released - running on Parrot

gabor on 2008-11-03T07:05:43

New week, new release.

I would like to thank everyone who took the time, tried Padre and wrote comments in response to my requests on use.perl.org or on the Israel.pm mailing list.

While it will give us plenty of work I'd be happy to get more people trying Padre and letting us know what are the things that still hurt. It would be even better if more people started to hack on Padre or start writing Plugins.

Hey there are now 5 Padre plugins on CPAN!.

We have started to implement some of the requests and worked on some other things as well. As usual the changes are here.

The main features are:

  • Cleanups in how the dialogs look like.
  • Close All but Current Document menu option.
  • Add auto indentation.
  • Before saving, check if file has changed on disk.
  • Reload file menu option
  • Ctrl-T is the default new file hot-key just as in Firefox.
  • Allow the execution of PASM files using parrot
  • Allow execution of Perl 6 code using Rakudo
  • Allow Padre to partially run on Parrot
  • Padre::Plugin::Parrot - an example on how to write plug-in for Padre that runs on Parrot.
The last four will only work if you have Parrot compiled on your system and configured the require environment variables. See Padre.pm for details.

Padre can be installed using the standard CPAN.pm shell but if that does not work there are some instructions on the download page

I have not yet packaged a binary version of Padre 0.15 for Linux but for Windows there is a beta version of Portable Strawberry Perl including Padre 0.14. You can download it and then upgrade Padre by typing cpan install Padre.

Enjoy and provide feedback!


Make test fails when installing from CPAN

TeeJay on 2008-11-03T09:45:47

just added ticket at http://padre.perlide.org/ticket/91 with details.

Re:Make test fails when installing from CPAN

gabor on 2008-11-03T14:05:34

It is because Padre comes only with Build.PL and old version of CPAN.pm try to be helpful by creating a Makefile.PL but they don't know what to put in.

The solution is to upgrade CPAN.pm, or better yet, Bundle::CPAN

New File Shortcut Is What?

Mr. Muskrat on 2008-11-03T15:27:57

"Ctrl-T is the default new file hot-key just as in Firefox."

Firefox does not have the concept of new file. You can open a new tab with Ctrl-T, an existing file with Ctrl-O or a new window with Ctrl-N (most Windows application use Ctrl-N for new file/window/whatever).

Using Ctrl-T is going to confuse me to no end.

Re:New File Shortcut Is What?

Alias on 2008-11-03T23:00:44

Most of this mucking around with hotkeys is just a prelude to being able to configure your own, which is of course FAR superior to anything we can pick for you.

Re:New File Shortcut Is What?

Aristotle on 2008-11-05T08:39:34

Augh, no! The defaults have to be perfectly good because the crushing majority of people never customise the software they use. “I’ll make it a preference” leads straight to UI Disaster Central.