[Top] [Contents] [Index] [ ? ]

Footnotes

(1)

All required packages can simply autom. marked by hitting r in the packages buffer. But this installs a lot of packages more (e.g. the Newsreader Gnus) which are really not essential for ECB. Therefore it is recommended to mark the required packages by hand.

(2)

The speedbar-version shipped with GNU Emacs <= 21.3 does not satisfy the requirements for this feature - download a newer one!

(3)

This works at least for Emacs 20.X and Emacs 21.X but XEmacs may have slightly different mechanisms; see the XEmacs documentation

(4)

Cause of full loading of ECB itself and also the packages semantic, eieio and speedbar regardless if ECB is started.

(5)

ECB, semantic, eieio and speedbar are first loaded after starting ECB or with other words: ECB and semantic are not loaded if you do not use/need them

(6)

semantic supports some more "languages" like Makefiles etc. but these are the most important ones.

(7)

Especially for C++ and C you can use any extension you want but these are the most common ones!

(8)

Of course only for major-modes supported by semantic!

(9)

setq replaces/overwrites the current value of a hook with the new value whereas add-hook adds the new value to the old-value of the hook!

(10)

This means first hitting the keys M (Meta- or Alt-key) and x simultaneously, inserting "customize-option" in the minibuffer, hitting RETURN, inserting "ecb-source-path" in the minibuffer and finally hitting RETURN again

(11)

This is only one example of the layouts ECB offers, see 4.8.1 Changing and customizing the ECB-layout

(12)

Activation is also possible via the menu "Tools --> Start Code Browser (ECB)".

(13)

means mouse-2 while CTRL-key is pressed.

(14)

Regardless if a tree-window or an edit-window

(15)

To be more general: They can be used to run any arbitrary lisp code after a tree-buffer creation!

(16)

other-window allows to select ARG'th different window, i.e. the window ARG steps away from current window in the cyclic order of the windows

(17)

other-window uses the same window-ordering as walk-windows

(18)

Do not confuse the term "class" in the context of a tag, which means the class of the tag and which is a semantic-term and a "class" in the context of an object oriented language like Java or C++! Normally the surrounding context sould be sufficient to understand which type of "class" is meant whenever the term "class" is used in this manual.

(19)

The command ecb-show-layout-help' shows the outline-picture for all built-in layouts.

(20)

During the creation process you will be asked in the minibuffer for several options; here you can use TAB-completion and an "empty" RET chooses always the first option!

(21)

This command is adviced per default, see 4.3 Working with the edit-window(s) of the edit-area.

(22)

e.g. a method, a variable or any other semantic tag

(23)

At least for the options for which setq is explicitly forbidden, but it is recommended to use always such a mechanism

(24)

The file `site-ecb.el' contains all site-wide settings for ECB

(25)

cygwin is available at http://cygwin.com/

(26)

Of course ecb-directories-general-face, ecb-sources-general-face, ecb-methods-general-face and ecb-history-general-face must be set to ecb-default-general-face!

(27)

Only one of them is needed if you use speedbar because speedbar displays directories and sources in one window. But if you like wasting space then you can also use a layout with both windows...

(28)

The standard behavior is switching between the speedbar-frame and the attached frame, but this make obviously no sense during running speedbar with ECB.

(29)

TRAMP stands for 'Transparent Remote (file) Access, Multiple Protocol'. This package provides remote file editing, similar to ANGE-FTP.

(30)

This package attempts to make accessing files and directories using FTP from within Emacs as simple and transparent as possible.

(31)

A system for transparent file-transfer between remote hosts using the FTP protocol within Emacs

(32)

This avoids long lasting and annoying blocking of ECB when a remote-path is not accessible: Without a ping ECB would always try to open this directory through the appropriate library (e.g. TRAMP) and it would depend on the timeout-mechanism of this library (e.g. TRAMP has 60 seconds) how long ECB would be blocked. First after this timeout ECB could start working! A fast "pre"-ping avoids this problem!

(33)

Of course only when Emacs is capable to display images; otherwise a suitable ascii-icon will be displayed.

(34)

For this the most recent version of the VC-package (incl. the library vc-svn.el) is needed - as contained in CVS Emacs

(35)

The VC-package of Emacs offers a standardised and uniform interface for several backends; per default CVS, RCS, SCCS and Subversion are supported by the VC-package.

(36)

i.e. not already supported by the VC-package because all these backends are automatically supported by ECB too!

(37)

Of course you can use eshell also if there is no compile-window. Then it is just displayed in the edit-area and there is no special integration.

(38)

If you need a dynamic way of menu-extension then you should have a look at the options ecb-directories-menu-user-extension-function and ecb-sources-menu-user-extension-function.

(39)

Maybe future versions of ECB (> 1.94) will offer an autom. mechanism for this.

(40)

And of course all other escreen-goto-* commands!

(41)

For a better look&feel of such a tree-buffer ECB displays only the last subnode of an opened node with a handle!

(42)

I.e. regardless of the settings in ecb-advice-window-functions!

(43)

JDEE is available at http://jdee.sunsite.dk/

(44)

You can change the code in the file `ecb-examples.el' to use a frame-fraction of 0.2 instead of 6 hard lines, just try it!

(45)

The "dedicated setter functions" for all these ecb-windows/buffers are not explicitly described - they look all like ecb-set-left1-buffer - of course with different buffer-names!

(46)

Xrefactory is available at http://www.xref-tech.com

(47)

http://jdee.sunsite.dk/

(48)

Nes is a combination of No and Yes :-)


This document was generated by XEmacs shared group account on December, 19 2009 using texi2html 1.65.