I am a big fan of editplus, it loads up instantly. has the about the best approch for multidocument editing, with its tab strip. It's syntax highlighting is extensible, and there are syntax files for every launguage i've ever needed to code in. You can set up macros(like to run perl code in a cmd console, or compile and execute the current java file), preview HTML (and HTML templates).
In my opinion though, its best feature is the FTP menu, i never need to use another application for ftp when i use this, cause you can open and save to a list of FTP sites you define, automatically.
For some code however, i prefer gvim for windows, especially for large files with complex regexes, POD, here docs. Vim's syntax highlighting is second to none.
On unix i use gvim or vi.
| [reply] |
I've found the editplus ftp very good, certainly quick and convenient. But I have sometimes had cause to bless the automatic mirroring of all my uploads which webdrive does without my asking...
§ George Sherston
| [reply] |
I also use editplus, also on a tiny laptop (overloaded IBM TP 240) when working on windows (and sometimes on KDE as it installs seamlessly with wine). On windows, I use leechftp for the ftp work (It's multithreaded so the loads go fast).
One thing I really like is the command-line user tools that you can add, so I am able to run perl -c, perl, make, make install, and make dist from the IDE.
Caution: on wine the tools dont work and there are some real performance issues with some of the functionality.
I also use kdevelop on linux which is fairly pretty.
Of course, I can't get around vi when talking to machines in secure zones or DMZs. But I *wish* vi found its way out of the 70s. The versions I'm forced to use using really seem to be in the deep functional stone age.
hackmare.
| [reply] |