Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Editor code completion

review done, code merged. Can't say that I am blocking you guys :)

Christian

Am 17.08.2015 um 21:07 schrieb Martin Kloesch:
Hi,

I added the getDescription method and use it to create the String that you get via the IContentProposals. I currently create it only for the ICompletionSources that are returned when calculations are created, because I think they will not be necessary any other place. Since the call-chain is just used internally to get the class for the look-up with the filter I do not see a reason to compute them there. If you need them in the call-chain as well I will calculate them for every entry.

I already pushed the code and  hope that the review is done soon so that you can continue your work there.


Back to the top