> On 10 Sep 2015, at 12:21, Esteban Lorenzano <[email protected]> wrote: > > >> On 10 Sep 2015, at 12:10, Yuriy Tymchuk <[email protected]> wrote: >> >> Thanks, I’ll take a look on that. What would be interesting is to add a >> stripe like line numbers but with critic indicators. Do you know how this >> should work? > > no idea, nut I know it is possible (through a decorator, I think)
Whom can I ask? Alain? Franck? Uko > and of course, this is the way to go :) > > Esteban > >> >> Uko >> >>> On 10 Sep 2015, at 12:01, Stephan Eggermont <[email protected]> wrote: >>> >>> On 10-09-15 11:41, Yuriy Tymchuk wrote: >>>> Ideally I want it to be embedded into rubric representation. But I don’t >>>> know where to start with that. >>> >>> Add an instance variable qualitySummary to NautilusAnnotationDisplayer. >>> >>> add qualitySummary := self qualitySummaryMorph to noteNewOwner: aMorph >>> >>> in qualitySummaryMorph, return a morph that draws the summary and reacts to >>> click by opening the QA panel. >>> >>> Stephan >>> >>> >> >> > >
