Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-06-24 10:11:27 +0000
committerLars Vogel2020-06-24 11:47:21 +0000
commitce314d0f02ec8ee065acd06cefd428bbe10335e6 (patch)
treecb06a084a8ef5a2ba0d227c75127b286f5320070
parent9fdddf0fe08230aa242062beaf5a7443aa11b4b0 (diff)
downloadeclipse.platform.ua-ce314d0f02ec8ee065acd06cefd428bbe10335e6.tar.gz
eclipse.platform.ua-ce314d0f02ec8ee065acd06cefd428bbe10335e6.tar.xz
eclipse.platform.ua-ce314d0f02ec8ee065acd06cefd428bbe10335e6.zip
Change-Id: I82ba37662b340c25736ef062edc2d6aaae336ef3 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--org.eclipse.ui.cheatsheets/schema/cheatSheetContent.exsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.cheatsheets/schema/cheatSheetContent.exsd b/org.eclipse.ui.cheatsheets/schema/cheatSheetContent.exsd
index 3a1665217..fde792565 100644
--- a/org.eclipse.ui.cheatsheets/schema/cheatSheetContent.exsd
+++ b/org.eclipse.ui.cheatsheets/schema/cheatSheetContent.exsd
@@ -6,7 +6,7 @@
<meta.schema plugin="org.eclipse.ui.cheatsheets" id="cheatSheetContent" name="Cheat Sheet Content"/>
</appinfo>
<documentation>
- This extension point is used to register cheat sheet content contributions. Cheat sheets appear as choices from the &quot;Help&quot; menu or from within the cheat sheet view, and are typically used to aid a user through a series of comlex tasks to accomplish an overall goal.
+ This extension point is used to register cheat sheet content contributions. Cheat sheets appear as choices from the &quot;Help&quot; menu or from within the cheat sheet view, and are typically used to aid a user through a series of complex tasks to accomplish an overall goal.
&lt;p&gt;
The cheat sheets are organized into categories which usually reflect a particular problem domain. For instance, a Java oriented plug-in may define a category called &quot;Java&quot; which is appropriate for cheat sheets that would aid a user with any of the Java tools. The categories defined by one plug-in can be referenced by other plug-ins using the category attribute of a cheatsheet element. Uncategorized cheat sheets, as well as cheat sheets with invalid category paths, will end up in an &quot;Other&quot; category.
&lt;p&gt;

Back to the top