Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » JavaScript editor extension points
JavaScript editor extension points [message #163197] Wed, 08 March 2006 06:48 Go to next message
Eclipse UserFriend
Originally posted by: jstritar.mit.edu

I have a Java program that performs additional checking of JavaScript
files, and I'm trying to port it over to Eclipse. I'd like to build it on
top of WTP so that I don't have to handle all the syntax highlighting. My
plugin will basically underline certain words and place markers along the
side of the editor. I'm having trouble identifying the right extension
point to use. Can anyone gear me in the right direction?

Jon
Re: JavaScript editor extension points [message #164966 is a reply to message #163197] Mon, 27 March 2006 05:29 Go to previous message
David Williams is currently offline David WilliamsFriend
Messages: 722
Registered: July 2009
Senior Member
On Wed, 08 Mar 2006 01:48:34 -0500, Jon Stritar <jstritar@mit.edu> wrote:

> I have a Java program that performs additional checking of JavaScript
> files, and I'm trying to port it over to Eclipse. I'd like to build it on
> top of WTP so that I don't have to handle all the syntax highlighting. My
> plugin will basically underline certain words and place markers along the
> side of the editor. I'm having trouble identifying the right extension
> point to use. Can anyone gear me in the right direction?
>
> Jon
>
>

I'll give a hint .. one is called something like sourceValidtor and the other validator.
The former does the "as you type" kind, the other work in "batch mode" when you save or import the file.
Previous Topic:synchronizing web.xml with project
Next Topic:Extending XML Schema Editor
Goto Forum:
  


Current Time: Wed Apr 24 19:43:49 GMT 2024

Powered by FUDForum. Page generated in 0.04006 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top