0

I am writing online help for my Eclipse plug-in. I want to create live help with command links to provide quick access to the Help->Install New Software in Eclipse. The 'Embedding commands in help' page in the Platform Plug-in Developer Guide suggests there are "a large number of useful commands already defined in the workbench".

Unfortunately, after a some search I seem to be unable to find documentation on the available commands I can use as parameters to executeCommand() in my link.

Can you please tell me what parameter to use to create a link to Help->Install New Software in Eclipse and also point me to the documentation of other available commands if such exists at all.

Kind regards

4

1 回答 1

1

安装新软件的命令 id 是org.eclipse.equinox.p2.ui.sdk.install

我使用 EclipseSearch / Plug-in Search并搜索org.eclipse.ui.commands扩展点(用于定义命令)找到了这个。然后我查看了搜索结果,直到找到正确的命令。

于 2013-10-09T11:42:51.373 回答