[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: Newbie: Supporting Active Server Pages (ASP)

Mike McKee wrote:
I'm a JSP and ASP web developer. What do I need to read, what do I need to click on, how in general does one change Eclipse so that it supports text colorizing and intellisense for ASP just like it does for JSP?

Eclipse Platform and anything on the eclipse.org does nothing with JSP!

For instance, typing "Response." should show the methods possible with the Response object in ASP. Also, when I use <%=, <%, and %>, along with HTML text, I want to colorize these to separate what they are, and I want to colorize statements differently. Essentially, I want some of the more basic luxuries I have with JSP in ASP -- even if I have to code it myself.

SolarEclipse (http://solareclipse.sourceforge.net) does syntax highlighting for JSP. ASP is not very much differrent so you could look into SolarEclipse sources...