为什么“源代码位置”是这样的? eclipse 3.6 (Helios) 上页面丢失

发布于 2024-09-25 08:48:52 字数 648 浏览 2 评论 0原文

我正在尝试在 Eclipse 3.6 中的目标平台上添加 JFace 源代码。

许多 帮助 页面 指的是目标平台首选项页面中的“源代码位置”选项卡。

我在新的 Eclipse 3.6 上没有该选项卡,包括 RCP 开发 (eclipse-rcp-helios-SR1-RC4-win32.zip)。这是我的目标平台首选项页面的屏幕截图: alt text

知道如何将源代码添加到我的目标平台吗?

I'm trying to add JFace source code on my Target Platform in Eclipse 3.6.

Many help page on the internet refers to a "Source Code Locations" tab from the Target Platform preferences page.

I do not have that tab on a fresh Eclipse 3.6 including RCP development (eclipse-rcp-helios-SR1-RC4-win32.zip). Here's a screenshot of my Target Platform preferences page :
alt text

Any idea how add source code to my target platform ?

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

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

发布评论

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

评论(1

ま柒月 2024-10-02 08:48:52

许多帮助页面可能会引用该选项卡,但 Eclipse Helios 页面 不会。
据我所知,Eclipse 3.6 不再提供此功能。

您可以在 导出你的插件,但这并不完全相同。

生成源功能和插件”仍然存在。
这是 旧版 Ganymede 帮助页面

声明的来源位置

传送源代码位置的另一种方法是使用声明的(预定义的)源位置。
这是通过使用 org.eclipse.pde.core.source 扩展来完成的。
定义此扩展的插件将被视为源位置。
插件的扩展点架构和源存档位于这些源代码位置之一下的唯一子目录中。
子目录的名称和结构必须遵循特定的约定。

Many help page might refer to that tab, but the Eclipse Helios page doesn't.
As far as I can see, this is no longer available with Eclipse 3.6.

You can add your source when exporting your plugin, but that is not exactly the same.

The "Generating Source Features and Plug-ins" is still there though.
It was the alternative mentioned by the old Ganymede Help page

Declared Source Locations

An alternative way to ship source code locations is to use declared (pre-defined) source locations.
This is done by using the org.eclipse.pde.core.source extension.
A plug-in defining this extension will be treated as a source location.
The extension point schemas and source archive(s) for a plug-in are located in a unique subdirectory under one of these source code locations.
The name and structure of the subdirectories must follow a specific convention.

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