Comment 17 for bug 1680891

Revision history for this message
Dan MacDonald (allcoms) wrote :

Hi Stephen

Thanks for your tip, you guessed correctly. I just had to add:

config.plugin_del_config(self.__class__.__name__)
config.save()

To the top of _save_config() and now all is well and so I think this plugin is ready to be used now. It might be worth changing the name as it would be useful for more than just SSH management.

The main thing I'd like to improve is fixing it so that there is no need to close and re-open the plugin window before changes are displayed in the Main menu treeview ie after adding or removing commands. Should this be doable or is it a limitation of the plugin system? I've not looked into it yet.

Thanks