[rkward-cvs] rkward/rkward/plugins/00saveload/load/readtable description.xml, 1.7, 1.8
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Wed Aug 16 14:24:13 UTC 2006
Update of /cvsroot/rkward/rkward/rkward/plugins/00saveload/load/readtable
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv1699
Modified Files:
description.xml
Log Message:
Fix "fill rows"-option, and convert it to use a checkbox instead of radio
Index: description.xml
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/plugins/00saveload/load/readtable/description.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** description.xml 14 Apr 2006 21:01:04 -0000 1.7
--- description.xml 16 Aug 2006 14:24:11 -0000 1.8
***************
*** 64,71 ****
</tab>
<tab label="Options" >
- <radio id="fill" label="Fill the rows if unequal length" >
- <option value="FALSE" label="False" />
- <option value="'TRUE" label="'True" />
- </radio>
<row>
<input size="small" initial="0" id="skip" label="Number of lines" />
--- 64,67 ----
***************
*** 76,79 ****
--- 72,76 ----
<input size="small" initial="#" id="commentchar" label="Character for comments" />
</row>
+ <checkbox id="fill" checked="false" value="TRUE" value_unchecked="FALSE" label="Fill the rows if unequal length" />
<checkbox value_unchecked="FALSE" checked="true" value="TRUE" id="checkname" label="Check syntax of the variables names" />
<checkbox value_unchecked="FALSE" checked="false" value="TRUE" id="stripwhite" label="Strip white values" />
More information about the rkward-tracker
mailing list