Remove debug messages
parent
f044b47e96
commit
93c3dcf19b
|
@ -4,6 +4,7 @@
|
|||
- maybe simplify list into displaying list a sequence of strings
|
||||
- nested presentation mouse over is not right
|
||||
- ui quick start doc
|
||||
- document the UI workspace entirely!
|
||||
- x11: scroll up/down wiggles caret
|
||||
- slider needs to be modelized
|
||||
- some way of intercepting all gestures
|
||||
|
@ -12,6 +13,7 @@
|
|||
- help search looks funny
|
||||
- menus should not require mouse to be held
|
||||
- tab completion: add a USE: if necessary
|
||||
- reloading buttons.factor fails
|
||||
|
||||
+ ui:
|
||||
|
||||
|
|
|
@ -51,8 +51,8 @@ M: presentation ungraft* ( presentation -- )
|
|||
presentation H{
|
||||
{ T{ button-up } [ [ invoke-presentation ] if-clicked ] }
|
||||
{ T{ button-down f f 3 } [ [ operations-menu ] if-clicked ] }
|
||||
{ T{ mouse-leave } [ global [ dup short. flush ] bind dup hide-mouse-help button-update ] }
|
||||
{ T{ mouse-enter } [ global [ dup short. flush ] bind dup show-mouse-help button-update ] }
|
||||
{ T{ mouse-leave } [ dup hide-mouse-help button-update ] }
|
||||
{ T{ mouse-enter } [ dup show-mouse-help button-update ] }
|
||||
} set-gestures
|
||||
|
||||
! Presentation help bar
|
||||
|
|
Loading…
Reference in New Issue