Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Cross-platform development: editors

by InfiniteLoop (Hermit)
on Nov 17, 2004 at 01:35 UTC ( [id://408299]=note: print w/replies, xml ) Need Help??


in reply to Cross-platform development: editors

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))))
  • Comment on Re: Cross-platform development: editors

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://408299]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-24 08:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found