ui.tools.listener vocabulary - Factor Documentation (original) (raw)

ui.tools.listener vocabulary
Factor handbook » Vocabulary index

Documentation
UI listener

Metadata

Parents: ui.tools
Tags: tools
Authors: Slava Pestov

Words

Tuple classes

Class Superclass Slots
interactor source-editor output history flag mailbox thread waiting token-model word-model popup
listener-gadget tool error-summary output scroller input

Generic words

Word Stack effect
(print-input) ( object -- )
(word-at-caret) ( token completion-mode -- obj )
listener-input ( obj -- )

Symbol words

interactor-style
listener-input-style
listener-output-style
listener-word-style

Ordinary words

Word Stack effect
(call-listener) ( quot command listener -- )
(get-listener) ( quot -- listener )
( error continuation interactor -- popup )
( -- gadget )
( -- gadget )
( -- listener )
( interactor -- model )
add-listener-area ( listener -- listener )
call-listener ( quot command -- )
clear-output ( listener -- )
clear-stack ( listener -- )
com-auto-use ( -- )
com-end ( listener -- )
com-file-drop ( -- files )
com-help ( -- )
debugger-popup ( interactor error continuation -- )
delete-next-character/eof ( interactor -- )
do-recall? ( table error -- ? )
error-summary. ( -- )
eval-listener ( string -- )
evaluate-input ( interactor -- )
frame-debugger ( debugger -- labeled )
get-listener ( -- listener )
get-ready-listener ( -- listener )
go-to-error ( interactor error -- )
init-error-summary ( listener -- listener )
init-input/output ( listener -- listener )
interactor-busy? ( interactor -- ? )
interactor-continuation ( interactor -- continuation )
interactor-continue ( obj interactor -- )
interactor-eof ( interactor -- )
interactor-finish ( interactor -- )
interactor-font ( -- font )
interactor-operation ( gesture interactor -- ? )
interactor-read ( interactor -- lines )
interactor-yield ( interactor -- obj )
introduction. ( -- )
listener-busy? ( listener -- ? )
listener-run-files ( seq -- )
listener-streams ( listener -- input output )
listener-thread ( listener -- )
listener-window ( -- )
listener-window* ( -- listener )
make-restart-hook-quot ( error interactor -- quot )
print-input ( object interactor -- )
quot-action ( interactor -- lines )
recall-lexer-error ( interactor error -- )
register-self ( interactor -- )
restart-listener ( listener -- )
set-listener-font ( family size -- )
show-listener ( -- )
start-listener-thread ( listener -- )
try-parse ( lines -- quot/f )
use-if-necessary ( word manifest -- )
wait-for-listener ( listener -- )
word-at-caret ( token interactor -- obj )

Class predicate words

Word Stack effect
interactor? ( object -- ? )
listener-gadget? ( object -- ? )

Files

resource:basis/ui/tools/listener/listener.factor
resource:basis/ui/tools/listener/listener-docs.factor
resource:basis/ui/tools/listener/listener-tests.factor

Metadata files

resource:basis/ui/tools/listener/authors.txt
resource:basis/ui/tools/listener/summary.txt
resource:basis/ui/tools/listener/tags.txt

Children from resource:basis

Vocabulary Summary
ui.tools.listener.completion
ui.tools.listener.history
ui.tools.listener.popups

Children from resource:extra

Vocabulary Summary
ui.tools.listener.log