A minor annoyance:
When making a new function package, the function package editor also
lists obsoleted function names.
That is, if I run the following script three times:
function example (void)
print "hello"
end function
I will get three entries named "example" in the function package editor,
where there should be only one (referring to the latest definition of
the function).
-Sven
(ps: empty lists in the function package gui seem to work well!)