Hi.
We added script tagging to our Object Editor (Script Editor).
A script might be in several categories at the same time, so we allow multiple
tags. Further, we don't want the editor to have as many UI elements as our
System Code Browser. Therefore, we tag scripts like they are added.
Programmatically in the editor's script pane:
this.addScript(function example() {
alertOK('hello');
}).categorize(['example', 'public']);
Any feedback or comments? :-)
Best,
Lauritz_______________________________________________
lively-kernel mailing list
[email protected]
http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel