http://www.perlmonks.org?node_id=336924


in reply to Which text editor

I do everything in UltraEdit. It has syntax highlighing as well as allowing you to create your own custom tools for the toolbar something like "perl.exe -c %F" when you click on a button.

Check here for a complete list of features.

-----
Of all the things I've lost in my life, its my mind I miss the most.

Replies are listed 'Best First'.
Re: Re: Which text editor
by inman (Curate) on Mar 16, 2004 at 09:06 UTC
    It also has a built in FTP client that allows you to work with files on a remote system. For those situations where vi isn't enough.
      Vim can load/save files on remote systems. :help netrw

      Makeshifts last the longest.