![]() |
|
Perl-Sensitive Sunglasses | |
PerlMonks |
Re: Cross-platform development: editorsby InfiniteLoop (Hermit) |
on Nov 17, 2004 at 01:35 UTC ( #408299=note: print w/replies, xml ) | Need Help?? |
Hi radiantmatrix,
(X)Emacs does all that you have listed.
With CPerl-mode + auto-fill + etags, I can have all the thingummagic provided by shiny IDE's. Probably these links will help you the most:
Also these two directives will help you index and navigate the source code from the menu:
(add-hook 'cperl-mode-hook (function (lambda () (imenu-add-menubar-index)))) (add-hook 'cperl-mode-hook (function (lambda () (imenu-add-to-menubar 'Func))))
In Section
Seekers of Perl Wisdom
|
|