Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
eclipse plugin.xml页面的源代码_Eclipse_Rcp - Fatal编程技术网

eclipse plugin.xml页面的源代码

eclipse plugin.xml页面的源代码,eclipse,rcp,Eclipse,Rcp,我想知道在哪里可以找到eclipse用来在plugin.xml文件中显示表单的代码。特别是,我正在寻找plugin.xml扩展选项卡中使用的表单布局。不幸的是,Eclipse的插件搜索对引用的插件不起作用。为了进行这些搜索,我创建了一个工作区,其中包含作为源文件夹安装的eclipse中的所有插件。我只是打开工作区并在那里执行插件搜索。只需打开搜索对话框并选择插件。您可以使用PackageExplorer中的import->plugins and Fragments将eclipse插件导入您的工作

我想知道在哪里可以找到eclipse用来在plugin.xml文件中显示表单的代码。特别是,我正在寻找plugin.xml扩展选项卡中使用的表单布局。不幸的是,Eclipse的插件搜索对引用的插件不起作用。为了进行这些搜索,我创建了一个工作区,其中包含作为源文件夹安装的eclipse中的所有插件。我只是打开工作区并在那里执行插件搜索。只需打开搜索对话框并选择插件。

您可以使用PackageExplorer中的import->plugins and Fragments将eclipse插件导入您的工作区。然后使用以下选项:

  • 从指定位置找到的所有插件和片段中进行选择
  • 使用源文件夹从目标平台导入(最后一个选项)
导入org.eclipse.pde.ui插件

您寻找的代码位于org.eclipse.pde.internal.ui.editor.plugin中

更具体地说,ExtensionPointsPage类