pombreda / nbgit

Automatically exported from code.google.com/p/nbgit
0 stars 0 forks source link

User configurable shortcuts #52

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. go to keymap / try to assign shortcuts for commit

What is the expected output? What do you see instead?
Allow me to assign a shortcut for commit, and maybe other git-tasks

What versions of NbGit, NetBeans and Java are you using?
On what operating system?
6.7.1 / 0.2 / ubuntu

Original issue reported on code.google.com by grosser....@gmail.com on 9 Aug 2009 at 7:51

GoogleCodeExporter commented 9 years ago
I have already investigated this a bit and I think this lacking
of support for shortcuts configuration are inherited from the
Mercurial plugin code. To fix this we need to do define actions
the way they are done in the CVS and Subversion plugins.

Basically, I believe it is just a matter of changing actions and
in particular the common base class org.nbgit.ui.ContextAction
to extend org.openide.util.actions.NodeAction instead of extending
javax.swing.AbstractAction.

Original comment by jonas.fonseca on 9 Aug 2009 at 3:53

GoogleCodeExporter commented 9 years ago
An old patch which gives an idea how the layer.xml files needs
to be changed to expose the node actions in Netbeans' system
file system.

Original comment by jonas.fonseca on 12 Aug 2009 at 12:22

Attachments:

GoogleCodeExporter commented 9 years ago
When this issue to be solved?
I still can't assign a keyboard shortcut (ctrl+k) to nbgit commit.
Or is a other way exists to use ctrl+k for commit?

What versions of NbGit, NetBeans and Java are you using?
On what operating system?
6.8/ 0.4 / Ubuntu 10.04

Original comment by vgle...@gmail.com on 8 Jul 2010 at 6:49

GoogleCodeExporter commented 9 years ago
I definitely would like a "Commit Project" shortcut for sure which I could bind 
to a key.  This would save time when modifying a bunch of files at a time, then 
just hitting a shortcut key then entering the commit message.  I would like to 
use the keyboard to do it, as it would encourage quick small commits.

Original comment by cyr...@gmail.com on 22 Sep 2011 at 8:41

GoogleCodeExporter commented 9 years ago
I am looking for a commit... keyboard shortcut as well

Original comment by dbho...@gmail.com on 7 Nov 2012 at 10:50