Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » org.eclipse.wst.javascript.core plugin
org.eclipse.wst.javascript.core plugin [message #227724] Thu, 12 February 2009 04:47 Go to next message
Eclipse UserFriend
I was using jsparser from org.eclipse.wst.javascript.core plugin but that
is getting removed from the eclipse 3.5 version. Any one knows the
substitute for this plugin specially for parsing?
Re: org.eclipse.wst.javascript.core plugin [message #229592 is a reply to message #227724] Wed, 25 March 2009 14:03 Go to previous message
Eclipse UserFriend
Sarika wrote:
> I was using jsparser from org.eclipse.wst.javascript.core plugin but
> that is getting removed from the eclipse 3.5 version. Any one knows the
> substitute for this plugin specially for parsing?

We're not providing one for parsing. You can use
org.eclipse.wst.jsdt.core.JavaScriptCore.createCompilationUn itFrom(IFile)
to create the JSDT representation of the file, however, and work
with that.

--
Nitin Dahyabhai
Eclipse WTP Source Editing
IBM Rational
Previous Topic:how to remove faulty parts of Jsdt
Next Topic:XML Formatting after Template insertion
Goto Forum:
  


Current Time: Wed Jul 23 15:17:21 EDT 2025

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

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

Back to the top