NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
What a padre needs... (Score:1)
something.pl. But they do all start with a#!line. Padre should have mulitple ways to check the type of file if it's going to do the check./\w+(::\w+)*/Right now it looks like it's only getting the first identifier.Reply to This
Re: (Score:1)
Ah, it looks like I'm not the only one to have this idea. For a poor-man's version of vim+textmate marriage, see http://vimmate.rubyforge.org/ [rubyforge.org]
It's no where near as full featured or as "clean" as I would want it though.
Re: (Score:1)
Responses:
The .pl files limitation is imposed by the first (pre-document-model) generation of file type code. We should be able to upgrade this fairly easily by adding perl type awareness to the ::Document::Perl class and then upgrading the limitation.
The tabbed list on the right is a want-to-have already, you can see it's currently got that extra space at the top where the tabs should hopefully appear. Additionally, a file tree needs to wait for Project support.
Anything that allows linking to function docu