Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Perl Programming Tools - (who, what, where, when, and why)

by alfie (Pilgrim)
on Oct 11, 2002 at 13:51 UTC ( [id://204514]=note: print w/replies, xml ) Need Help??


in reply to Perl Programming Tools - (who, what, where, when, and why)

vim has a GUI, too. And not a bad one. I think it might be really helpful to some people. Especially in the evim (easy vim) mode it should be no problem for the people to use it. It sets itself in insert mode automatically so people can use it just like notepad or such, with the added value of all that vim offers, of course:
  • folding: You can collapse functions to just one line to improve readability
  • syntax highlighting: There are syntax file for almost anything
  • block mode: Especially useful if you want to comment out big paragraphs, just mark the lines as block, Insert a # infront of them and you are done.
And, vim for win32 has even an ole interface with which you can integrate in quite many programs directly. It was originally done for Visual Studio but can be used for other things aswell.
--
use signature; signature(" So long\nAlfie");
  • Comment on Re: Perl Programming Tools - (who, what, where, when, and why)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-25 15:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found