new accessors
parent
e193548489
commit
46e9481cb6
|
@ -61,7 +61,7 @@ M: interactor ungraft*
|
|||
|
||||
M: interactor model-changed
|
||||
2dup help>> eq? [
|
||||
swap model-value over word-at-loc swap show-summary
|
||||
swap value>> over word-at-loc swap show-summary
|
||||
] [
|
||||
call-next-method
|
||||
] if ;
|
||||
|
|
|
@ -39,10 +39,10 @@ profiler-gadget "toolbar" f {
|
|||
GENERIC: profiler-presentation ( obj -- quot )
|
||||
|
||||
M: usage-profile profiler-presentation
|
||||
usage-profile-word [ usage-profile. ] curry ;
|
||||
word>> [ usage-profile. ] curry ;
|
||||
|
||||
M: vocab-profile profiler-presentation
|
||||
vocab-profile-vocab [ vocab-profile. ] curry ;
|
||||
vocab>> [ vocab-profile. ] curry ;
|
||||
|
||||
M: f profiler-presentation
|
||||
drop [ vocabs-profile. ] ;
|
||||
|
|
Loading…
Reference in New Issue