[rkward-cvs] SF.net SVN: rkward:[4480] trunk/rkward/rkward/plugins/data

tfry at users.sourceforge.net tfry at users.sourceforge.net
Wed Dec 5 17:02:54 UTC 2012


Revision: 4480
          http://rkward.svn.sourceforge.net/rkward/?rev=4480&view=rev
Author:   tfry
Date:     2012-12-05 17:02:54 +0000 (Wed, 05 Dec 2012)
Log Message:
-----------
Document new settings.

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/data/sort.rkh
    trunk/rkward/rkward/plugins/data/sort.xml

Modified: trunk/rkward/rkward/plugins/data/sort.rkh
===================================================================
--- trunk/rkward/rkward/plugins/data/sort.rkh	2012-12-05 15:23:45 UTC (rev 4479)
+++ trunk/rkward/rkward/plugins/data/sort.rkh	2012-12-05 17:02:54 UTC (rev 4480)
@@ -8,11 +8,15 @@
 save to a separate object.
 	</usage>
 	<settings>
+		<caption id="basic_settings"/>
 		<setting id="object">The object to sort. If a data.frame editor window is currently active, the corresponding object name will be filled in as a default.</setting>
-		<setting id="sortby">Only for data.frame objects. Select the column to sort by.</setting>
-		<setting id="order">Sort in ascending or descending order.</setting>
+		<setting id="sortby">Only for data.frame objects. Select the column(s) to sort by.</setting>
 		<setting id="saveto_select">Chose "Same object" (the default) to replace the object to be sorted with the sorted variant. If, instead, you want to keep the unsorted object, chose "Another object" to save the sorted object, separately.</setting>
 		<setting id="saveto">Only, if you selected "Another object", above: Specify the object to save to.</setting>
+		<caption id="sort_order"/>
+		<setting id="order">Sort in ascending or descending order.</setting>
+		<setting id="conversion">Allows to apply conversions, which may affect sort order (when sorting data.frames, this option is available for each column to sort by).</setting>
+		<setting id="reverse">When sorting data.frames, this option allows to reverse the global sort order for individual columns.</setting>
 	</settings>
 	<related>
 		<ul>

Modified: trunk/rkward/rkward/plugins/data/sort.xml
===================================================================
--- trunk/rkward/rkward/plugins/data/sort.xml	2012-12-05 15:23:45 UTC (rev 4479)
+++ trunk/rkward/rkward/plugins/data/sort.xml	2012-12-05 17:02:54 UTC (rev 4480)
@@ -41,7 +41,7 @@
 
 	<dialog label="Sort data">
 		<tabbook>
-			<tab label="Basic settings">
+			<tab id="basic_settings" label="Basic settings">
 				<row>
 					<varselector id="selector"/>
 					<column>
@@ -60,7 +60,7 @@
 				</row>
 				<stretch/>
 			</tab>
-			<tab label="Sort order">
+			<tab id="sort_order" label="Sort order">
 				<radio id="order" label="Sort order">
 					<option label="Ascending" value="" checked="true"/>
 					<option label="Descending" value=", decreasing=TRUE"/>

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