ui.tools.error-list vocabulary
Factor handbook ยป Vocabulary index


Documentation
UI error list tool

Metadata
Authors:Slava Pestov


Words

Tuple classes
ClassSuperclassSlots
error-display track
error-list-gadget toolvisible-errors source-file error error-toggle source-file-table error-table error-display


Singleton classes
error-list-updater
error-renderer
source-file-renderer


Symbol words
error-list-model


Ordinary words
WordStack effect
<checkboxes>( alist -- gadget )
<error-display>( error-list -- gadget )
<error-list-gadget>( model -- gadget )
<error-list-toolbar>( error-list -- toolbar )
<error-model>( visible-errors model -- model' )
<error-table-model>( error-list -- model )
<error-table>( error-list -- table )
<error-toggle>( -- model gadget )
<source-file-model>( model -- model' )
<source-file-table>( error-list -- table )
com-edit( error-display -- )
com-help( error-display -- )
com-inspect( error-display -- )
error-icon( type -- image-name )
error-list-help( -- )
error-list-window( -- )
file-matches?( error pathname/f -- ? )
show-error-list( -- )
sort-errors( seq -- seq' )
source-file-icon( -- value )


Class predicate words
WordStack effect
error-display?( object -- ? )
error-list-gadget?( object -- ? )
error-list-updater?( object -- ? )
error-renderer?( object -- ? )
source-file-renderer?( object -- ? )


Files


Metadata files


Children from resource:basis
VocabularySummary
ui.tools.error-list.icons