Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » getting started with adding custom library support to JSDT
getting started with adding custom library support to JSDT [message #660834] Mon, 21 March 2011 16:39 Go to next message
Eclipse UserFriend
Hi

Are there any pointers for getting started with adding custom library
support to JSDT?

BTW does anybody know about a jQuery plugin for JSDT?

Cheers
Philippe
Re: getting started with adding custom library support to JSDT [message #661296 is a reply to message #660834] Wed, 23 March 2011 21:38 Go to previous messageGo to next message
Eclipse UserFriend
On 3/21/2011 4:39 PM, Philippe Marschall wrote:
> Are there any pointers for getting started with adding custom library
> support to JSDT?
>
> BTW does anybody know about a jQuery plugin for JSDT?

Eerily timed, but I'd keep an eye out for the slides and notes from
https://www.eclipsecon.org/submissions/2011/view_talk.php?id =2187 .


--
Nitin Dahyabhai
Eclipse WTP Source Editing and JSDT
IBM Rational
Re: getting started with adding custom library support to JSDT [message #665938 is a reply to message #661296] Mon, 18 April 2011 05:05 Go to previous messageGo to next message
Eclipse UserFriend
On 03/24/2011 02:38 AM, Nitin Dahyabhai wrote:
> On 3/21/2011 4:39 PM, Philippe Marschall wrote:
>> Are there any pointers for getting started with adding custom library
>> support to JSDT?
>>
>> BTW does anybody know about a jQuery plugin for JSDT?
>
> Eerily timed, but I'd keep an eye out for the slides and notes from
> https://www.eclipsecon.org/submissions/2011/view_talk.php?id =2187 .

The presentation just mentions two extension points (documentationReader
and inferenceSupport) without providing many examples. Experimenting
with those two I couldn't achieve good results. inferenceSupport didn't
allow me to model global objects and documentationReader didn't allow me
to remove documentation from the globalVariableInitializer script.

I had much more success generating jsdoc and using a
globalVariableInitializer.

Some context of what I'm trying to achieve:
I have a library that has global objects with types and documentation
defined in an XML file. All I'm really trying to achieve is tell JSDT
about these global objects, their functions, properties, documentation
and so forth. Generating jsdoc from the XML yields OK results.

Cheers
Philippe
Re: getting started with adding custom library support to JSDT [message #666731 is a reply to message #665938] Thu, 21 April 2011 21:48 Go to previous message
Eclipse UserFriend
Examples would be the public subclasses and implementors of the required interface, org.eclipse.wst.jsdt.core.infer.InferrenceProvider .

What's this about removing documentation?
Previous Topic:JSP not recompiled on change in Java file
Next Topic:JSP: Tag library Intellisense problem in Eclipse 3.6 Helios
Goto Forum:
  


Current Time: Sat Aug 30 21:52:18 EDT 2025

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

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

Back to the top