Hi, Is there an HTML/JSP editor out there that will do simple color coding of different JSP elements like an IDE will do for "pure" java code? Right now I'm just using an HTML editor that marks all the JSP code one color from the <% to the %>. Anyone? Anyone? Thanks! - Rick
I would have to say forte too, its just slow if you have a 200 mhz machine. Since I optimized my machine with nortan system works it works great. ------------------ In Gates we trust. Yeah right....
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
Jeroen Wenting
Ranch Hand
Joined: Oct 12, 2000
Posts: 5093
posted
0
JBuilder 4 is my favourite, but you may need the Pro version. A free editor is provided by SilverStream on http://devcenter.silverstream.com . It is basic, but functional. You can turn syntax highlighting on and off for both HTML and Java code independently (which may come in handy at times). It is designed to integrate with their appserver, but can be used standalone as well.