Document the 'ui' word
parent
b4dda1b0a5
commit
d268551564
11
TODO.txt
11
TODO.txt
|
@ -7,6 +7,17 @@
|
||||||
|
|
||||||
+ 0.88:
|
+ 0.88:
|
||||||
|
|
||||||
|
- poorly documented vocabs:
|
||||||
|
- alien
|
||||||
|
- assembler
|
||||||
|
- cocoa
|
||||||
|
- command-line
|
||||||
|
- compiler
|
||||||
|
- completion
|
||||||
|
- image
|
||||||
|
- interpreter
|
||||||
|
- objc
|
||||||
|
- optimizer
|
||||||
- calling 'see' with an nonexistent method should be an error
|
- calling 'see' with an nonexistent method should be an error
|
||||||
- grid-lines are rendered incorrectly
|
- grid-lines are rendered incorrectly
|
||||||
- interactor: show stack effect for word at caret in status bar
|
- interactor: show stack effect for word at caret in status bar
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
IN: gadgets
|
||||||
|
|
||||||
|
HELP: ui
|
||||||
|
{ $description "Starts the Factor UI." }
|
||||||
|
{ $see-also tty } ;
|
Loading…
Reference in New Issue