I am trying to customize Eclipse to speed up development and minimize distractions for Android Java development.
I am using SourceGear Vault for source control and installed the plugin for Eclipse. So to check stuff in/out, I have to right click on the Project/File, go to Team submenu, then pick a source control command (Check In, Check Out, Get Latest, etc...). I find this process slow. I'd like a button on the toolbar and a keyboard shortcut to do these operations.
I tried going to Customize Perspective
, but under Team toolbar, there is only Synchronize
command.
And I have no idea how to setup a shortcut for the SCC operations either as they are not present in Shortcuts tab.
Am I missing something simple?