O.P. RE: DevPlus - script testing/debug add-on...
I've noticed a potential issue with the script file...
Plus! loads files in alphabetical order, and, assuming you have DevPlus set-up as default to show as soon as the file is loaded, it checks for the existance of menu/command event handlers straight away. So if they're in a file that comes alphabetically after DevPlus, they won't get detected.
The way round this is to rename the DevPlus file to something with a load of Z's at the start (or a NBSP, as I'm using), to ensure it loads last. Or, you could just move the Start() function line to the initialize function of your script. But yeah, otherwise it's not a problem...
|