Talk:Plane Wizard: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
mNo edit summary
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
I tried this out - it's pretty neat - good job!
I tried this out - it's pretty neat - good job!


Line 5: Line 4:
     - any plane created goes away when exiting the wizard.  Is this intended?
     - any plane created goes away when exiting the wizard.  Is this intended?
     - I found a typo in the code (spacing) on line 112 & corrected it
     - I found a typo in the code (spacing) on line 112 & corrected it
Hmm. For my purposes when I made it, cleaning up on exit was the right thing to do, but I guess other people might want it not to. Wizards are a little too simple for preferences...
If I ever manage to make plugins on OSX, then a plane (or geometry!) plugin would be more flexible.
---------------
So, if we don't want the planes to be removed on exit, how do we edit the code to prevent this?

Latest revision as of 15:30, 7 June 2011

I tried this out - it's pretty neat - good job!

Two minor comments:

    - any plane created goes away when exiting the wizard.  Is this intended?
    - I found a typo in the code (spacing) on line 112 & corrected it

Hmm. For my purposes when I made it, cleaning up on exit was the right thing to do, but I guess other people might want it not to. Wizards are a little too simple for preferences...

If I ever manage to make plugins on OSX, then a plane (or geometry!) plugin would be more flexible.



So, if we don't want the planes to be removed on exit, how do we edit the code to prevent this?