This group contains settings for all faces used in ECB:
Basic face for the ECB directories buffer. This defines the basic face the whole directory buffer should displayed with. If the face
ecb-default-general-face
is used then the display of all ECB-tree-buffers can be changed by modifying only the faceecb-default-general-face
.Changes take first effect after finishing and reactivating ECB!
Face used for highlighting current directory in the directories buffer. If the face
ecb-default-highlight-face
is used then the display of all ECB-tree-buffers can be changed by modifying only the faceecb-default-highlight-face
.Changes take first effect after finishing and reactivating ECB!
Face for not accessible dirs in the directories buffer.
Basic face for displaying the source-path part in a directory bucket. This defines the face for the source-path part in a bucket-node of the history-buffer if
ecb-history-make-buckets
is set to 'directory-with-source-path. For all other values ofecb-history-make-buckets
this option takes no effect.Changes take first effect after finishing and reactivating ECB!
Basic face for displaying a bucket-node in the ECB-history-buffer. This defines the basic face for the bucket-nodes used to bucketize the history-entries as defined with the option
ecb-history-make-buckets
.Changes take first effect after finishing and reactivating ECB!
Face for history entries pointing to dead buffers.
Changes take first effect after finishing and reactivating ECB!
Face used for highlighting current history-entry in the history buffer. If the face
ecb-default-highlight-face
is used then the display of all ECB-tree-buffers can be changed by modifying only the faceecb-default-highlight-face
.Changes take first effect after finishing and reactivating ECB!
Basic face for the ECB directory buffer. This defines the basic face the whole history buffer should displayed with. If the face
ecb-default-general-face
is used then the display of all ECB-tree-buffers can be changed by modifying only the faceecb-default-general-face
.Changes take first effect after finishing and reactivating ECB!
Face for indirect buffers in the history buffer.
Changes take first effect after finishing and reactivating ECB!
Face used for highlighting current method, class or variable in the methods buffer. If the face
ecb-default-highlight-face
is used then the display of all ECB-tree-buffers can be changed by modifying only the faceecb-default-highlight-face
.Changes take first effect after finishing and reactivating ECB!
Face used for for displaying tags of sources not supported by semantic.
Changes take first effect after finishing and reactivating ECB!
Basic face for the ECB methods buffer. This defines the basic face the whole methods buffer should displayed with. If the face
ecb-default-general-face
is used then the display of all ECB-tree-buffers can be changed by modifying only the faceecb-default-general-face
.Changes take first effect after finishing and reactivating ECB!
Face used for highlighting current source in the sources buffer. If the face
ecb-default-highlight-face
is used then the display of all ECB-tree-buffers can be changed by modifying only the faceecb-default-highlight-face
.Changes take first effect after finishing and reactivating ECB!
Basic face for the ECB sources buffer. This defines the basic face the whole sources buffer should displayed with. If the face
ecb-default-general-face
is used then the display of all ECB-tree-buffers can be changed by modifying only the faceecb-default-general-face
.Changes take first effect after finishing and reactivating ECB!
Which face should be used for the symbol prototype in the symboldef-buffer.
The prototype can be the function prototype in case of a function or method or - in case of a variable - the type of the variable (in case of a typed language).
Which face should be used for the symbol itself in the symboldef-buffer.
There are two choices: Either a face or the special symbol 'use-font-lock-face whereas the latter one means that ECB uses that face font-lock uses for fontifying the symbol (e.g. font-lock-function-name-face for a function symbol or font-lock-variable-name-face for a variable symbol).