ui.tools.listener: selecting a word from a completion popup now behaves like a USE: followed by a FROM:
parent
db3991125f
commit
a716e4cddb
|
|
@ -304,7 +304,8 @@ M: listener-operation invoke-command ( target command -- )
|
|||
: use-if-necessary ( word manifest -- )
|
||||
2dup [ vocabulary>> ] dip and [
|
||||
manifest [
|
||||
vocabulary>> use-vocab
|
||||
[ vocabulary>> use-vocab ]
|
||||
[ dup name>> associate use-words ] bi
|
||||
] with-variable
|
||||
] [ 2drop ] if ;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue