~ubuntu-branches/ubuntu/saucy/ecb/saucy

« back to all changes in this revision

Viewing changes to html-help/Filtering-Directories.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:
 
1
<html lang="en">
 
2
<head>
 
3
<title>ECB - the Emacs Code Browser</title>
 
4
<meta http-equiv="Content-Type" content="text/html">
 
5
<meta name=description content="ECB - the Emacs Code Browser">
 
6
<meta name=generator content="makeinfo 4.2">
 
7
<link href="http://www.gnu.org/software/texinfo/" rel=generator-home>
 
8
</head>
 
9
<body>
 
10
<p>
 
11
Node:<a name="Filtering%20Directories">Filtering Directories</a>,
 
12
Next:<a rel=next accesskey=n href="Filtering-Sources.html#Filtering%20Sources">Filtering Sources</a>,
 
13
Previous:<a rel=previous accesskey=p href="Filtering-the-tree-buffers.html#Filtering%20the%20tree-buffers">Filtering the tree-buffers</a>,
 
14
Up:<a rel=up accesskey=u href="Filtering-the-tree-buffers.html#Filtering%20the%20tree-buffers">Filtering the tree-buffers</a>
 
15
<hr><br>
 
16
 
 
17
<h4>Applying filters to the Directories-buffer</h4>
 
18
 
 
19
<p>With the option <code>ecb-excluded-directories-regexps</code> certain
 
20
directories can be excluded from being displayed in the
 
21
directories-browser of ECB. This can be done by defining regular
 
22
expressions. If the name of a directory matches at least one of the
 
23
regexps of this option the directory is not displayed in the
 
24
directories-tree-buffer.
 
25
 
 
26
<p>The option <code>ecb-sources-exclude-cvsignore</code> allows to exclude
 
27
source-files from the sources-tree-buffer if their name is listed in a
 
28
so called <code>.cvsignore</code>-file. This option is a list of regular
 
29
expressions and if a directory-name matches at least one of these
 
30
regexps then all files listed in the <code>.cvsignore</code>-file of this
 
31
directory are not displayed in the sources-tree-buffer.
 
32
 
 
33
</body></html>
 
34