Skip to content

Commit

Permalink
Updated the menu help page
Browse files Browse the repository at this point in the history
  • Loading branch information
KlasJoensson committed Sep 25, 2012
1 parent 91ea2f1 commit f529d14
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions plugins/net.bioclipse.ui/html/workbench/wb_menus.html
Expand Up @@ -19,11 +19,11 @@ <h1>The Bioclipse menu</h1>
<tr><td>Save as...</td><td>Open the "Save as..." dialog for the active editor and allow for customized saving of the contents e. g. new name, format etc. </td></tr>
<tr><td>Save all</td><td>Save all editors with unsaved content</td></tr>
<tr><td>Revert</td><td>Revert to latest saved version</td></tr>

<tr><td>Switch workspace</td><td>Change to a different workspace</td></tr>
<tr><td>Import...</td><td> Open a list of available wizards to import Projects, Files, and Folders into the workspace </td></tr>
<tr><td>Export...</td><td> Open a list of available wizards to export Projects, Files, and Folders</td></tr>
<tr><td>Log out</td><td> Log out of Bioclipse password storage (Usermanager) </td></tr>
<tr><td>Log in</td><td> Log in to Bioclipse password storage (Usermanager) </td></tr>
<tr><td>Log out</td><td> <a href="../usermanager/loginoutHelp.html">Log out</a> of Bioclipse password storage, only visibly if logged in (<a href="../usermanager/introduction.html">Bioclipse user account</a>) </td></tr>
<tr><td>Log in</td><td> <a href="../usermanager/loginoutHelp.html">Log in</a> to Bioclipse password storage, only visibly if there is a feature to log into installed and at least one user-account exists (<a href="../usermanager/introduction.html">Bioclipse user account</a>) </td></tr>

<tr><td>Exit</td><td>Exit Bioclipse</td></tr>

Expand All @@ -36,7 +36,7 @@ <h1>The Bioclipse menu</h1>
<tr><td>Copy</td><td>Copy the selection and place it in the clipboard</td></tr>
<tr><td>Paste</td><td>Paste from clipboard</td></tr>
<tr><td>Select all</td><td>Select all objects/content in the current window</td></tr>
<tr><td>Find/Replace</td><td>For text editors: open the find and replace dalog for search- and replacement of text</td></tr>
<tr><td>Find/Replace...</td><td>For text editors: open the find and replace dalog for search- and replacement of text</td></tr>
<tr><td>Find next</td><td>Repeat the find step to find the next object/text matching a previous find criteria</td></tr>
<tr><td>Find previous</td><td>Repeat the find step to find the previous object/text matching a previous find criteria</td></tr>
<tr><td>Incremental find next</td><td>
Expand All @@ -54,18 +54,22 @@ <h1>The Bioclipse menu</h1>
<tr><td>Show view</td><td>Open up the "Show view..." dialog and allow for the opening of views. Not all Views are opened by default, and this is one way to display them.</td></tr>

<tr><td>Open perspective</td><td> Open or switch to another perspective </td></tr>
<tr><td>Reset perspective</td><td> Reset the current Perspective to its default placing of views </td></tr>
<tr><td>Reset perspective...</td><td> Reset the current Perspective to its default placing of views </td></tr>
<tr><td>Preferences</td><td> Open the <a href="wb_preferences.html">Bioclipse Preferences</a> </td></tr>

<tr><td colspan=2>&nbsp;</td></tr>
<tr><td colspan=2 bgcolor="DDDDFF">Install</td></tr>
<tr><td>New feature...</td><td>Open the dialog to search for and install new features from the update site</td></tr>
<tr><td>Updates...</td><td>Check for updates to the installed software</td></tr>
<tr><td>Samples...</td><td>Open the dialog to search for and install new data sets, e.g. sample data</td></tr>

<tr><td colspan=2>&nbsp;</td></tr>
<tr><td colspan=2 bgcolor="DDDDFF">Help</td></tr>
<tr><td>Welcome</td><td> Open the Welcome page </td></tr>
<tr><td>Help contents</td><td>Open the help system in a browser (external or internal is chosen in the Preferences menu alternative)</td></tr>
<tr><td>Dynamic help</td><td>Open the Inline Help </td></tr>
<tr><td>Cheat Sheets</td><td>Open a dialog to select Cheat Sheet for inline tutorials</td></tr>
<tr><td>Key assists</td><td>Display Key shortcuts</td></tr>
<tr><td>Software Updates</td><td>Open teh dialog to search for and install new features from the update site</td></tr>
<tr><td>Key assists...</td><td>Display Key shortcuts</td></tr>
<tr><td>About Bioclipse</td><td>Display the About dialog with details of the current Bioclipse installation, versions, configuration etc.</td></tr>


Expand Down

0 comments on commit f529d14

Please sign in to comment.