Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] GSoC code competion commits

Hi Martin,

Having a new interface for ICompletionAnalyzer would be a better option. The scripting service is actually a singleton, hidden behind an eclipse service. So it is a single point we need to change here. Yet I am not sure, why you would need different analyzers for different languages. First your GSoC target is javascript only, but I am glad that you already think about other languages. still I guess the relevant syntax to be parsed does not look different for eg. python. Still if you need that interface, make a new one and do not merge it with the ModuleWrapper.

--
Christian



Back to the top