Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] JSDT enhancements

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 <john@xxxxxxxxxx> wrote:
On Thu, Dec 6, 2012 at 9:54 PM, Nitin Dahyabhai <nitind@xxxxxxxxxx> 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@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/wtp-dev

--
John Peberdy
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev



--
Gorkem
http://www.gorkem-ercan.com

Back to the top