I have always used a text-editor for my web-projects, but as they get more complicated, some kind of help is pretty much necessary. I need something that will do the following:
- run on linux
- be as close to just a text-editor as possible (I use gedit for everything)
- keep track of object attributes, possibly standardizing the order (i.e. type, id, class, etc)
- keep track of object relations (i.e. which label goes with which input, etc)
- tell me if i do something like re-use an "id" by accident
- work with php
ideally, I'd like this program to be free, but that's probably not gonna happen... Anyone know of a good option?
UPDATE: Thank you all for your suggestions! There are a lot to choose from, and many of them look excellent. As for marking a solution as the accepted one, I'm rather at a loss of which one to pick... Thanks again for everyone's help :)
UPDATE2: Do any/all of these integrate nicely with jQuery?