1) How can I reload an extension when chimera is running?
At the present, after I modify python code I restart chimera for the s/w changes to take effect. Is there a way through idle, etc, that I can cause user code modifications to load without restarting chimera?
2) How can I position the location of IDLE using python?
I have IDLE on autostart. In a user extension I have a button, when pressed it organizes the various dialogs, placing them in specific locations. When I try to do something with IDLE, running dialogs.activeDialogs() does not show IDLE in the list.