I use Eclipse for Java and EditPlus for JSP. However, I don't see any syntax highlighting files posted for the JSTL on EditPlus' site. If someone has the file, please post it to EditPlus' site so we can all use it :-)
I use Eclipse (free) and EditPlus ($30) because they are cheap, but IMHO (and according to PC Magazine) the best Java IDE is IntelliJ IDEA, which not only does syntax highlighting with custom tag libraries in JSPs but also verifies your syntax is correct and even has auto-completion of the JSP tag to fill in things like placeholders for required attributes. It does XML also, and it's unbelievably good for Java. There is a 30 day trial version you can download here: http://www.intellij.com/idea Matt ----- Original Message ----- From: "Martin van Dijken" <[EMAIL PROTECTED]> To: "Tag Libraries Users List" <[EMAIL PROTECTED]> Sent: Monday, August 11, 2003 8:59 AM Subject: RE: Editor I've found that the editor we use (www.editplus.com) works largely identical to ultraedit, syntax files will probably be exchangeable, so if you need an alternative which works similar.... > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: maandag 11 augustus 2003 14:54 > To: [EMAIL PROTECTED] > Subject: RE: Editor > > > Hi Lukas > > Here, we use Dreamweaver MX, where you can import Tag Library > Definitions > (like c.tld). That's kind of buggy, though... > > Personally, I use UltraEdit (http://www.ultraedit.com). If you're > interested, I can then send you a syntax highlighting > definition for JSTL. > > Best regards, > Eric > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Montag, 11. August 2003 14:42 > To: [EMAIL PROTECTED] > Subject: Editor > > > Hi, > > Can you recomend me some editor which reckognize jstl tags? > > thanks, > lukas > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
