Hmm, ok. I saw that directory for the plugins. I saw in the documentation that you can load plugins using the ``p`` GET parameter. I was hoping that there was a way to automatically load the plugins outside of that. To ensure the plugin was loaded without having to manually load it using the Extras -> Plugins... menu option. It doesn't look like that capability exists.
I guess another question. Is there somewhere I can find that lists all the files included in the various .min files (app.min, atlas.min, reader.min, et. al.)? I'm loathe to modify the source for obvious reasons. I just need to change/enhance parts of the functionality to meet my needs. Though I need plugins for other things, I can't, say, alter the available menu items via a plugin. By the time a plugin is loaded, all the base functionality has been run. I can see, for example, that the menu has already been created. But if I can control how the files are loaded by the browser, I can make changes (say, to the Menus.prototype.defaultMenuItems) before the menus.createMenuBar() is executed.
thnx,
Christoph