Iâve made a prototype, and it seems to work well, though Iâd really like if Franck or Esteban can take a look. https://pharo.fogbugz.com/f/cases/16475/Nautilus-sends-too-many-announcement... <https://pharo.fogbugz.com/f/cases/16475/Nautilus-sends-too-many-announcement...> Cheers. Uko
On 04 Sep 2015, at 10:25, stepharo <stepharo@free.fr> wrote:
I will not reply publicly on the true reason of that situation :) Now what we should do is to continue to simplify the code of Nautilus (we made great steps with Franck). And yuriy if you have some fixes please let us know.
Stef
Le 4/9/15 09:22, Yuriy Tymchuk a écrit :
Hi,
I find announcements in Nautilus a bit strange. I guess you are familiar with QualityAssistant. To display the critics about the currently selected entity I need to know which one is selected. There is NautilusMethodSelected and NautilusClassSelected announcements. But here is a small detail, if you select a method, both of them are fired i.e. for the methodâs class and the method itself. For me it does not make any sense because I need to show critics only for currently selected source code.
Moreover if I need to show something about the class while a method is selected, I can just ask the method for its class, right?
Does anybody need this double announcing? (Maybe it is quadruple, I havenât checked for a package and protocol)
Cheers! Uko