gitextensions / gitextensions.vsix

Visual Studio extensions for Git Extensions
MIT License
16 stars 8 forks source link

Commit Toolbar Button Width #18

Open BOBJohnson opened 3 years ago

BOBJohnson commented 3 years ago

Feature description

If I 'Customize' the VS troolbar that has the Solution Configurations, Solution Platforms, and Startup Projects drop down, if I select 'Modify Selection', VS give me the option to set the Width.

I don't know if it would be feasible or possible, but it would be nice if I could set the Width on my Commit button on the Git Extensions toolbar.

Environment

pmiossec commented 3 years ago

It took me a time to understand the feature request...

This request is about the VisualStudio integration

image

It probably should be moved to : https://github.com/gitextensions/gitextensions.vsix/issues

BOBJohnson commented 3 years ago

Yes, this is the width I was talking about, only for the Commit button of the Git Extensions toolbar.

It'd be useful because while the Commit button does auto-size to name of the branch, it appears to have a max width. So really long branch names get cut off.

For example, if I had a branch name of 'MyReallyLongBranchNameGetsCutoff', then the Commit button would say: 'Commit (...ongBranchNameGetsCutoff)'

I have the git extensions toolbar on it's own row on a 4k monitor, and more than ample space to make the Commit button really wide. For instance, the Startup Projects in your screenshot defaults to a width of 200, and I set it to 800, and I still have room to spare on the toolbar.

Either that, or some option that states to not cap the Commit button width.