>Does anyone know of an editor for editing PHP source code that is a
>little more intuitive than "notepad". Maybe even something with the
>Microsoft VisualStudio feel? Geze, if I could find one that good I
>might even be willing to pay for it! :-)
I'm actually doing all my PHP code in UltraEdit-32 (
www.ultraedit.com) as
we speak, it's got syntax highlighting (providing that you update your
settings for it, atleast in my version). You can also configure it to run
your scripts through php.exe (or anything else for that matter) and neatly
get the output in a new file/"debug" window or just disgard it. It has
auto-indentation too. =)
I use this editor for C/C++ (dos/console), java, php, html.. you name it..
I've been using notepad and dosedit before but it was actually Visual
Studio that made me set higher requirements. Try it out. =)