As a senior developer... let me give you a few pointers...
Homesite - good, still use it occasionally, but it has bad memory management, so you can't do a regex search and replace over thousands of files... it hangs. Also, this is just a HTML editor, it doesn't accomodate too much PHP stuff, though you can see it tries!
Textpad - fantastic, use it for 40% of my work. Performs brilliantly, even allowig you to open 100mb .sql files with relative ease (i.e. db dumps). Problem? Can't match tags, and it is just a text editor, which means it cannot give you info on php or functions you've defined. Very good when set as your 'view source' for IE, as then it can colour code the source!
Visual Slick Edit - incredible, the other 60% of my work. Full programming environment... colour codes and intuitively knows PHP. Right click a function name for definition, match brackets... ****! you can even match opening <td> and closing </td> (or any other HTML tags) tags. This is THE best editor on the market... but whereas textpad is free on permanent evaluation, this one costs GBP 400... but if you program for more than 4 hours a day you'll find this worth every penny.
Vi - Unix file editor, get used to it and it's commands, just enough to make changes in an emergency on live.
Cheers
David K
|