I use a lot of eclipse shortcuts, but for some tasks there arnt any convenient ones. For example I frequently look at the subversion history for java files.
I see these icons next to the right-click menu items that I assume I should be able to place on the eclipse taskbar so that I can save a couple of mouse clicks. But I havnt been able to figure out how to do that yet.
I am talking about the icon next to RightClick-Team-Show History once you install the subclipse plugin. I would like this icon to be on my taskbar so I can just do a single click and look at the history.
Any suggestions?
Other tips on customizing eclipse for java development are also welcome.
Take a look at my answer for similar question: How to add undo / redo buttons to toolbar in Eclipse?
It is possible to do the same for Show History command. Differences are: 1) you need to declare dependency on
org.tigris.subversion.subclipse.uiplugin, and command ID you are looking for isorg.tigris.subversion.subclipse.ui.showresourceinhistoryaction. You may want to include custom icon to avoid having long “Show History” button on your toolbar.Update: Here is downloadable plugin for you: showsvnhistory_1.0.0.jar