[rkward-cvs] SF.net SVN: rkward: [1563] trunk/rkward/rkward/pages/rkward_console.rkh

tfry at users.sourceforge.net tfry at users.sourceforge.net
Sun Mar 11 20:28:25 UTC 2007


Revision: 1563
          http://svn.sourceforge.net/rkward/?rev=1563&view=rev
Author:   tfry
Date:     2007-03-11 13:28:24 -0700 (Sun, 11 Mar 2007)

Log Message:
-----------
Upate console help page for filename completion

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

Modified: trunk/rkward/rkward/pages/rkward_console.rkh
===================================================================
--- trunk/rkward/rkward/pages/rkward_console.rkh	2007-03-11 19:34:32 UTC (rev 1562)
+++ trunk/rkward/rkward/pages/rkward_console.rkh	2007-03-11 20:28:24 UTC (rev 1563)
@@ -43,10 +43,12 @@
 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>).
 	</section>
 
-	<section id="completion" title="Object name completion">
+	<section id="completion" title="Filename and Object name completion">
 Pressing the Tab key while typing the name of an R object will try to complete the name of that R object. If several objects start with the typed characters, a list of all those objects will be shown.
 
 For an example, enter "base::pa" in the console, then press Tab. This will list all objects from package base starting with "pa". Now append an "s", and press Tab again. The word will be changed to "paste", as that is the only matching object name.
+
+Based on some simple heuristics, RKWard will try to complete file names instead of object names, where appropriate. This is done, when the cursor seems to be inside a quoted string that does not seem to be part of an object name.
 	</section>
 
 	<section id="settings" title="Configurable Settings">


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