Welcome to Padre on DW
Aug. 19th, 2009 04:38 pmThis is just a placeholder post so people will know there is something here.
There are several support channels for Padre, the Perl IDE, but I figured it might be interesting to open a community here where DW users can share their thoughts about Padre and can help others who have questions about Padre.
Just to expand a bit on what is Padre and why would that be interesting. Padre is a platform independent editor for Perl written in Perl. It has a very active developer community and we are working on making it on one hand super beginner friendly, on the other hand super extensible for advanced Perl programmers.
So go ahead, post something nice.
There are several support channels for Padre, the Perl IDE, but I figured it might be interesting to open a community here where DW users can share their thoughts about Padre and can help others who have questions about Padre.
Just to expand a bit on what is Padre and why would that be interesting. Padre is a platform independent editor for Perl written in Perl. It has a very active developer community and we are working on making it on one hand super beginner friendly, on the other hand super extensible for advanced Perl programmers.
So go ahead, post something nice.
Re: General Perl code editing - what else?
Date: 2009-08-19 02:45 pm (UTC)What operating systems does Padre work on? We've got devs on Windows, Linux and Macs.
The main other thing a DW developer would need (other than making it work easily with Dreamhacks) would be general text editing, as each BML file has an associated .text file with all the translation strings, which usually need editing at the same time as the code.
Does Padre have any neat things for working with Mercurial?
Re: General Perl code editing - what else?
Date: 2009-08-19 02:57 pm (UTC)I think the best would be to run it on your desktop and use ssh to open the files
but Padre does not have SSH support yet. It it certainly on our TODO list but
I guess it would not be hard to add it for any of the more advanced DW coders as Padre is written in Perl.
I don't know what is a BML file. I guess I should check out the DW source code but I never used Mercurial.
Padre has some support for SVN/SVK/Git but no attempt was made to add Mercurial support.
On the other hand Padre can be especially good for babydevs as it now has context sensitive help for Perl code (so you can get help what is $_ or how to write "open") by pressing one key.
Re: General Perl code editing - what else?
Date: 2009-08-19 03:04 pm (UTC)BML files are the way a lot of the site is displayed - e.g. your profile is userinfo.bml, and that file contains a mix of actual Perl code and bits of HTML and stuff to make it display properly. There might be an entry on the wiki or at
Context-sensitive help and all that kind of stuff would be very useful.
Re: General Perl code editing - what else?
Date: 2009-08-25 06:13 pm (UTC)Do you have any screenshots for Padre? I looked at the site and couldn't see any. (I love playing with new software but generally like to see what I'm d/ling first!).
Re: General Perl code editing - what else?
Date: 2009-08-25 06:19 pm (UTC)