Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlparsons2004-06-04 18:24:28 +0000
committerlparsons2004-06-04 18:24:28 +0000
commit6503fc0dd57dd262816889ca12ef8e5603cdce87 (patch)
tree343b16aad37c1e5df48079c398383232625eb184 /org.eclipse.ui.cheatsheets/schema
parente1438973702d7ca684f96eb24a6a812ee01f3853 (diff)
downloadeclipse.platform.ua-6503fc0dd57dd262816889ca12ef8e5603cdce87.tar.gz
eclipse.platform.ua-6503fc0dd57dd262816889ca12ef8e5603cdce87.tar.xz
eclipse.platform.ua-6503fc0dd57dd262816889ca12ef8e5603cdce87.zip
Fix for Bug 64837
Diffstat (limited to 'org.eclipse.ui.cheatsheets/schema')
-rw-r--r--org.eclipse.ui.cheatsheets/schema/org.eclipse.ui.cheatsheets.cheatSheetContent.exsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.cheatsheets/schema/org.eclipse.ui.cheatsheets.cheatSheetContent.exsd b/org.eclipse.ui.cheatsheets/schema/org.eclipse.ui.cheatsheets.cheatSheetContent.exsd
index 8afc0e96a..2f4f168cf 100644
--- a/org.eclipse.ui.cheatsheets/schema/org.eclipse.ui.cheatsheets.cheatSheetContent.exsd
+++ b/org.eclipse.ui.cheatsheets/schema/org.eclipse.ui.cheatsheets.cheatSheetContent.exsd
@@ -124,8 +124,8 @@ added to the "Other" category.
<attribute name="contentFile" type="string">
<annotation>
<documentation>
- a cheat sheet content file. The content file is an XML file that contains the specifics of the cheat sheet (&lt;a href=&quot;cheatSheetContentFileSpec.html&quot;&gt;cheat sheet content file format specification)&lt;/a&gt;.
-The content file is parsed at run time by the cheat sheet framework. Based on the settings in this file, a certain number of steps, actions, descriptions, and help links are shown to the user when the cheat sheet is opened.
+ the path of a cheat sheet content file. The content file is an XML file that contains the specifics of the cheat sheet (&lt;a href=&quot;cheatSheetContentFileSpec.html&quot;&gt;cheat sheet content file format specification)&lt;/a&gt;.
+The content file is parsed at run time by the cheat sheet framework. Based on the settings in this file, a certain number of steps, actions, descriptions, and help links are shown to the user when the cheat sheet is opened. The path is interpreted as relative to the plug-in that declares the extension; the path may include special variables. In particular, use &quot;$nl$&quot; as the first segment of the path to indicate that there are locale-specific translations of the content file in subdirectories below &quot;nl/&quot;. For more detail about the specail variables, you can read the Java API document for &lt;a href=&quot;../api/org/eclipse/core/runtime/Platform.html#find&quot;&gt;Platform.find&lt;/a&gt;.
</documentation>
</annotation>
</attribute>

Back to the top