Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] Getting type information?

Johan Compagner wrote:
What you want "Adobe InDesign API known to the DLTK JavaScript IDE" is what we already do and what dltk already supports Look at the dom.support javascript plugin there you can insert your own Dom/Api
see IDesignTimeDOMProvider and IProposalHolder

Hello Johan,

while starting small and aiming to deal with completions in JavaScript, Python and Tcl with as much shared code/functionality as possible, I guess the point where one hooks information about third party APIs into DLTK based engines is where this sharing may find an end. So the information you provided is most appreciated, thank you.

I still have completions based on adding "project files" (*.js, *.py, *.tcl) which describe the API spooking through my head, but I guess that approach will only be used to allow people with unsupported editors to perform a minimum of code completion for the static API parts.



With best regards

Clemens Anhuth



Back to the top