diff --git a/TODO.FACTOR.txt b/TODO.FACTOR.txt index 1a33ba4525..25aeb5a642 100644 --- a/TODO.FACTOR.txt +++ b/TODO.FACTOR.txt @@ -1,5 +1,3 @@ -- bitwise operations -- clone-hashtable - sidekick: error source not removed - lineno/file for native - jedit for native with socket communication @@ -8,7 +6,6 @@ - maple-like: press enter at old commands to evaluate there - sending ^C on socket - read# -- describe-word - enforce bottom-up in native bootstrap - standalone listener input style - log-client: fix for native @@ -32,8 +29,11 @@ + listener/plugin: +- auto insert USE: +- why > 1 popup - listener backspace overzealous - lineno/file for shuffle defs +- completion popups for shuffle defs - balance needs USE: - completion: enter no good - completion: don't show automatically @@ -47,6 +47,7 @@ - postpone errors until actual read/write op - multitasking - parsing should be parsing +- better error reporting + JVM compiler: diff --git a/doc/plugin.html b/doc/plugin.html index eda2db1dba..189715d272 100644 --- a/doc/plugin.html +++ b/doc/plugin.html @@ -47,6 +47,11 @@ The Factor plugin adds a menu to jEdit's Plugins menu with the following
~/.factor-rc to point to the location of the library sources:
+
+"/home/slava/Factor/" "resource-path" set+
~/.factor-rc:
-
-USE: jedit- -You can then jump to a word definition using the
jedit word in the Factor interpreter:
-
-"numbers-game" jedit- -For this to work with words defined in the standard library, you must set the "resource-path" variable in your
~/.factor-rc to point to the location of the library sources:
-
-"/home/slava/Factor/" "resource-path" set-