I'm currently writing my notetakers roundup using the php template mouser provided, and I have some basic newbie questions and rants.
First of all, none of the editors out there allow any kind of wysiwig editing of php code. How come? Wouldn't it be nice to see the changes in some kind of "live" way as you change the code? I remember that when I made a couple of pages in Dreamweaver, you could do that with html. You just write code and you can split the screen and see the actual page under, or even preview it in the browser. But with php, you have to go through all this localhost business, that I can't figure out for the life of me.
Another issue I have with editors (any basic editor like Ultraedit, Notepad++, whatever) is that, yes, they do syntax highlighting and automatic-indentation, which is nice. However, when long lines wrap around, none of the editors will wrap the text where the indentation already is. It would be very nice if the wrapping was also indented. Why is this so hard? Don't people want this?
OK, I'm done.