blob: 5e6d93e565107e069919bdb2a8a96ed5cbb734fe [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<cheatsheet title="Hello World Demo">
<intro
href="/org.eclipse.platform.doc.user/reference/ref-cheatsheets.htm">
<description>
This cheat sheet will test parameters.
Let's get started!
</description>
</intro>
<item
title="Prompt to enter some data">
<action
class="org.eclipse.ua.tests.parameters.GatherDisplayDataAction"
pluginId="org.eclipse.ua.tests"
param1="gather"/>
<description>
To begin, let's gather some data.
</description>
</item>
<item
title="Display the gathered data and additional parameters">
<action
class="org.eclipse.ua.tests.parameters.GatherDisplayDataAction"
pluginId="org.eclipse.ua.tests"
param1="display"
param2="${name}"
param3="${color}"
param4="${animal}"
param5="Testing is fun."
param6="Powered by Cheat Sheets!"/>
<description>
You data has been process, let's see the results.
</description>
</item>
</cheatsheet>