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.
Love. Hate. (Score:1)
The one thing that still turns me away from Eclipse/EPIC and Komodo is the intellisense is never up to par %100 of the time. I know that's a hard thing to do with perl, but it's still my longstanding gripe about Perl IDEs.
Re:Love. Hate. (Score:1)
Re:Love. Hate. (Score:2)
I usually have Eclipse and BBEdit open simultaneously and switch back and forth all the time.
The one feature I'd really love to have would be "File renaming/moving"->"Package-Renaming" and the other way around, plus renaming the class everywhere it's used. Most Java IDEs have this feature and fail miserably with all those damn XML config files. I guess we'd have the same problem since our MVC framework stores the controller config in an sql database.
Yay (Score:1)
I have high hopes for the EPIC project - we use Eclipse a lot at work for Java code, and with its sophisticated refactoring, etc., Java becomes in some ways more agile for development than Perl. Not good.
Hopefully this new release will narrow the tool gap some, and help me convince other people in my group to use Perl for our projects.
-Ken