forgot to remove my own debug stuff
original commit: a804b7c36bc32ba740ad45aab6086c92bbbef72f
This commit is contained in:
parent
f0f8218cef
commit
73c8cbf194
|
@ -6,8 +6,7 @@
|
||||||
(lib "mred.ss" "mred")
|
(lib "mred.ss" "mred")
|
||||||
(lib "list.ss")
|
(lib "list.ss")
|
||||||
(lib "contract.ss")
|
(lib "contract.ss")
|
||||||
"interface.ss"
|
"interface.ss")
|
||||||
(lib "debug.ss" "mike-lib"))
|
|
||||||
|
|
||||||
;; a snip
|
;; a snip
|
||||||
(define snip? (is-a?/c snip%))
|
(define snip? (is-a?/c snip%))
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
(require
|
(require
|
||||||
"../aligned-editor-container.ss"
|
"../aligned-editor-container.ss"
|
||||||
"../aligned-pasteboard.ss"
|
"../aligned-pasteboard.ss")
|
||||||
(lib "debug.ss" "mike-lib"))
|
|
||||||
|
|
||||||
(define my-string-snip%
|
(define my-string-snip%
|
||||||
(class string-snip%
|
(class string-snip%
|
||||||
|
@ -20,4 +19,4 @@
|
||||||
(send pb insert (new my-string-snip% (label "Long snip")))
|
(send pb insert (new my-string-snip% (label "Long snip")))
|
||||||
(send pb insert (new my-string-snip% (label "Longer snip")))
|
(send pb insert (new my-string-snip% (label "Longer snip")))
|
||||||
(send e insert s)
|
(send e insert s)
|
||||||
(send f show #t)
|
(send f show #t)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user