I'm in the process of simplifying and modernizing Mori's scripting dictionary. Simplifying means removing a bunch of the dictionaries from AppleScript studio (when I did that I didn't realize that the System Events dictionary could be used to script an applications GUI). Modernizing means changing the way that I implement applescript a bit so that i'm just using .sdef files. This will simplify my build process a bit, and is also something that i need to do for the future.
i'm almost ready to release these changes, but for some odd reason (applescript!!!) i'm having a hard time implementing the "document viewer" class that's defined in the Mori User Interface Suite. After beating my head against that problem for a while I've come to realize that I don't think i've seen any scripts that actually use it.
So my though is that I'll just remove it. This is mostly just a warning, but if for some reason you think this is a really bad idea let me know in this thread.