On 06/02/13 04:16, Sven Dowideit wrote:
heya all


ok, I've made a few more fixes, and am not sure that i'll be changing much more soon, so if you're waiting for me - thats over :)

I think Padre::Plugin::Plack now works, but I started on a non-simple refactoring of padre and that plugin that should wait til after this release

The Plack plugin contains a run_command sub that is a slight modification of the one in Padre::Wx::Main - so I've changed it to re-use the Padre one.

the run_command code really should move into its own class - anyone have a good suggestion for where in the class structure it fits?

Sven


I think this is want you are looking for:

Padre::Util

sub run_in_directory

used by

 * diff
 * syntax
 * svn
 * cvs

ask azawawi for more info - multi os frendly

Also:
sub run_in_directory_two
a wrapper for above, with out the need to do any scaffolding, see pod
used by

 * ModuleStarter
 * Patch
 * Padre-Plugin-Git
 * Padre-Plugin-Autodia
 * Padre-Plugin-SpellCheck


I use if for external apps, called by a padre-plugin, don't forget to do this in a task.

regards
kevin

_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to