Handbook
Glossary
source-file-renderer
Vocabulary
ui
.
tools
.
error-list
Definition
IN:
ui.tools.error-list
SINGLETON:
source-file-renderer
Methods
USING:
kernel
ui.gadgets.tables
ui.tools.error-list
;
M:
source-file-renderer
column-alignment
drop
{
0 0 1
}
;
USING:
kernel
ui.gadgets.tables
ui.tools.error-list
;
M:
source-file-renderer
column-titles
drop
{
""
"File"
"Errors"
}
;
USING:
kernel
ui.gadgets.tables
ui.tools.error-list
;
M:
source-file-renderer
filled-column
drop
1
;
USING:
arrays
kernel
ui.gadgets.tables
ui.tools.error-list
;
M:
source-file-renderer
prototype-row
drop
source-file-icon
""
""
3array
;
USING:
combinators.smart
kernel
math.parser
sequences
source-files.errors.debugger
ui.gadgets.tables
ui.tools.error-list
;
M:
source-file-renderer
row-columns
drop
first2
[
[
source-file-icon
]
[
+listener-input+
or
]
[
length
number>string
]
tri*
]
output>array
;
USING:
io.pathnames
kernel
sequences
ui.gadgets.tables
ui.tools.error-list
;
M:
source-file-renderer
row-value
drop
dup
[
first
[
<pathname>
]
[
f
]
if*
]
when
;
USING:
kernel
ui.gadgets.tables
ui.tools.error-list
;
M:
source-file-renderer
row-value?
row-value
=
;