Skip to content

Commit

Permalink
Fixed the last bit of bug #3107 and corrected some spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
KlasJoensson committed Feb 13, 2012
1 parent c371fb2 commit 8ab0294
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -13,7 +13,7 @@
title="Step 1: Show the JavaScript Console">
<description>
Bioclipse scripting is built on JavaScript, so to be able to enter scripting commands we need to reveal the JavaScript View.<br/><br/>
To show available views, use the main menu option <b>Window &gt; Show View &gt; Other...</b>. In the opened Views dialog, select the Javscript View.
To show available views, use the main menu option <b>Window &gt; Show View &gt; Other...</b>. In the opened Views dialog, select the JavaScript View.
</description>
<command
required="false"
Expand All @@ -26,7 +26,9 @@ To show available views, use the main menu option <b>Window &gt; Show View &gt;
<description>
Managers are collection of functionality in a domain, contributed by a plugin. For example, the CDK Manager has functionality to load/save/manipulate chemical structures.

To list available managers, enter <b>help</b> in the JavaScript Console.
To list available managers, enter <b>help</b> in the JavaScript Console.<br/><br/>

Hint: You type the commands in the small window at the bottom of the JavaScript View, and the results are shown in the window above.
</description>
<action
pluginId="net.bioclipse.scripting.ui"
Expand Down

0 comments on commit 8ab0294

Please sign in to comment.