Chris2011 / nb-git-toolbar

NetBeans Plugin which adds a toolbar for the common GIT actions
http://plugins.netbeans.org/plugin/51604/?show=true
24 stars 14 forks source link

Enhancement: Let the user select the current branch from a dropdown or show it. #5

Closed EdwinFLopez closed 7 years ago

EdwinFLopez commented 7 years ago

Hi and thanks for your work. I'm wondering if it is possible to add a dropdown box (or a label in its defect) to let the user select the current branch or at least a label to show the current branch, similar to what InteliJ Idea does. Thank you.

markiewb commented 7 years ago

It already exists. Double click on the label to open the "switch branch" dialog!

With kind regards, markiewb

2016-12-07 15:56 GMT+01:00 Edwin F. López A. notifications@github.com:

Hi and thanks for your work. I'm wondering if it is possible to add a dropdown box (or a label in its defect) to let the user select the current branch or at least a label to show the current branch, similar to what InteliJ Idea does. Thank you.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/markiewb/nb-git-toolbar/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/ABxWR0Kp3A3FWS2zWkBYyUgc0_uZ0MKgks5rFskKgaJpZM4LGrzF .

EdwinFLopez commented 7 years ago

Thanks for answering. Maybe I didn't express myself clearly. I'm aware of the "switch to branch" button, it works nicely, what I meant by this is a way to see at anytime in what branch I'm working on. So, what I imagine is like an extra label at the end of the buttons that shows "origin/branch-XXXXXX". So far, we have the create and switch buttons.

markiewb commented 7 years ago

Use the other plugin https://github.com/markiewb/nb-git-branch-in-statusbar or use the label decorators via View->Show Versioning Labels

Den 7 dec. 2016 18:05 skrev "Edwin F. López A." notifications@github.com:

Thanks for answering. Maybe I didn't express myself clearly. I'm aware of the "switch to branch" button, it works nicely, what I meant by this is a way to see at anytime in what branch I'm working on. So, what I imagine is like an extra label at the end of the buttons that shows "origin/branch-XXXXXX". So far, we have the create and switch buttons.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/markiewb/nb-git-toolbar/issues/5#issuecomment-265506856, or mute the thread https://github.com/notifications/unsubscribe-auth/ABxWR_nZ9Wswxmy4hGhWEx1ESrTFPJkRks5rFudmgaJpZM4LGrzF .

EdwinFLopez commented 7 years ago

Awesome, thanks. I'm closing this then.