Add a "Custom" tab to the ribbon bar

@EchoReaper
Install this plugin:


Add this code in any Group in the the XML:


        <addaction name="Execute.einsteinK's Utilities.Plugins." isProxy="true" style="textundericon" text="AnyText" tooltip="AnyTooltip" width="32" height="32" />

Restart studio and you’ll see the button:

Pressing the button does fire the .Click(), so it’s completely functional.

just edit the stuff in that XML to make it work for any pluginbutton you want

Someone should use this information to write an application that allows you to easily edit this.
(and also stores it to a separate file, so you can just open it and press “Apply” after studio updates)

1 Like