diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-11-20 00:51:30 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-11-20 00:51:30 +0000 |
commit | c2e5a2396cb91b08f30d841e37f91854abc6d167 (patch) | |
tree | 445f0b2f0a8b7f45d9a6237f6ad7c8bdfbd4dcb9 /externals/loaders/TODO | |
parent | 08c28112f8cc20f9b7d45dd417718996a7ca0d4b (diff) |
first functional example, it worked in the test at least, time to test some more
svn path=/trunk/; revision=6328
Diffstat (limited to 'externals/loaders/TODO')
-rw-r--r-- | externals/loaders/TODO | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/externals/loaders/TODO b/externals/loaders/TODO new file mode 100644 index 00000000..6f31db98 --- /dev/null +++ b/externals/loaders/TODO @@ -0,0 +1,25 @@ + +- implement [classpath] which adds a path to the global path, like what + [declare -stdpath] does. The idea is that the global path serves as a + Java-style classpath. and the local path serves as the namespace. + + - inlet accepts bang to output classpath on outlet + - inlet accepts messages to add items to the classpath + - follows same interface as [textfile], [qlist] + +- implement [import] which adds the libdir path to the canvas path, similar + [declare -lib] does, except that it only looks in the global path (aka + classpath) + + - inlet accepts bang to output canvas path on outlet + - inlet accepts messages to add items to the canvas path + - follows same interface as [textfile], [qlist] + +- make [libdir] load libdirs when they are called with [import] and [declare + -lib] and [declare -stdlib]. + +- [libdir] loader should only add the libdir to the helppath, not the + additional doc/5.reference path to the helppath. The idea is that libdirs + are self-contained. + + |