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

Git Toolbar not working with remote C/C++ project #6

Closed ggqc007 closed 7 years ago

ggqc007 commented 7 years ago

Is this a known issue? Netbeans added git support for remote C/C++ projects. The tool bar does not seems to work with that new feature.

Any chance for a fix??

Ty much!

markiewb commented 7 years ago

I never used NB for C/C++ development. This plugin is only a preset toolbar of existing actions.

I am not sure if there exist other git actions specially for git remote projects. Try it yourself. Perhaps other existing git actions work.

These actions are context aware. If you select a file within a git repo, then the actions are enabled. If you find some working action, then a preset toolbar could be created and provided as a plugin.

ggqc007 commented 7 years ago

Hello! Thanx for your reply.

Yes the options are there. The thing is now called "GitRemote" wich is just below the "Git" section your addon is based on.

Any hope you find the time for this? ;o)

I did not look at the code but i might give a look at it when i get a sec if you dont have the time and, of course, if you dont mind..

ggqc007 commented 7 years ago

Hello again,

I added the GitRemote toolbar to your plugin. Want me to push the updated version?

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!