Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Web Tools Project (WTP) » JavaScript JSDock provider
Re: JavaScript JSDock provider [message #1019994 is a reply to message #1019566] Sun, 17 March 2013 00:33 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1019998 is a reply to message #1019566] Sun, 17 March 2013 00:24 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Check http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 for information on how to add an infer engine (yes, the AST gives you access to the code and the parser the comments) and how to contribute a provider to look up your documentation and format it for viewing.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1019999 is a reply to message #1019566] Sun, 17 March 2013 00:27 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020000 is a reply to message #1019566] Sun, 17 March 2013 00:28 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020001 is a reply to message #1019566] Sun, 17 March 2013 00:33 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020005 is a reply to message #1019566] Sun, 17 March 2013 00:24 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Check http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 for information on how to add an infer engine (yes, the AST gives you access to the code and the parser the comments) and how to contribute a provider to look up your documentation and format it for viewing.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020006 is a reply to message #1019566] Sun, 17 March 2013 00:27 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020007 is a reply to message #1019566] Sun, 17 March 2013 00:28 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020008 is a reply to message #1019566] Sun, 17 March 2013 00:33 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020012 is a reply to message #1019566] Sun, 17 March 2013 00:24 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Check http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 for information on how to add an infer engine (yes, the AST gives you access to the code and the parser the comments) and how to contribute a provider to look up your documentation and format it for viewing.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020013 is a reply to message #1019566] Sun, 17 March 2013 00:27 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020014 is a reply to message #1019566] Sun, 17 March 2013 00:28 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020015 is a reply to message #1019566] Sun, 17 March 2013 00:33 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020019 is a reply to message #1019566] Sun, 17 March 2013 00:24 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Check http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 for information on how to add an infer engine (yes, the AST gives you access to the code and the parser the comments) and how to contribute a provider to look up your documentation and format it for viewing.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020020 is a reply to message #1019566] Sun, 17 March 2013 00:27 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020021 is a reply to message #1019566] Sun, 17 March 2013 00:28 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020022 is a reply to message #1019566] Sun, 17 March 2013 00:33 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020026 is a reply to message #1019566] Sun, 17 March 2013 00:24 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Check http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 for information on how to add an infer engine (yes, the AST gives you access to the code and the parser the comments) and how to contribute a provider to look up your documentation and format it for viewing.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020027 is a reply to message #1019566] Sun, 17 March 2013 00:27 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020028 is a reply to message #1019566] Sun, 17 March 2013 00:28 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020029 is a reply to message #1019566] Sun, 17 March 2013 00:33 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020033 is a reply to message #1019566] Sun, 17 March 2013 00:24 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Check http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 for information on how to add an infer engine (yes, the AST gives you access to the code and the parser the comments) and how to contribute a provider to look up your documentation and format it for viewing.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020034 is a reply to message #1019566] Sun, 17 March 2013 00:27 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020035 is a reply to message #1019566] Sun, 17 March 2013 00:28 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020036 is a reply to message #1019566] Sun, 17 March 2013 00:33 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020040 is a reply to message #1019566] Sun, 17 March 2013 00:24 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Check http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 for information on how to add an infer engine (yes, the AST gives you access to the code and the parser the comments) and how to contribute a provider to look up your documentation and format it for viewing.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020041 is a reply to message #1019566] Sun, 17 March 2013 00:27 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020042 is a reply to message #1019566] Sun, 17 March 2013 00:28 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020043 is a reply to message #1019566] Sun, 17 March 2013 00:33 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020047 is a reply to message #1019566] Sun, 17 March 2013 00:24 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Check http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 for information on how to add an infer engine (yes, the AST gives you access to the code and the parser the comments) and how to contribute a provider to look up your documentation and format it for viewing.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020048 is a reply to message #1019566] Sun, 17 March 2013 00:27 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020049 is a reply to message #1019566] Sun, 17 March 2013 00:28 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020050 is a reply to message #1019566] Sun, 17 March 2013 00:33 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020054 is a reply to message #1019566] Sun, 17 March 2013 00:24 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Check http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 for information on how to add an infer engine (yes, the AST gives you access to the code and the parser the comments) and how to contribute a provider to look up your documentation and format it for viewing.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020055 is a reply to message #1019566] Sun, 17 March 2013 00:27 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020056 is a reply to message #1019566] Sun, 17 March 2013 00:28 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020057 is a reply to message #1019566] Sun, 17 March 2013 00:33 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020061 is a reply to message #1019566] Sun, 17 March 2013 00:24 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Check http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 for information on how to add an infer engine (yes, the AST gives you access to the code and the parser the comments) and how to contribute a provider to look up your documentation and format it for viewing.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020062 is a reply to message #1019566] Sun, 17 March 2013 00:27 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Re: JavaScript JSDock provider [message #1020063 is a reply to message #1019566] Sun, 17 March 2013 00:28 Go to previous messageGo to previous message
Nitin Dahyabhai is currently offline Nitin Dahyabhai
Messages: 1853
Registered: July 2009
Senior Member
Yes, check the slides of http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2187 , although you can't change the actual parser without forking (JSDoc comments are the only ones stored on the AST directly). You'll want to add an infer engine that processes your JSDuck comments as well as a documentation provider to help show them to the user.
--
---
Nitin Dahyabhai
Eclipse WTP, IBM


---
Nitin Dahyabhai
Eclipse WTP, IBM
Previous Topic:JSDT Arrays Code Completion
Next Topic:JavaScript formatter and comma separated vars
Goto Forum:
  


Current Time: Thu May 23 18:22:26 EDT 2013

Powered by FUDForum. Page generated in 0.03794 seconds