On 10 Sep 2015, at 12:10, Yuriy Tymchuk <yuriy.tymchuk@me.com> 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) and of course, this is the way to go :) Esteban
Uko
On 10 Sep 2015, at 12:01, Stephan Eggermont <stephan@stack.nl> 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