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

tfry at users.sourceforge.net tfry at users.sourceforge.net
Tue Sep 25 10:40:33 UTC 2007


Revision: 1993
          http://rkward.svn.sourceforge.net/rkward/?rev=1993&view=rev
Author:   tfry
Date:     2007-09-25 03:40:32 -0700 (Tue, 25 Sep 2007)

Log Message:
-----------
FOR 0.4.8: More help on the workspace browser

Modified Paths:
--------------
    trunk/rkward/rkward/pages/rkward_workspace_browser.rkh
    trunk/rkward/rkward/settings/rksettingsmoduleobjectbrowser.h

Modified: trunk/rkward/rkward/pages/rkward_workspace_browser.rkh
===================================================================
--- trunk/rkward/rkward/pages/rkward_workspace_browser.rkh	2007-09-25 10:17:39 UTC (rev 1992)
+++ trunk/rkward/rkward/pages/rkward_workspace_browser.rkh	2007-09-25 10:40:32 UTC (rev 1993)
@@ -38,4 +38,16 @@
 		<li><b>Rename / Delete</b>: These should be obvious.</li>
 	</ul>
 	</section>
+
+	<section title="Configurable Settings" id="settings">
+	Some default settings for the Workspace Browser can be configured using Settings->Configure RKWard->Workspace, or by selecting "Configure Defaults" from the context menu:
+
+	<ul>
+		<li><b>Show hidden objects / show all environments</b>: See <link href="#introduction">above</link>. In contrast to the settings made directly in the workspace browser, these configure the <i>default</i> settings in the workspace browser (i.e. those that are effectively after restarting RKWard).</li>
+		<li><b>Show objects with children</b>: Controls whether objects with children (such as environments, lists) are shown, even if they do not correspond to the current filter.</li>
+		<li><b>Show variables / functions</b>: Equivalent to the "All vs. Non-Function vs. Functions" control described <link href="#introduction">above</link>.</li>
+		<li><b>Label field / Type field / Class field</b>: Which columns are shown for each object?</li>
+		<li><b>Never fetch the structure of these packages</b>: Some (few) R packages contain <b>very</b> many small objects (tens of thousands). In the worst case, trying to fetch structure information on those (i.e. fetching the information to be shown in the workspace browser) can consume a lot of resources and make RKWard unresponsive. Package "GO" is one such package, and is "blacklisted" by default. If you note that loading a package takes exceedingly long, you may consider adding it to this list.</li>
+	</ul>
+	</section>
 </document>
\ No newline at end of file

Modified: trunk/rkward/rkward/settings/rksettingsmoduleobjectbrowser.h
===================================================================
--- trunk/rkward/rkward/settings/rksettingsmoduleobjectbrowser.h	2007-09-25 10:17:39 UTC (rev 1992)
+++ trunk/rkward/rkward/settings/rksettingsmoduleobjectbrowser.h	2007-09-25 10:40:32 UTC (rev 1993)
@@ -53,6 +53,8 @@
 	static bool isSettingActive (RKObjectListViewSettings::Settings setting);
 
 	static bool isPackageBlacklisted (const QString &package_name);
+
+	QString helpURL () { return ("rkward://page/rkward_workspace_browser#settings"); };
 public slots:
 /** called when a checkbox has been changed. Signals change to RKSettings dialog to enable apply button */
 	void boxChanged (int);


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