使用桌面策略分配 Eclipse 首选项设置
您可以使用“桌面设置”文档添加或删除Notes ®或其他 Expeditor 客户端应用程序使用的 Eclipse 首选项。
有关如何设置此功能,请参阅以下主题:
Eclipse 首选项是名称值对,格式为 pluginID/preferenceID=preferenceValue
。使用此技术,您可以将 Eclipse 首选项名称值对推送到用户的本地 Eclipse 首选项存储。
Domino®桌面策略设置文档“自定义设置”选项卡包含“托管设置”选项,该选项使您能够使用以下选项指定 Eclipse 首选项: pluginID/preferenceID=preferenceValue
格式。
刷新策略时,会更新用户本地 Eclipse 首选项存储。
执行以下操作将 Eclipse 首选项值对推送给Notes ®用户。
操作步骤
- Using the Notes® or Administrator client, open the Domino® Directory (NAMES.NSF) on the Domino® server.
- 单击“人员和群组”选项卡,然后打开“设置”视图。
- Custom Settings单击添加设置,打开桌面设置
- 单击受管设置。
- 单击编辑列表以打开允许您添加 Eclipse pluginID/preferenceID=preferenceValue 值对的面板。
- 单击项并输入插件使用的 preferenceID。
- 单击值并输入要分配给 preferenceID 的值。值条目相当于 preferenceValue。
- 单击插件名称并指定要使用小部件部署方法、 Notes ®安装工具包或 Eclipse 附加安装程序部署到Notes ®客户端的插件。插件名称条目相当于 Eclipse 插件 ID。
- 启用强制选项以推送值对来覆盖设置中的其他任何先前设定值。
- 单击添加/修改值。注意:要删除已知的名称/值对,请在“项目”和“值”字段中指定适用的名称对,然后单击“删除” 。注意:面板的“将这些托管设置添加到用户桌面”部分以不同的语法显示值(
preferenceName=prefValue; pluginID
),比 Eclipse 标准(pluginID/preferenceID=preferenceValue
). - 单击“确定” ,然后单击“保存并关闭” 。
Alternative -- Configuring an Eclipse managed setting using Domino® Designer
有关如何设置此功能,请参阅以下主题:
While still a valid method for deployment, the following method is simplified by using the Domino® 8.5.
options on the desktop policy settings document introduced inTo use a policy document to assign an Eclipse managed setting value to Notes® users, use Domino® Designer to add new fields to the desktop policy settings document. For related information, see information on designing fields in the HCL Domino® Designer Help .
The following example allows you to set an Eclipse managed setting that designates whether Single Sign On for instant messaging is enabled for Notes® client users. This is an actual setting that is already under policy control and can be viewed in Domino® Designer.
操作步骤
- In Domino® Designer,
create a new field and assign it the same name as the name of the
setting whose value you want to set. For example, assign the name
IM_Enable_SSO
. For the field values ofIM_Enable_SSO
, use the keywords Enable and Disable whose values map to true and false respectively. - 创建一个名为的计算文本字段
$qual_Number
,其中 Number 是整数。启用允许多个值选项。例如,创建一个名为$qual_009
。确保字段名称唯一且不存在于表单上的任何其他位置。请使用下列格式:"PlugInName":"SettingName"
其中
PlugInName
是该设置所属的 Eclipse 插件的名称,SettingName
是设置名称。例如,在我们的示例中将使用"com.ibm.
注意:要为同一插件设置多个设置,请使用以下格式:"PluginName":"SettingName1":"SettingName2":"SettingName3"