Node:ECB Sources-buffer, Next:ECB Methods-buffer, Previous:ECB Directories-buffer, Up:Basic interactors
ECB offers two interactors for displaying source-file-names: The sources- and the history-interactor. The former one displays all source-file names of the currently selected directory of the directories-interactor (see ECB Directories-buffer) whereas the latter one displays the names of all currently loaded source-files regardless in which directory they reside so it works as a "history" of source-files.
Both the sources- and the history-tree-buffer are "flat" tree-buffers means all nodes are direct children of the invisible root-node and can not be expanded.
ecb-mouse-click-destination
.
IMPORTANT: If you use the POWER-click (i.e. hold down the SHIFT-key while clicking with the primary mouse button (see Using the mouse) or RETURN (see Using the keyboard)) 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 ECB Methods window (see ECB Methods-buffer. So you can get an overlook over the source without changing the buffer in the edit-window.
ecb-mouse-click-destination
.
Either use one of the predefined layouts which contain the sources
(rsp. history) interactor (see Changing the ECB-layout) (e.g. via
C-c . l c) or create a new ecb-layout via the command
ecb-create-new-layout
and add a buffer of type "sources"
(rsp. "history") into this new layout (see Creating a new ECB-layout).
See ecb-sources and ecb-history for a list of all options currently available for customizing these interactors to your needs.