工欲善其事, its prerequisite
For efficient coding, a handy IDE is essential.
Eclipse Easyexplore Plug-in is very good, often open the project folder to find content, but gradually become accustomed to all the keyboard operation, sometimes want to use Easyexplore open a folder, but found out the right-click menu "Easy Explore ..." is no keyboard shortcuts, often at this time have to interrupt the idea of using the mouse operation, very depressed. So I'm going to modify this plugin a little bit.
Resources:
1. Retrofit Easyexplore Plugin-Terrine-blogjava
Http://www.blogjava.net/terrine/archive/2007/06/02/121555.html
2.Platform UI Command Design-eclipsepedia
Https://wiki.eclipse.org/Platform_UI_Command_Design#org.eclipse.ui.actionSets
Final effect:
1. After the project popup right-click menu + x will be able to perform "easy Explore ..." The
Problems encountered during the period:
1. The label display text in the Plugin.xml file in the jar was changed directly to "easy e&xplore ...", invalid. Finally read "Reference 2" and found that the original need for character escapes, and eventually modified to "easy E& Xplore ... "can.
2. How to modify the problem. Directly using Haozip right-click plugin.xml "Internal Viewer Open", then edit save, select Overwrite. The jar file itself is a zip.
Modified version:
http://files.cnblogs.com/AsionTang/org.sf.easyexplore_1.0.4.AsionTang.7z
at:2014 June 24 11:39:10
By:asiontang