[rkward-cvs] SF.net SVN: rkward:[3766] trunk/rkward/rkward/pages

tfry at users.sourceforge.net tfry at users.sourceforge.net
Wed Sep 14 06:02:03 UTC 2011


Revision: 3766
          http://rkward.svn.sourceforge.net/rkward/?rev=3766&view=rev
Author:   tfry
Date:     2011-09-14 06:02:02 +0000 (Wed, 14 Sep 2011)
Log Message:
-----------
Some help page updates.

Modified Paths:
--------------
    trunk/rkward/rkward/pages/rkward_console.rkh
    trunk/rkward/rkward/pages/rkward_shortcuts.rkh

Modified: trunk/rkward/rkward/pages/rkward_console.rkh
===================================================================
--- trunk/rkward/rkward/pages/rkward_console.rkh	2011-09-13 09:21:37 UTC (rev 3765)
+++ trunk/rkward/rkward/pages/rkward_console.rkh	2011-09-14 06:02:02 UTC (rev 3766)
@@ -41,6 +41,8 @@
 It is also possible to search the command history for lines starting with a specified string. To use this, enter - for example - "print" in the console. Now use Shift+Up / Shift+Down. You will note, that only those recent command lines that started with "print" will be shown.
 
 It is possible to make the second mode of searching the command history the default. In this case, pressing Shift+Up/Down will navigate all commands, while pressing Up/Down without the Shift key will show only matching lines. (see <link href="#settings">Section settings</link>).
+
+You can also save / load a command history at any time during your session, using <i>File->Import / Export command history</i> or the R commands <i>savehistory()</i> and <i>loadhistory()</i>.
 	</section>
 
 	<section id="completion" title="Filename and Object name completion">

Modified: trunk/rkward/rkward/pages/rkward_shortcuts.rkh
===================================================================
--- trunk/rkward/rkward/pages/rkward_shortcuts.rkh	2011-09-13 09:21:37 UTC (rev 3765)
+++ trunk/rkward/rkward/pages/rkward_shortcuts.rkh	2011-09-14 06:02:02 UTC (rev 3766)
@@ -35,6 +35,13 @@
 			<tr><td>Open Workspace</td><td>Ctrl + O</td></tr>
 			<tr><td>Save Workspace</td><td>Ctrl + S</td></tr>
 
+			<tr colspan="2"><td><b>Run Menu</b></td></tr>
+			<tr><td>Run the current line</td><td>Shift + F7</td></tr>
+			<tr><td>Add a linebreak and run the line</td><td>Ctrl + Enter</td></tr>
+			<tr><td>Run the current selection</td><td>Shift + F8</td></tr>
+			<tr><td>Run the current script</td><td>Shift + F9</td></tr>
+			<tr><td>Interrupt all running commands</td><td>Shift + Esc</td></tr>
+
 			<tr colspan="2"><td><b>Windows Menu</b></td></tr>
 			<tr><td>Close Window</td><td>Ctrl + W</td></tr>
 			<tr><td>Previous Window</td><td>Alt + < or Alt + ,</td></tr>

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the rkward-tracker mailing list