> On 30 Dec 2016, at 19:18, Denis Kudriashov <[email protected]> wrote: > > Hi Yuriy > > 2016-12-30 8:29 GMT+01:00 Yuriy Tymchuk <[email protected] > <mailto:[email protected]>>: > Wow, Denis, this is super cool! I really like that you have these “New > method” tabs because I find it super confusing that you have to either select > no methods or change the existing method to create a new one. > > I would be really happy on any feedback about the Renraku (critiques model) > integration as I want to make it easily usably by any tool, and feedback from > tool developers is very valuable. > > Now critiques are only supported as in MessageBrowser because it was just one > line of code.
By the way, for classes it works in the same way. In fact the method the annotates a text model is defined in object, so theoretically every object that can produce critiques (renraku properties in general) can add then to a text area. > > To support Nautilus style (footer pane) we first need to decide who is > responsible for it. Because In Calypso there are two ways how to achieve it: > it could be part of method/class editor tool or it could be global browser > footer pane independent from tabs. So it needs some analysis. > For example first way will hide critiques when user switch to comment tab or > other tab which is not method/class editor. Is it desired or not? And what is > desired? I don’t think that we have to have a list at the bottom, but what we can do is to make some plugins that will show all the critiques for a class or package, etc… > > Another thing from you which I want support is matcher/rewriter tool. I > opened issue for this https://github.com/dionisiydk/Calypso/issues/10. > <https://github.com/dionisiydk/Calypso/issues/10.> I can help you with this :) > > Anyway all these features require documentation from me on how extend things. > It is first in my todo.
