Zend studio/ecliplse plugin easyexplorer, open the folder where the resource files are located

Source: Internet
Author: User

Time 2013-08-19 14:27:45 PHP Blog | JAVA Web Blog

Original http://www.qianyunlai.com/post-145.html

Theme Zend Studio Eclipse

The Zend studio kernel is ecliplse, rather than a plug-in for Zend studio, rather a plug-in for Ecliplse.

If you often need to open the relevant resource file in Eclipse folder, more trouble, to right-click, properties, in the Location column in the folder to copy a bit, and then go to the Explorer to enter the path, return, open it.

Workaround:

With the easy Explorer plugin, with this plugin you can easily open the folder where the resource files are located.

Installation:

Go to download page: Http://sourceforge.net/projects/easystruts/files/Easy%20Explorer%20for%20Eclipse

After the download is a jar compressed file. The latest version is 1.04, which has not been updated for a long time, but is still supported by the latest Eclipse 3.* platform.

In Eclipse, you can open the directory where the resource resides by placing the jar file directly under Eclipse's plugin directory and then restarting the Eclipse platform to see the East Explorer menu item in the right-click.

But in Zend Studio, a little bit of a hassle, after all, Zend the company to transform Eclipse, the following way:

The first step: copy the downloaded " org.sf.easyexplore_1.0.4.jar " file to the installation directory Plugins folder of Zend Studio;

Step Two: open the plug-in configuration file " Zend Studio installation directory/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info , append the following configuration to it:

Org.sf.easyexplore,1.0.4,plugins/org.sf.easyexplore_1.0.4.jar,4,false

Step three: restart Zend Studio, in the PHP Explorer Panel, right-click on the File/folder to see if there is more than one "easy Explore ... Options

Fourth Step: Configure the Easy Explorer plugin;

By default, when the Easy Explorer plugin opens the File Explorer, the selected file is not selected, but with the parameter settings, it is possible to select it, first understand what parameters it has available.

The parameters of the Explorer.exe are as follows:

command format Explorer [/n][/e][[,/root],[path]][[,/select],[path filename]]

Parameter description:

/ n means opening a new window as "My Computer", typically opening the root directory of the Windows installation partition.

/ e means opening a new window in "Explorer" mode, usually opening the root directory of the Windows installation partition.

/root,[path] means that the specified folder is opened,/root indicates that only the files (folders) below the specified folder are displayed, no other disk partitions and folders are displayed, and [path] represents the specified path.

If you do not add the/root parameter and use the [path] parameter only, you can display the contents of other disk partitions and folders. In addition, [path] can also specify a network shared folder.

/select,[path FileName] means that the specified folder is open and the specified file is selected, and [path filename] represents the specified path and file name.

If you do not add the/select parameter, the system opens the file with the appropriate affiliate program. if [path filename] does not follow the file name, the parent directory of the folder is opened and the folder is selected.

Through the analysis of the above Explorer.exe parameters, we may have a hope is to achieve both the left side of the file tree, but also to the right to locate the selected files or folders above.

That should be set to: explorer.exe/e,/select,{0} , however, through the experiment, found that the easy explore at this time to help you open only to locate the folder above, rather than the corresponding file above.

So the final parameter setting is determined as:

EXPLORER.EXE/SELECT,{0}

By menu item: Window------Preferences-----enter " explorer.exe/select,{0 }" in the Target input box and point Save, restart Zend Studio, done!!!

The above describes the Zend Studio/ecliplse plug-in Easyexplorer, open the folder where the resource files, including aspects of the content, I hope that the PHP tutorial interested in a friend helpful.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.