[Sciviews-commits] r266 - in komodo: . SciViews-K/content/js

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue May 4 09:52:01 CEST 2010


Author: phgrosjean
Date: 2010-05-04 09:52:00 +0200 (Tue, 04 May 2010)
New Revision: 266

Modified:
   komodo/SciViews-K/content/js/commands.js
   komodo/TODO
Log:
Comments and items added to the TODO list for reworking svRQuiet and shortcuts

Modified: komodo/SciViews-K/content/js/commands.js
===================================================================
--- komodo/SciViews-K/content/js/commands.js	2010-05-04 00:44:48 UTC (rev 265)
+++ komodo/SciViews-K/content/js/commands.js	2010-05-04 07:52:00 UTC (rev 266)
@@ -144,6 +144,8 @@
 	//.getService(Components.interfaces.koIOs);
 	//path = os.path.dirname(path);
 	//if (path) path += os.sep;
+	//TODO: shouldn't we replace this with a command line argument which would
+	// be more flexible, because it should allow much more than just --quiet???
 	var Quiet = sv.prefs.getString("svRQuiet")? "--quiet " : " ";
 
 	cmd = cmd.replace("%Path%", path).replace("%cwd%", cwd)

Modified: komodo/TODO
===================================================================
--- komodo/TODO	2010-05-04 00:44:48 UTC (rev 265)
+++ komodo/TODO	2010-05-04 07:52:00 UTC (rev 266)
@@ -1,5 +1,11 @@
 = SciViews-K To Do
 
+* Resolve conflicting shortcuts and define shortcuts that can be used on all
+platforms => difficult task!!!
+
+* svRQuiet should be a string, not a boolean. Shouldn't we switch to svRArgs
+which would contain more args than just --quiet???
+
 * Allow defining in which library to install R packages during configuration of
 R.
 



More information about the Sciviews-commits mailing list