sketchucation logo sketchucation
    • Login
    โ„น๏ธ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    [Plugin] Multiple Component Edit Warning

    Scheduled Pinned Locked Moved Plugins
    77 Posts 21 Posters 40.2k Views 21 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ashscottA Offline
      ashscott
      last edited by

      Cool, thanks for that

      Just some stuff I do with Sketchup.

      1 Reply Last reply Reply Quote 0
      • ashscottA Offline
        ashscott
        last edited by

        This is probably a dumb question, but I'm going to ask it anyway for interests sake:

        I got Dan to do some more tweaking and added the following features that you people suggested:

        1. Have the flag turn back off as you exit components that you have been editing including nested components.

        2. reverse iterating the edit path (nesting) array, and multiplying the lower instance counts by the next level up - if that will return an accurate count of the components being edited.

        3. Make the zoom out function when the flag is clicked. Must be reversible so that when clicked a second time the user will be taken back to the close up view of the component they were originally editing (you simply click on the body of the webdialog to see all components being edited and click it again to go back to where you were).

        I've paid to have this plugin developed and I wondered about charging a small price for this advanced version. Funds would go towards furthering the plugin. However, we all know of the "Penny Gap" issue and charging for this plugin could mean no-one uses it and it simply fades into obscurity (something I definitely DONT want to happen).....

        What are people's thoughts? Is the penny gap too big an obstacle to successfully keep plugins like this available?

        Or maybe I should just stop working so much and learn to code so I don't have to pay others to do it for me??

        Just some stuff I do with Sketchup.

        1 Reply Last reply Reply Quote 0
        • jiminy-billy-bobJ Offline
          jiminy-billy-bob
          last edited by

          How about crowdfunding ?
          "We need $XX for these functions"

          25% off Skatter for SketchUcation Premium Members

          1 Reply Last reply Reply Quote 0
          • M Offline
            monmonred
            last edited by

            hello!

            i suggest these 2 things:

            -make the notification become just a text that goes above the sketchup workspace at the lower-left corner (or probably make it have options for the location). the text doesn't not have to have its own window and just a floating text like how the "two point perspective" label appears on the screen when you go to 2-pt-persp view. this is a very useful plugin and it will help a lot if it appears as if it is a native option in sketchup.
            -the notification auto-closes/disappears when you leave a component. and make it so that you do not have to close it yourself, and that you do not have to leave the whole 10-level grouping that your edited component is in just to make the notification disappear automatically.

            thanks for being awesome and for this awesome plugin!

            +Greatness may be measured on how much we have lost for the betterment of mankind+

            1 Reply Last reply Reply Quote 0
            • ashscottA Offline
              ashscott
              last edited by

              @monmonred

              Your second suggestion has been done in the update I refer to above.

              In terms of the notification position and style - you can move the webdialog to wherever you please and it will appear in the same place next time. The webdialog also serves as a button in the latest revision in that clicking it zooms the camera out to show all components being edited.

              Just some stuff I do with Sketchup.

              1 Reply Last reply Reply Quote 0
              • ashscottA Offline
                ashscott
                last edited by

                So.....no one is willing to fork out for this plugin?

                Just some stuff I do with Sketchup.

                1 Reply Last reply Reply Quote 0
                • M Offline
                  monmonred
                  last edited by

                  thanks!

                  i hope someone helps in this plugin's development. i wish i am that knowledgeable in scripting/programming. :l

                  +Greatness may be measured on how much we have lost for the betterment of mankind+

                  1 Reply Last reply Reply Quote 0
                  • JQLJ Offline
                    JQL
                    last edited by

                    @ashscott said:

                    So.....no one is willing to fork out for this plugin?

                    Well Ashcott, I forked this thread to another one and I would love to have your contribution:

                    http://sketchucation.com/forums/viewtopic.php?f=323&t=54843

                    Thanks and best regards,

                    JQL

                    www.casca.pt
                    Visit us on facebook!

                    1 Reply Last reply Reply Quote 0
                    • ashscottA Offline
                      ashscott
                      last edited by

                      I think that the discussion about reimbursing plugin developers for work done is fundamental to pushing SU forward as a community - I highly recommend that people consider the thread that JQL just linked to

                      Just some stuff I do with Sketchup.

                      1 Reply Last reply Reply Quote 0
                      • Dan RathbunD Offline
                        Dan Rathbun
                        last edited by

                        @ashscott said:

                        In terms of the notification position and style - you can move the webdialog to wherever you please and it will appear in the same place next time. The webdialog also serves as a button in the latest revision in that clicking it zooms the camera out to show all components being edited.

                        Also.. if you know CSS, you can COPY the "user.css" file, up into the EditFlag directory (one level,) .. and then modify it to change color, font, text size, etc.

                        The WebDialog HTML will load the "user.css" file IF (and only if,) it is in the same directory as the HTML file. (If it is not, then the inline StyleSheet will be used unchanged.

                        There are also 2 variables that can be changed in the "EditFlag_loader.rb" file:

                            ### Module Variables
                            #
                            @@topmenu = "Edit" # change to "Plugins" if desired
                            @@remind  = true   # change to false for no reminders
                        
                        

                        ๐Ÿ’ญ

                        I'm not here much anymore.

                        1 Reply Last reply Reply Quote 0
                        • Dan RathbunD Offline
                          Dan Rathbun
                          last edited by

                          @monmonred said:

                          -make the notification become just a text that goes above the sketchup workspace at the lower-left corner (or probably make it have options for the location).

                          I tried using a view-based model note in the initial version 1.
                          No one liked it because it modified every model ... even model's you only wished to view, and not change.

                          @monmonred said:

                          ...the text doesn't not have to have its own window ...

                          It does,... so that users can size it and move it around.

                          The API does NOT have cross-platfrom features that allow us to create borderless and/or captionless windows. I could do it on only Microsoft platforms.. but how would a user move it, or size it?

                          ๐Ÿค“

                          I'm not here much anymore.

                          1 Reply Last reply Reply Quote 0
                          • Dan RathbunD Offline
                            Dan Rathbun
                            last edited by

                            Well actually it is a single-click (the second click is ignored.) Helps prevent "a zoom out and back in again so fast ya' head spun" ๐Ÿ˜‰

                            I'm not here much anymore.

                            1 Reply Last reply Reply Quote 0
                            • JQLJ Offline
                              JQL
                              last edited by

                              Hi, I hadn't noticed this new version of the plugin. It's working very nicely... Thanks for implementing that zoom out feature. It's great!

                              www.casca.pt
                              Visit us on facebook!

                              1 Reply Last reply Reply Quote 0
                              • ashscottA Offline
                                ashscott
                                last edited by

                                yeah I like it too

                                Just some stuff I do with Sketchup.

                                1 Reply Last reply Reply Quote 0
                                • Dan RathbunD Offline
                                  Dan Rathbun
                                  last edited by

                                  Yes we fixed these issues you reported, earlier:

                                  @jql said:

                                  When working on nested components, there are two things happening that I think could be revised.

                                  1 - The flag doesn't go off as I dig inside components nested inside other components. One has to turn them off manually.
                                  2 - The value showed does not reflect how many components really exist in the model if there are components inside other components.

                                  I'm not here much anymore.

                                  1 Reply Last reply Reply Quote 0
                                  • JQLJ Offline
                                    JQL
                                    last edited by

                                    Yes I've noticed that too! It's very handy. I also notice that if you have a group within a component, it says you're inside a group too. What more could one need from context management plugins... ๐Ÿ˜Ž

                                    www.casca.pt
                                    Visit us on facebook!

                                    1 Reply Last reply Reply Quote 0
                                    • ashscottA Offline
                                      ashscott
                                      last edited by

                                      Hi all, Dan made some quick modifications and upgraded the plugin to version 2.4.0

                                      Bug fixed so that multiple edit warnings do not appear on top of each other

                                      This allows better compatibility with the latest version of SU

                                      Also, I can't understand why this plugin isn't more popular, we (people I work with daily) use it on a daily basis and it has sped up our workflow immensely.....should I name it something more descriptive??

                                      Just some stuff I do with Sketchup.

                                      1 Reply Last reply Reply Quote 0
                                      • JQLJ Offline
                                        JQL
                                        last edited by

                                        Yup, You have a name for this thread that is different from the plugin name and the the plugin's name isn't either descriptive or compelling.

                                        My suggestion:

                                        • ACHTUNG BABY Plugin!
                                        • DANGER! DANGER!
                                        • This city ain't big enought for both of us components!

                                        Or simply:

                                        • Editing Multiple Components Warning

                                        www.casca.pt
                                        Visit us on facebook!

                                        1 Reply Last reply Reply Quote 0
                                        • Dan RathbunD Offline
                                          Dan Rathbun
                                          last edited by

                                          For some reason the PluginStore still has the old v2.2.1 ?

                                          Oh.. and only the first post should have the plugin package. (There is still a post above with an old version.)

                                          I'm not here much anymore.

                                          1 Reply Last reply Reply Quote 0
                                          • ashscottA Offline
                                            ashscott
                                            last edited by

                                            Hi all, a really cool update to the plugin -

                                            Now, when you receive the notification you can double click the webdialog that appears and the camera view will zoom out to show all instances that you are currently editing. Double click again and it will zoom back to where you were.

                                            Based on your suggestions.

                                            Cool huh?

                                            Just some stuff I do with Sketchup.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 3 / 4
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement