I'm trying to use all free tools to develop Java Servlets on OSX. I'm currently using Sun's Javac and Jar tools to compile my projects and I'm happy with that, but I need a better editor to do my coding in. I've tried JEdit and it's not bad, and there's a plug-in which lists all the methods on any .java file one has open. Is there a way to show all methods on a .java file in Project Builder? I got addicted to the drop down method list on CodeWarrior . . .