~ubuntu-branches/ubuntu/karmic/rkward/karmic

« back to all changes in this revision

Viewing changes to rkward/plugins/00saveload/load/readtable/description.xml

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Friedrichsmeier
  • Date: 2006-11-06 16:30:00 UTC
  • mfrom: (1.2.1 upstream) (3.1.1 feisty)
  • Revision ID: james.westby@ubuntu.com-20061106163000-qi8ju75eqecrfay7
* new upstream release
* depend on either php4-cli or php5-cli

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
                                <varselector id="varnames" />
64
64
                        </tab>
65
65
                        <tab label="Options" >
66
 
                                <radio id="fill" label="Fill the rows if unequal length" >
67
 
                                        <option value="FALSE" label="False" />
68
 
                                        <option value="'TRUE" label="'True" />
69
 
                                </radio>
70
66
                                <row>
71
67
                                        <input size="small" initial="0" id="skip" label="Number of lines" />
72
68
                                        <input size="small" initial="-1" id="nrows" label="Max number of lines" />
75
71
                                        <input size="small" initial="NA" id="na" label="Character for missing values" />
76
72
                                        <input size="small" initial="#" id="commentchar" label="Character for comments" />
77
73
                                </row>
 
74
                                <checkbox id="fill" checked="false" value="TRUE" value_unchecked="FALSE" label="Fill the rows if unequal length" />
78
75
                                <checkbox value_unchecked="FALSE" checked="true" value="TRUE" id="checkname" label="Check syntax of the variables names" />
79
76
                                <checkbox value_unchecked="FALSE" checked="false" value="TRUE" id="stripwhite" label="Strip white values" />
80
77
                                <checkbox value_unchecked="FALSE" checked="true" value="TRUE" id="blanklinesskip" label="Skip blank lines" />