[Plugin] Shortcutter Beta
-
The Plugins Menu was renamed to Extensions in SU2015, and Shortcutter does not recognize it any more and does not display the Shortcuts assigned to functions in it.
-
Thanks for flagging it.
-
We are working on it !
-
@ tig
the mac code I used wasrequire "pathname" target = Pathname(Sketchup.find_support_files("").grep(/User/)[0]).parent shortcuts = Pathname(target + "Shortcuts.plist") File.write(shortcuts,File.open(shortcuts,&;read).gsub("Plugins","Extensions")) if File.exists?(shortcuts)
that's taken out of a general migration assistant but it should work stand-alone...
-
It needs a minor adjustment server-side to parse for "^Extensions/|^Plugins/" - Gábor is on to it...
It ought to work on PC or MAC as the string passed from the Ruby-side is the same... -
Can I ask someone to report what you now see in the Shortcutter dialog in SketchUp 2015?
-
Looks like this on Win 7 in SU 2015 64bit
-
.
-
I guess you want to see the end of the list showing either 'Plugins' OR the new-fangled 'Extensions' in v2015.
I confirm it's now working correctly in v2015.And in v2014 it shows as 'Plugins' as expected...
-
not for me
time to sue someone
-
Have you tried clearing your cache
-
Clear your IE cache ?
Retry... -
Still not seeing the Extensions entry...
-
@pherim said:
Still not seeing the Extensions entry...
It is not made IF you have no shortcuts set up to access items in the Plugins AKA Extensions menu.
You also need to clear your Internet Explorer cache so that any older html/js etc is deleted... -
I'm still seeing Plugins, not Extensions on my Mac. I've cleared the Safari caches, set a shortcut for an entry in Extensions, quit SketchUp and restarted. Still no Extensions section in the list.
-
@tig said:
@pherim said:
Still not seeing the Extensions entry...
It is not made IF you have no shortcuts set up to access items in the Plugins AKA Extensions menu.
You also need to clear your Internet Explorer cache so that any older html/js etc is deleted...Yes, I have changed all shortcuts that were previously assigned to the plugins menu to the extensions menu, as they were still connected with the plugins folder after importing my settings from 2013. I just tried setting a new shortcut but "Extensions" still doesn't show up.
And yes I tried deleting the browser cache, I even restarted my PC. -
What version of SketchUcation PluginStore ?
v2.6.1 ? -
I was on 2.6.2
I downgraded to 2.6.1
Thing is Gabor's is behaving as expected. My is fubarred
-
Yeah, 2.6.1.
-
Advertisement