Page 2 of 2

Posted: Sun Jul 13, 2003 1:16 am
by Slippy
HTMLKit is a good editor for PHP. I think a lot of people use notepad for quick edits but it is definately a bad choice for a project.

Posted: Sun Jul 13, 2003 1:43 am
by Jabol
My best is vim. It's got all I need.

Posted: Sun Jul 13, 2003 3:06 am
by Stoker
vim or gvim with syntax highlight.. it exists nearly anywhere (at least vi), is quick and has native regex functionality.. I used to use Editplus on bill gates compromised machines, now I use gvim on those as well.

I also have Zend's editor/ide/debugger, its pretty neat but too slow for quick edits within many files in multiple projects.. but great when working on a project

BTW; Notepad is also an editor, its just a very limited one and it doesnt understand any other line endings than bill gates..

Posted: Sun Jul 13, 2003 5:09 am
by m3mn0n
JPlush76 wrote:
McGruff wrote:I'd be lost without syntax highlighting. IMO it's practically essential - makes debugging code MUCH easier.
I agree 110%
I agree 120%.