|
|
| Problems? Is your data what you think it is? | |
| PerlMonks |
Re: Cross-platform development: editorsby InfiniteLoop (Hermit) |
| on Nov 16, 2004 at 20:35 UTC ( [id://408299]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
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
|
|
||||||||||||||||||||||||