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

Added GitRemote version of the toolbar #8

Closed ggqc007 closed 7 years ago

ggqc007 commented 7 years ago

This is for issue #6

markiewb commented 7 years ago

Thanks for the changes. I will have another look and try tomorrow!

With kind regards, markiewb

2017-06-06 20:30 GMT+02:00 GG notifications@github.com:

@ggqc007 commented on this pull request.

In src/main/resources/de/markiewb/netbeans/plugin/git/toolbar/layer.xml https://github.com/markiewb/nb-git-toolbar/pull/8#discussion_r120442982:

@@ -69,5 +69,73 @@

+

Yes. The GitRemote bar will only show up if C/C++ is enabled in netbeans. If C/C++ is not enabled, the GitRemote Toolbar icons wont show up.

When C/C++ is enabled, one can choose to enable/disable the Git Toolbar or the GitRemote toolbar accordingly

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

markiewb commented 7 years ago

I created a fork of the plugin. https://github.com/markiewb/nb-gitremote-toolbar Your code is integrated there. Thank you!