unison icon indicating copy to clipboard operation
unison copied to clipboard

The numbering in ucm doesn't always match up with the terms

Open alvaroc1 opened this issue 3 years ago • 0 comments

I selected to view 1 as suggested by UCM, but it actually showed the 3rd term, not the first.

.alvaro> dependents canvas.Canvas.drawOld

  Dependents of #gok8jhp4nk:
  
       Name                        Reference
    1. anim.runSimple              #ch6eiba8gg
    2. animations.basicWidget.view #gol6j462kk
    3. canvas.Canvas.doc           #19i67qmeij
    4. canvas.spriteBuffer         #ttbagg94t3
    5. canvas.spriteBuffer2        #1dlorrujuc
    6. clarity.drawSingleDrawing   #fns5662nm3
    7. drawings.car.main           #q6q4317m7r
    8. drawings.happyFace.main     #p46672e576
    9. reversi.widget.view         #u3l0gg1u5a
  
  Tip: Try `view 1` to see the source of any numbered item in the above list.

.alvaro> view 1

  canvas.Canvas.doc : Doc
  canvas.Canvas.doc =
    {{ Ability to execute {type CanvasCommand}s onto a canvas.
    
    # Common Functions -
    
          @signatures{draw, Canvas.size, Canvas.copy} }}

alvaroc1 avatar Jul 20 '22 21:07 alvaroc1