[Sciviews-commits] r254 - komodo pkg/svMisc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Apr 21 21:44:00 CEST 2010
Author: phgrosjean
Date: 2010-04-21 21:44:00 +0200 (Wed, 21 Apr 2010)
New Revision: 254
Modified:
komodo/TODO
pkg/svMisc/NEWS
Log:
Slight correction in svMisc's NEWS file
Modified: komodo/TODO
===================================================================
--- komodo/TODO 2010-03-28 21:41:01 UTC (rev 253)
+++ komodo/TODO 2010-04-21 19:44:00 UTC (rev 254)
@@ -52,3 +52,13 @@
* Update the web site
+Not really *named* regions, but an easy way to run portions of code quickly in SciViews-K (http://www.sciviews.org/SciViews-K):
+* R -> Run marked block (or Ctrl+Shift+M) runs code between two bookmarks,
+* R -> Run function (or Ctrl+Shift+F) runs the code of the whole current function (you may prefer R -> Source function in this particular case),
+* R -> Run paragraph (or Ctrl+Shift+H) runs code in the current paragraph ("paragraphs" are consecutives lines or R code separated from other "paragraphs" by empty lines).
+* Named regions of code (+ list "a la TODO list" with 'go to...' and 'run' + code folding on regions):
+#REGION Init
+library(whatever)
+myprint<-function(...){print(...)}
+#ENDREGION
+
Modified: pkg/svMisc/NEWS
===================================================================
--- pkg/svMisc/NEWS 2010-03-28 21:41:01 UTC (rev 253)
+++ pkg/svMisc/NEWS 2010-04-21 19:44:00 UTC (rev 254)
@@ -3,7 +3,7 @@
== Changes in svMisc 0.9-57
* A bug in descArgs() with R >= 2.10 did not allowed to gest arguments
- description for functions usnig the '...' argument. Thanks to Diego Zardetto
+ description for functions using the '...' argument. Thanks to Diego Zardetto
for pointing this bug.
More information about the Sciviews-commits
mailing list