# Wednesday, November 09, 2005

Use Eclipse? VSS too? Love hot keys?

If so, check this out:

How to enable shortcut keys?

This is done by enabling the VSS Plugin action set. Enable it for each perspective under Window -> Customize Perspective -> Other -> VSS Plugin menu and shortcut keys

The action is invoked on the current active editor or the current selection if there is no active editor. Perfect with code browsing for a fast check out/check in for a small change.

There is also a known problem with the menu on startup before any editor activation/deactivation or before any of the menu actions have been invoked the disablement of some menu options do not work, which might lead to unexpeted faults.

The currently supported keys are:
   Ctrl+Alt+U -> Undo Check Out
   Ctrl+Alt+I -> Check In
   Ctrl+Alt+O -> Check Out
   Ctrl+Alt+R -> Refresh
   Ctrl+Alt+A -> Add

[ VSS Plugin version 1.6.1 for Eclipse 3.1 ]

If not? Then you are probably in the majority. I expect this is only helpful to 2 visitors out of my normal 10 per week...

#    Comments [0] |
Comments are closed.