I have implemented @cl nodes in valuespace plugin, which is pretty much the same thing as it is with ILeo:
http://webpages.charter.net/edreamleo/IPythonBridge.html#cl-definitions I also decided, in the interest of "explicit is better than implicit" (and with the arrival of @cl nodes), that body would no longer be assigned as SList by default. Now, if you do @= foo body here the body gets assigned to 'foo' as single string, instead of stringlist. If you still want the behavior of SList (i.e. do grep, filter, fields,...), you can do this: @= foo @cl slist body here Again, there are some examples in valuespace example in contrib branch. BTW, anyone that changes something is valuespace should run vs-update once in valuespace_example.leo (from contrib). It's closest we have to unit test right now. While it has no automatic result checking, it can show crashes directly (as it excercises most functionality). -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
