![]() |
|
XP is just a number | |
PerlMonks |
comment on |
( #3333=superdoc: 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 reply to Re: Cross-platform development: editors
by InfiniteLoop
|
|