diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-07 16:57:22 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-07 16:57:22 +0000 |
commit | 8962b1a80a85ca751ac4fab5b2d9e09fae6fd6d0 (patch) | |
tree | 37d68c7554277fd138cde29f1f7e63b501c2e82f /externals/loaders/TODO | |
parent | 6a9822027b4ad280da877bc200e75e713869cad9 (diff) |
reorganized libdir loader into its own folder based on the Makefile library template
svn path=/trunk/; revision=13981
Diffstat (limited to 'externals/loaders/TODO')
-rw-r--r-- | externals/loaders/TODO | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/externals/loaders/TODO b/externals/loaders/TODO deleted file mode 100644 index e8c3c4da..00000000 --- a/externals/loaders/TODO +++ /dev/null @@ -1,26 +0,0 @@ - -- 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. - - -- test binary on 0.41 test |