]> gitweb.factorcode.org Git - factor.git/commitdiff
Document the 'ui' word
authorslava <slava@factorcode.org>
Thu, 14 Dec 2006 04:51:28 +0000 (04:51 +0000)
committerslava <slava@factorcode.org>
Thu, 14 Dec 2006 04:51:28 +0000 (04:51 +0000)
TODO.txt
core/ui/ui.facts [new file with mode: 0644]

index eec896c5b98ac92530daad47e3b10ac01c8b92d3..219b0c0e3500e4b1e103af621b9c30ebb1639e5f 100644 (file)
--- 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 (file)
index 0000000..9ed0625
--- /dev/null
@@ -0,0 +1,5 @@
+IN: gadgets
+
+HELP: ui
+{ $description "Starts the Factor UI." }
+{ $see-also tty } ;