File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
rhombus-pict-lib/rhombus/pict
shrubbery-render-lib/shrubbery/render/private Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ def (render_line,
4949 | #'identifier || #'plain: p.colorize(current_identifier_color())
5050 | #'paren: p.colorize(current_paren_color())
5151 | #'comment: p.colorize(current_comment_color())
52+ | #'lineno: beside.baseline(p.colorize("blue").scale(0.8), rtt(" "))
5253 | ~else: p
5354 ~render_in_space:
5455 fun (space, str, od,
Original file line number Diff line number Diff line change 1212 "rhombus-draw "
1313 "rhombus-lib "
1414 "rhombus-scribble-lib "
15+ "rhombus-scribble " ; for `rhombusblock_etc` reference
1516 "rhombus-slideshow " ))
1617
1718(define pkg-desc "Rhombus functional-picture library " )
Original file line number Diff line number Diff line change 1111@(namespace ~open:
1212 import:
1313 meta_label:
14- scribble/rhombus
14+ scribble/rhombus/manual open
1515 export scribble_rhombusblock_etc
1616 def scribble_rhombusblock_etc:
1717 @rhombus(rhombusblock_etc))
Original file line number Diff line number Diff line change 385385 [max-n (+ (sub1 len) number-from)])
386386 (define s (number->string n))
387387 (define max-s (number->string max-n))
388- (string-append
388+ (string-append-immutable
389389 (make-string (- (string-length max-s) (string-length s)) #\space )
390390 s
391391 " " ))))
You can’t perform that action at this time.
0 commit comments