diff --git a/TODO.txt b/TODO.txt index eec896c5b9..219b0c0e35 100644 --- a/TODO.txt +++ b/TODO.txt @@ -7,6 +7,17 @@ + 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 - grid-lines are rendered incorrectly - interactor: show stack effect for word at caret in status bar diff --git a/core/ui/ui.facts b/core/ui/ui.facts new file mode 100644 index 0000000000..9ed06252e4 --- /dev/null +++ b/core/ui/ui.facts @@ -0,0 +1,5 @@ +IN: gadgets + +HELP: ui +{ $description "Starts the Factor UI." } +{ $see-also tty } ;