You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2020. It is now read-only.
With the addition of the extension loading machinery, we are in a good position to allow PyXLL extensions to be easily deployed and discovered with no manual editing of config files.
What's missing from this is a way to contribute to the ribbon. One can imagine the plugin loading code might also receive an xml fragment from each plugin.
I don't know what the ribbon manipulating code looks like right now, but in the worse case scenario, we could write these ribbon fragments out into a single file and then load it the way we already do. The best case would be something like responding to ribbon update events from the plugins and handling it dynamically.