[Plugin] LaunchUp – A Quick Launcher for SketchUp
-
Aerilius
Thanks, that fixed the issue. One thing is that behavior preferences are not saved between sessions, or even between closing and opening the launchup window
-
Hi Aerilius,
thanks for all your work !
I hope you enjoy the sun in Germany/Kaiserslautern also for the next days
Best regards from Hamburg,
Thomas -
Maybe add a load trap if one package is missing - display a better error message?
-
Finally got around to try out this gem.
But I'm a little puzzled by the search results some times. It appear to include results not matching my search.
-
What package missing?
At the moment, the search is a bit too tolerant (ie. it gives abbreviations too much weight, like "S… and"). Today evening I'll have a new version ready.
-
@aerilius said:
What package missing?
In my case I was a bit quick in getting started and didn't install the command package. I didn't RTFM.
-
Great work! I can now peaceflly remove making that exact plugin from my TODO list
-
This has a great potential.
-
I updated the plugin to version 1.0.4:
• I added Chinese and Spanish translations (thanks to caronte01, 麦兜 and 双鱼)
• the options should not break anymore with invalid input
• the webdialog resizing is better on OS X
• the search gives now significantly better matching results
• Fredo's tools didn't get into the index, now they are there -
may be 2 problems?
the Apply & Cancel buttons of LaunchUpOptions webdialog have failed.
the Search dialog size adjusted to min_width incorrectly sometimes. -
Thanks for noticing that! The dialog reloaded instead of closing.
-
@aerilius said:
Thanks for noticing that! The dialog reloaded instead of closing.
1.0.5 version of the search function does not work!
-
Same thing. I get no search results. No errors in Console or anything.
-
-
Hi Aerillus,
I´ve installed the new 1.0.5 update and the plugin won´t work anymore on mac os x 10.8.3
The plugin is loaded, but nothing happens with the the search -> no results !!!
The preferences button (left button) is now called "option" like the other other option button (right button). ??!!
Also the (older called) option window -> after clicking -> is pop up with a empty white sheet as in the versions before.Hope you can fix this soon, or have a older version to download.
For now, there is only the 1.0.5 version, which has replaced the older ones in my SU by installing.Best regards,
Thomas -
hm... 1.0.6 worked - but only after I erased the old version and installing cleanly over it.
-
Error in validation proc of 'Scale Definition' (94457) undefined method `transformation' for nil;NilClass C;/Users/thm.ARC/Dropbox/SketchUp/Plugins/ThomThom/ScaleGroupDefinition/tt_scale_group_definition.rb;138;in `selected_group_scaled?' C;/Users/thm.ARC/Dropbox/SketchUp/Plugins/ThomThom/ScaleGroupDefinition/tt_scale_group_definition.rb;58 C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/ae_LaunchUp/Index.rb;419;in `call' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/ae_LaunchUp/Index.rb;419;in `find' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/ae_LaunchUp/Index.rb;388;in `each' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/ae_LaunchUp/Index.rb;388;in `find' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/ae_LaunchUp/Index.rb;260;in `look_up' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/ae_LaunchUp/LaunchUp.rb;197;in `show_dialog' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/ae_LaunchUp/Dialog.rb;71;in `call' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/ae_LaunchUp/Dialog.rb;71;in `initialize' Error in validation proc of 'Scale Definition' (94457) undefined method `transformation' for nil;NilClass C;/Users/thm.ARC/Dropbox/SketchUp/Plugins/ThomThom/ScaleGroupDefinition/tt_scale_group_definition.rb;138;in `selected_group_scaled?' C;/Users/thm.ARC/Dropbox/SketchUp/Plugins/ThomThom/ScaleGroupDefinition/tt_scale_group_definition.rb;58 C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/ae_LaunchUp/Index.rb;419;in `call' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/ae_LaunchUp/Index.rb;419;in `find' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/ae_LaunchUp/Index.rb;388;in `each' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/ae_LaunchUp/Index.rb;388;in `find' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/ae_LaunchUp/Index.rb;260;in `look_up' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/ae_LaunchUp/LaunchUp.rb;197;in `show_dialog' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/ae_LaunchUp/Dialog.rb;71;in `call' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/ae_LaunchUp/Dialog.rb;71;in `initialize'
When searching I get errors in my console. My "Scale Group Definition" suddenly generates errors. Is the validation procs being called? It's like it's getting nil references.
-
It'd be nice if pressing ESC while the search box was open would close it.
-
@thomthom said:
When searching I get errors in my console. My "Scale Group Definition" suddenly generates errors. Is the validation procs being called? It's like it's getting nil references.
Seems to do so. My plugin wasn't expecting that - the validation proc was only used within a context menu - and in SketchUp it'd only be called when some entity was selected and the validation proc made the assumption at least one entity was selected. It was trivial to adjust to it, but there might be more plugins with similar assumptions.
-
Isn't the purpose of validation proc to check for requirements like selection
Errors in other plugins don't (shouldn't) break LaunchUp, but maybe I make such messages only appear if $VERBOSE is true.@tba said:
The preferences button (left button) is now called "option" like the other other option button (right button). ??!!
No panic, there was a minor issue that has been fixed while you posted.
I don't know what you mean by "options button" (I need clearer info, you can also send me a PM, or write in German ).
If the dialog appears still empty (which should not be possible to happen aynmore), then it's because the preferences were corrupted, then open the Ruby console and pasteAE::LaunchUp.reset
Advertisement