~ubuntu-branches/debian/lenny/ecb/lenny

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<html lang="en">
<head>
<title>ECB - the Emacs Code Browser</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name=description content="ECB - the Emacs Code Browser">
<meta name=generator content="makeinfo 4.2">
<link href="http://www.gnu.org/software/texinfo/" rel=generator-home>
</head>
<body>
<p>
Node:<a name="ECB%20Sources-buffer">ECB Sources-buffer</a>,
Next:<a rel=next accesskey=n href="ECB-Methods-buffer.html#ECB%20Methods-buffer">ECB Methods-buffer</a>,
Previous:<a rel=previous accesskey=p href="ECB-Directories-buffer.html#ECB%20Directories-buffer">ECB Directories-buffer</a>,
Up:<a rel=up accesskey=u href="Overview.html#Overview">Overview</a>
<hr><br>

<h3>ECB Sources-buffer</h3>

<ul>
<li>Source files can be selected by clicking with the primary mouse button
(see <a href="Using-the-mouse.html#Using%20the%20mouse">Using the mouse</a>) or hitting RETURN (see <a href="Using-the-keyboard.html#Using%20the%20keyboard">Using the keyboard</a>) on the source row in the <dfn>ECB-Sources</dfn> or
<dfn>ECB-History</dfn> windows. The buffer of the selected source-file will
be displayed in an edit-window - which one depends on the setting in
<code>ecb-mouse-click-destination</code>.

<p>IMPORTANT: If you use the POWER-click (i.e. hold down the SHIFT-key
while clicking with the primary mouse button (see <a href="Using-the-mouse.html#Using%20the%20mouse">Using the mouse</a>)
or RETURN (see <a href="Using-the-keyboard.html#Using%20the%20keyboard">Using the keyboard</a>)) on a source row in the
ECB-Sources or ECB-History windows then the source will not be
displayed in an edit-window but it will be scanned in the background
and all its contents (e.g. methods and variables) are listed in the
<dfn>ECB Methods</dfn> window (see <a href="ECB-Methods-buffer.html#ECB%20Methods-buffer">ECB Methods-buffer</a>. So you can get an
overlook over the source without changing the buffer in the
edit-window.

</p><li>Clicking on the source file with the secondary mouse button or
C-RETURN (see <a href="Usage-of-ECB.html#Usage%20of%20ECB">Usage of ECB</a>) will open the source file in
another edit window - which one depends on the setting in
<code>ecb-mouse-click-destination</code>.

<li>Right clicking on a source file (mouse-button 3) will open a popup
menu where different operation on the item under the mouse cursor can
be performed. 
</ul>

</body></html>