On Thu, Dec 6, 2012 at 9:54 PM, Nitin Dahyabhai <[email protected]> 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 > [email protected] > https://dev.eclipse.org/mailman/listinfo/wtp-dev -- John Peberdy _______________________________________________ wtp-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/wtp-dev
