[Plugin] Multiple Component Edit Warning

Re: [Plugin] Multiple Component Edit Warning

Postby baz » Wed Sep 24, 2014 10:24 am

I check the forum most days but somehow I missed this fantaboulous helper, I love it!!!

My worst disaster was when a client wanted small changes amounting to 8 versions, then decided to go back to the original which was, you guessed it, totally screwed. Had to redraw from scratch almost.

I would happily pay for this.

Thanks Ash and Dan.
0
User avatar
baz 
 

Re: [Plugin] Multiple Component Edit Warning

Postby ashscott » Wed Sep 24, 2014 11:25 am

Thanks Baz, we think its handy.

Seems every time I bump into a sketchup user they lament about this issue but haven't heard of the plugin and are quite excited when I show it to them.

I should try promote it harder I guess...
0
Just some stuff I do with Sketchup.
User avatar
ashscott 
Premium Member
Premium Member
 

Re: [Plugin] Multiple Component Edit Warning

Postby baz » Wed Sep 24, 2014 11:51 am

I found it purely by chance under 'Text/Labeling' in the Plugin Store widget inside SU. Not very intuitive because I didn't know I needed it til then, as I knew the problem was my error, Duh!

I think you should sell it to Trimble, it should be part of the GUI just like the popups which warn of 'changing styles'/'you are about to intersect with hidden geometry'/'your model is crap, start again' etc..


Actually, I made the last one up... but what an idea for a plugin!

Rgds from the home of the Wallabies
0
User avatar
baz 
 

Re: [Plugin] Multiple Component Edit Warning

Postby ashscott » Wed Sep 24, 2014 12:05 pm

Convince Trimble to buy it and I'll send you a pet kiwi
0
Just some stuff I do with Sketchup.
User avatar
ashscott 
Premium Member
Premium Member
 

Re: [Plugin] Multiple Component Edit Warning

Postby baz » Wed Sep 24, 2014 12:59 pm

P'haps Chris Fulmer or TomTom will see this. Tho I have no idea whether Trim ever 'buy' plugins. I s'pect not.
Its pissing down here in the shed, I can hardly hear myself think.
0
User avatar
baz 
 

Re: [Plugin] Sick of editing multiple components by accident

Postby TBoy » Sun Dec 17, 2017 4:46 pm

ashscott wrote:..Bug fixed so that multiple edit warnings do not appear on top of each other..


There are 2 overlapping warning windows in SU 2018. Someone to confirm?
0

TBoy 
 

Re: [Plugin] Sick of editing multiple components by accident

Postby baz » Mon Dec 18, 2017 12:45 am

TBoy wrote:
ashscott wrote:..Bug fixed so that multiple edit warnings do not appear on top of each other..


There are 2 overlapping warning windows in SU 2018. Someone to confirm?



Not with me...
0
User avatar
baz 
 

Re: [Plugin] Multiple Component Edit Warning

Postby creativegood » Mon Nov 23, 2020 6:05 pm

Worked with SU 2020. Seems not to work with SU 2021. Can anyone confirm?
1

creativegood 
 

Re: [Plugin] Multiple Component Edit Warning

Postby matt.gordon320 » Thu May 27, 2021 12:34 am

creativegood wrote:Can anyone confirm?


Yup, busted for me as well. Bummer this is a regular use one I loved.
0

matt.gordon320 
Premium Member
Premium Member
 

Re: [Plugin] Multiple Component Edit Warning

Postby TIG » Thu May 27, 2021 1:11 pm

I'm not sure if the author Ash is still about...
However, it's easy to fix the error - the newer Ruby version is stricter than it was years ago !

Find the relevant file: C:\Users\YOURUSERNAME\AppData\Roaming\SketchUp\SketchUp NNNN\SketchUp\Plugins\CoastalConcepts_EditFlas\EditFlag.rb\
You'll need to edit the text to include your Windows user-name and change the NNNN as the relevant SketchUp version - e.g. 2021

Select that RB file and edit it using a plain-text editor - like Notepad++...
Find the lines #17 to #21 which read...
Code: Select all
unless defined?(OPT_KEY)
  VERSION  = '2.4.0'
  LOAD_TAG = Module.nesting[0].name<< ':' << File.basename(__FILE__)
  OPT_KEY  = 'Plugin_' << Module.nesting[0].name.gsub('::','_')
end

so that they read as follows.
Code: Select all
unless defined?(OPT_KEY)
  VERSION  = '2.4.0'
  LOAD_TAG = Module.nesting[0].name.dup << ':' << File.basename(__FILE__)
  OPT_KEY  = 'Plugin_' << Module.nesting[0].name.dup.gsub('::','_')
end

Note the two additions of .dup code, which copy the 'frozen-string' in the module's name and use that instead, as a frozen-string cannot now be directly changed in code, without this sidestepping...
4
TIG
User avatar
TIG 
Global Moderator
 

Re: [Plugin] Multiple Component Edit Warning

Postby matt.gordon320 » Thu May 27, 2021 10:52 pm

TIG wrote:I'm not sure if the author Ash is still about...
However, it's easy to fix the error - the newer Ruby version is stricter than it was years ago !


You are, as ever, awesome. Thank you for this! I'll have to edit the plugin code this weekend when I get the chance.

I keep meaning to make the time to start writing scripts for SketchUp. Are there any ruby courses or books you'd recommend? I have Automatic SketchUp by Matthew Scarpino but I expect the version of ruby has changed a lot in the years since that's come out.
0

matt.gordon320 
Premium Member
Premium Member
 

SketchUcation One-Liner Adverts

by Ad Machine » 5 minutes ago



Ad Machine 
Robot
 

Previous


 

Return to Plugins

Who is online

Users browsing this forum: immi, Nadejda_08 and 17 guests