~ubuntu-branches/ubuntu/breezy/ecb/breezy

« back to all changes in this revision

Viewing changes to html-help/ecb-history.html

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Jaspert
  • Date: 2004-09-01 22:15:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040901221518-0jfdt2apb2rj69ey
Tags: 2.27-1
And include latest Upstream too...

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
<p>
64
64
<table width="100%">
65
65
<tr>
 
66
<td align="left"><b>history-exclude-file-regexps</b><i>
 
67
</i></td>
 
68
<td align="right">User Option</td>
 
69
</tr>
 
70
</table>
 
71
<table width="95%" align="center">
 
72
<tr><td>
 
73
List of regexps which exclude source-files from being historized. Be
 
74
aware that each always full filenames (ie. incl. full path) are
 
75
matched against these regexps! Therefore be carefore with regexps
 
76
beginning with ^! 
 
77
</td></tr>
 
78
</table>
 
79
 
 
80
<p>
 
81
<table width="100%">
 
82
<tr>
66
83
<td align="left"><b>history-item-name</b><i>
67
84
</i></td>
68
85
<td align="right">User Option</td>
143
160
<p>
144
161
<table width="100%">
145
162
<tr>
 
163
<td align="left"><b>history-sort-ignore-case</b><i>
 
164
</i></td>
 
165
<td align="right">User Option</td>
 
166
</tr>
 
167
</table>
 
168
<table width="95%" align="center">
 
169
<tr><td>
 
170
Ignore case for sorting the history-entries. See also
 
171
<code>ecb-history-sort-method</code>. 
 
172
</td></tr>
 
173
</table>
 
174
 
 
175
<p>
 
176
<table width="100%">
 
177
<tr>
 
178
<td align="left"><b>history-sort-method</b><i>
 
179
</i></td>
 
180
<td align="right">User Option</td>
 
181
</tr>
 
182
</table>
 
183
<table width="95%" align="center">
 
184
<tr><td>
 
185
Defines how the entries in the history-buffer are sorted.
 
186
<ul>
 
187
<li><code>name</code>:
 
188
Sorting by name (default). 
 
189
<li><code>extension</code>:
 
190
Sorting first by extension and then by name. 
 
191
<li><code>nil</code>:
 
192
No sorting, means the most recently used buffers are on the top of the
 
193
history and the seldom used buffers at the bottom. 
 
194
</ul>
 
195
 
 
196
<p>See also <code>ecb-history-sort-ignore-case</code>. 
 
197
</td></tr>
 
198
</table>
 
199
 
 
200
<p>
 
201
<table width="100%">
 
202
<tr>
146
203
<td align="left"><b>kill-buffer-clears-history</b><i>
147
204
</i></td>
148
205
<td align="right">User Option</td>
165
222
</td></tr>
166
223
</table>
167
224
 
168
 
<p>
169
 
<table width="100%">
170
 
<tr>
171
 
<td align="left"><b>sort-history-items</b><i>
172
 
</i></td>
173
 
<td align="right">User Option</td>
174
 
</tr>
175
 
</table>
176
 
<table width="95%" align="center">
177
 
<tr><td>
178
 
Sorts the items in the history buffer. 
179
 
</td></tr>
180
 
</table>
181
 
 
182
225
</body></html>
183
226