Strip whitespace from found lines to prevent listview rows from being two lines tall.
[rox-find.git] / Options.xml
blobb4cc851d3e9a208bb0fdbf7aff8591965cb70367
1 <?xml version="1.0"?>
2 <options>
3         <section title="Settings">
4                 <frame label='Find command'>
5                         <label>Your preferred find command settings.</label>
6                         <label>Use $P, $F and $T to represent the search Path, the Files to examine and the search Text.  Additional options are defined below.</label>
7                         <entry name='find_cmd'/>
8                         <toggle name='match_case' label='Match case ($C)'/>
9                         <hbox>
10                                 <entry name='match_case_on' label='On'/>
11                                 <entry name='match_case_off' label='Off'/>
12                         </hbox>
13                         <toggle name='match_words' label='Match whole words ($W)'/>
14                         <hbox>
15                                 <entry name='match_words_on' label='On'/>
16                                 <entry name='match_words_off' label='Off'/>
17                         </hbox>
18                         <toggle name='recurse_dirs' label='Recurse subdirectories ($R)'/>
19                         <hbox>
20                                 <entry name='recurse_dirs_on' label='On'/>
21                                 <entry name='recurse_dirs_off' label='Off'/>
22                         </hbox>
23                         <toggle name='ignore_binary' label='Ignore binary files ($B)'/>
24                         <hbox>
25                                 <entry name='ignore_binary_on' label='On'/>
26                                 <entry name='ignore_binary_off' label='Off'/>
27                         </hbox>
28                 </frame>
29                 <frame label='Edit command'>
30                         <label>Your preferred text editor</label>
31                         <label>(use $File and $Line to represent filename and line number)</label>
32                         <entry name='edit_cmd'/>
33                 </frame>
34         </section>
35 </options>