Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 40c88fa9db3a36dfd2cad2e986eda7ede91f17aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8" ?> 
<cheatsheet title="Test cheatsheet without cheatsheet element">

	<intro>
		<description>
Simple test
		</description>
</intro>

	<item
		title="Just a simple test">
		<description>
Did it work? Of course not, it is suppose to cause a parsing error.
		</description>
	<repeated-subitem values="${files}">
		<extra>testing</extra>
		<subitem label="Create class ${this}">
			<action
				pluginId="org.eclipse.ui.tests.cheatsheets"
				class="org.eclipse.ui.examples.cheatsheets.pattern.actions.OpenClassNameFilledAction"
				param1="${this}"
				param2="${project}"/>
		</subitem>
	</repeated-subitem>
</item>

</cheatsheet>

Back to the top