通过 Eclipse 打开包含源文件的目录

发布于 2024-12-09 20:07:19 字数 174 浏览 3 评论 0原文

在 Visual Studio 或 MyEclipse 中,您有一个按钮可以在磁盘上找到源文件,并在 Windows 资源管理器中打开包含的目录。

例如,这对于浏览图像或在 CVS 或 SVN 中发生冲突时使用其他工具很有用。

使用免费插件或不使用任何插件在 Eclipse 中执行此操作的方法是什么?

In Visual Studio, or MyEclipse, you have a button which is able to locate a source file on disk, and open the containing directory in Windows explorer.

This is useful, for example, to browse images, or to use an other tool when a conflict occurs in CVS or SVN.

What would be the way to do it in Eclipse with a free plugin, or without any plugin ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

太阳公公是暖光 2024-12-16 20:07:19

我发现它:

“在 Eclipse 中,打开包含源文件的文件夹是常见的要求,但没有像 Microsoft 的 Visual Studio 那样直接的方法来做到这一点。”

http:// shivasoft.in/blog/others/tips/locate-source-file-on-local-disc-in-eclipse-external-tool/

I found it :

"In eclipse, it is common requirement to open the folder containing source file but there is no direct method to do that like in Visual studio of Microsoft."

http://shivasoft.in/blog/others/tips/locate-source-file-on-local-disc-in-eclipse-external-tool/

梦醒灬来后我 2024-12-16 20:07:19

我后来升级到了一个&找到更多有用的

http://basti1302.github.io/startexplorer/

One that I've since upgraded to & find more useful

http://basti1302.github.io/startexplorer/

君勿笑 2024-12-16 20:07:19

我总是这样做:
右键单击文件/文件夹,显示在...系统资源管理器。完毕。

我想我们不需要插件来做到这一点,或者我误解了这个问题?我在 Windows 7 上使用 Luna 4.4.2。

I always do this:
right click on file/folder, show in..., system explorer. Done.

I guess we don't need a plugin to do that, or I am misunderstanding the question?? I am using Luna 4.4.2 on Windows 7.

东京女 2024-12-16 20:07:19

在 Mac 上,您可以按照以下步骤在不使用插件的情况下添加它:

  1. 单击“外部工具”图标右侧的展开图标:
    外部工具

  2. 选择外部工具配置:
    外部工具弹出菜单

  3. 将出现外部工具配置窗口。选择“程序”,然后单击“新建启动配置”:
    外部工具配置窗口

  4. 这将创建一个新的启动配置。在名称字段中输入配置的名称:
    启动配置字段

  5. 在位置字段中输入 Open Finder 的路径,“/ usr/bin/open”,不带引号:
    位置字段值

  6. 在参数字段中输入以下参数,"${container_loc} " 带引号:
    参数字段值

  7. 单击“应用”。它应该如下所示:
    外部工具配置窗口已填写

  8. 切换到“构建”选项卡并取消选择“启动前构建”:
    在此处输入图像描述

  9. 切换到“常用”选项卡并选中“收藏夹”中的“外部工具”复选框。再次单击“应用”并关闭窗口。
    外部配置窗口公用选项卡

您已完成。现在使用:

  1. 在 Eclipse Package Explorer 中选择一个文件或文件夹。

  2. 单击“外部工具”图标右侧的显示图标:
    外部工具

  3. 从下拉菜单中选择“打开包含文件夹”:
    打开包含文件夹

您的文件或文件夹应在 Finder 中打开。

专业提示:使用外部工具后,您可以再次单击“外部工具”图标,它将运行上次使用的外部工具。换句话说,您不需要每次都从弹出菜单中选择它。

On Mac you can follow this steps to add it without a plug-in:

  1. Click the disclosure icon to the right of the External Tools icon:
    External Tools

  2. Select External Tools Configuration:
    External Tools Pop Up menu

  3. The External Tools Configuration window will appear. Select Programs and then click New Launch Configuration:
    External Tools Configuration Window

  4. This will create a new launch configuration. Enter a name of the configuration in the name field:
    Launch Configuration Field

  5. In the Location field enter the path to the Open Finder, "/usr/bin/open" without quotes:
    Location field value

  6. In the Arguments field enter the following argument, "${container_loc}" with quotes:
    Arguments field value

  7. Click Apply. It should look like the following:
    External Tools Configuration Window filled in

  8. Switch to the build tab and deselect Build before launch:
    enter image description here

  9. Switch to the Common tab and select the External Tools checkbox in Favorites. Click Apply again and close out of the window.
    External Configurations Window Commons Tab

You are done. Now to use:

  1. Select a file or folder in Eclipse Package Explorer.

  2. Click the disclosure icon to the right of the External Tools icon:
    External Tools

  3. Select the Open Containing Folder from the drop down menu:
    Open Containing Folder

You're file or folder should open in Finder.

PRO TIP: After you use the external tool once you can click the External Tools icon again and it will run the last used external tool. In other words, you won't need to select it from the pop up menu each time.

岁月流歌 2024-12-16 20:07:19

您还可以通过右键单击项目、转到属性并查看“位置:...”来查找源目录

You can also look up the source directory by right clicking on the project, going to properties, and looking at "Location: ... "

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文