Hi Gorkem, The modified Rhino is here: https://bitbucket.org/nexj/rhino-njsdoc
These last few weeks I haven't had time to work on this but today I've also put the JSDT code online. To take a look at the code including the JSDT enhancements: * Clone the standard JSDT repositories * Clone this Mercurial repository: https://bitbucket.org/nexj/njsdoc-build - it includes NJSDoc and Rhino-NJSDoc as sub-repositories - import this Eclipse project into your workspace (as it includes sub repositories it has to be cloned on the command line rather than MercurialEclipse currently) * For webtools.jsdt.core repository get the 'njsdoc' branch from here https://bitbucket.org/nexj/webtools.jsdt.core and switch to the njsdoc branch There is more information here: https://bitbucket.org/nexj/webtools.jsdt.core/src/njsdoc By the way, here are some images of the current state of editor support: http://imgur.com/a/G6Zxe Cheers John On Tue, Dec 11, 2012 at 10:51 AM, Gorkem Ercan <ger...@acm.org> wrote: > Hi John, > This is very interesting to me and I was trying to give your solution a try. > Do you have any instructions on how we can evaluate/contribute to this work. > I can get the NJSDoc code easily but no idea how to get the modified Rhino. > -- > Gorkem > > > On Fri, Dec 7, 2012 at 8:59 PM, John Peberdy <j...@peberdy.ca> wrote: >> >> On Thu, Dec 6, 2012 at 9:54 PM, Nitin Dahyabhai <nit...@us.ibm.com> wrote: >> > John, >> > We're looking forward to seeing how well it all works. I'm particularly >> > interested in how/where/if those manual hints are stored between editor >> > sessions. >> >> Hi Nitin, >> I've implemented this type hinting technique in my employer's Scheme >> editor and using it we found it wasn't really necessary to persist the >> hints because one can apply them very quickly. Persisting them across >> edits will be interesting though. In my previous implementation the >> AST was reconciled incrementally so the hints could be stored on AST >> nodes. Implementing incremental AST reconciliation is tricky so in >> JSDT I'll store them differently. >> >> Regards >> John >> >> > Regards, >> > --- >> > Nitin Dahyabhai >> > Eclipse WTP Source Editing and JSDT >> > IBM Rational >> > >> > _______________________________________________ >> > wtp-dev mailing list >> > wtp-dev@eclipse.org >> > https://dev.eclipse.org/mailman/listinfo/wtp-dev >> >> -- >> John Peberdy >> _______________________________________________ >> wtp-dev mailing list >> wtp-dev@eclipse.org >> https://dev.eclipse.org/mailman/listinfo/wtp-dev > > > > > -- > Gorkem > http://www.gorkem-ercan.com > > _______________________________________________ > wtp-dev mailing list > wtp-dev@eclipse.org > https://dev.eclipse.org/mailman/listinfo/wtp-dev > -- John Peberdy _______________________________________________ wtp-dev mailing list wtp-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/wtp-dev