Toolbar- how to add more lines-mac

paste

$".map {|f| File.basename(f) if f =~ /User/}.compact

into the bottom text field of SU menu >> Window >> Ruby Console and hit Enter/Return…

copy/paste the ‘reply’ into a new TextEdit file and post it back here…

I suspect the load order on mac OS is breaking @Aerilius’s tool…

Edit: updated code for better list…

john

1 Like

$".map {|f| File.basename(f) if f =~ /User/}.compact
[“solarnorth_loader.rb”, “su_solarnorth.rb”, “SimLabGLTFExporter_loader.rb”, “SimLabGLTFExporter.rb”, “su_trimble_connect.rb”, “su_advancedcameratools.rb”, “Bomb.rb”, “smustard_Bomb.rb”, “su_sandbox.rb”, “settings.rb”, “app_settings.rb”, “error-reporter.rb”, “instance.rb”, “boundingbox.rb”, “view.rb”, “segment.rb”, “polygon.rb”, “boundingbox.rb”, “drawing_helper.rb”, “boundingbox.rb”, “dpi.rb”, “pick_helper.rb”, “inputpoint.rb”, “view.rb”, “drag_handle.rb”, “transaction.rb”, “grid.rb”, “slicer.rb”, “subdivided_segment.rb”, “edge.rb”, “polar_projection.rb”, “bender_drawer.rb”, “bender.rb”, “validator.rb”, “vcb_parser.rb”, “truebend.rb”, “resource.rb”, “command.rb”, “debug.rb”, “main.rb”, “bootstrap.rb”, “tt_truebend.rb”, “su_dynamiccomponents.rb”, “zip.rb”, “multipart-post-as.rb”, “as_sketchfab_uploader.rb”, “as_sketchfab.rb”, “weld.rb”, “smustard_Weld.rb”, “version.rb”, “translate.rb”, “dialog.rb”, “index.rb”, “options.rb”, “toolbareditor.rb”, “ae_toolbareditor.rb”]

that shows a random load order…

ae_toolbars extension relies on being loaded first and ‘reading’ the others as they load…

pervious mac OS’s load alphabetically as does windows…

john

1 Like

Anything I can do to fix it on my end? I kinda rely on that extension, are there any alternatives out there?

Thanks!

I’ve got my own position recorder, that lets you set a ‘home’ position for all toolbars…

I used it before my macBook Pro blew up!!

the code needs updating…

hows your Rudy?

I’m working on a different concept but lack the funds to pursue this at he moment…

the concept is to have different tool sets available on shortcut keys and place them wherever you click…

this is one of my ‘prototypes’…

john

1 Like

Haven’t gotten into the Ruby yet, been to busy building stuff lol. Love the prototype!