警告: この拡張ポイントは使用すべきではありません。
この拡張ポイントを使用しないでください。この製品の将来のバージョンでは除去される予定です。
代わりに、拡張ポイント org.eclipse.ui.commands を使用してください。
アクセラレーター・セットは、スコープの ID をその "scopeId" 属性 (アクセラレーター・セット拡張ポイントを参照) の値としてリストすることによって、適用可能なスコープを宣言します。 複数のアクセラレーター・セットを同じアクセラレーター・スコープに適用することができます。
<!ELEMENT extension (acceleratorScope*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT acceleratorScope EMPTY>
<!ATTLIST acceleratorScope
id CDATA #REQUIRED
name CDATA #REQUIRED
description CDATA #REQUIRED
parentScope CDATA #IMPLIED>
<extension point=
"org.eclipse.ui.acceleratorScopes"
>
<acceleratorScope id=
"org.eclipse.ui.globalScope"
name=
"Global"
description=
"Action accelerator key applicable to all views and editors unless explicitly overridden."
>
</acceleratorScope>
<acceleratorScope id=
"org.eclipse.ui.javaEditorScope"
name=
"Java Editor"
description=
"Action accelerator key applicable only when java editor active."
parentScope=
"org.eclipse.ui.globalScope"
>
</acceleratorScope>
</extension>
Copyright (c) 2002, 2004 IBM Corporation and others.
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which
accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html