hi all,
I've been working on some applescripts to help debug on mac and realised I was using something that 'potentially' even novice ruby users could use to sort out their plugin woes on PC's or mac's.
so I turned it into a plugin. It needs more, I need help and advice.
The basic premiss uses the api's new ability to turn all rubies on or off on next launch.
So I made buttons and added quit [only for mac, as I need advice to not kill PC toolbars]
I moved it into 'Tools' so I can turn it back 'ON' when in 'OFF' mode
I then realised I could load rubies through console, and decide to add an additional button to the mac path ...[PC path?]
load '/Library/Application Support/Google SketchUp 8/SketchUp/plugins/as_plugins/as_pluginloader/as_pluginloader.rb'
What it means is when 'OFF' is selected SU closes.
On restart all you get is some of the SU rubies and this.
If you click on 'ADD' it load the 'Plugins' menu item containing only Alex's loader from where you can then easily open the problem ruby on it's own to test for clashes.
I have toyed with 'Ruby Console' opening by default as well, to see if you need dependencies and to show errors for posting to the author, etc...
What I find is I'm now using it all the time to only load a few rubies per session. although a load from list option would be a bonus.
Can anyone have a look/play and give me your opinions.
You do need to D/L http://www.alexschreyer.net/projects/plugin-loader-for-sketchup/ if you don't have it. the .rbz worked here.
I know it's not fully wrapped yet, advice on that is needed.
NOTE: this needs to be in '../../Sketchup/Tools/' NOT 'Plugins'
john

