ebrowse-tree-mode

ebrowse-tree-mode is an interactive autoloaded compiled Lisp function in `ebrowse.el'.


(ebrowse-tree-mode)

Parent mode: `special-mode'.

Major mode for Ebrowse class tree buffers.
Each line corresponds to a class in a class tree.
Letters do not insert themselves, they are commands.
File operations in the tree buffer work on class tree data structures.
E.g.C-x C-s writes the tree to the file it was loaded from.

Tree mode key bindings:
key binding
--- -------

0 .. 9 digit-argument

TAB ebrowse-pop/switch-to-member-buffer-for-same-tree
C-k ebrowse-remove-class-at-point
C-l ebrowse-redraw-tree
RET ebrowse-find-class-declaration
SPC ebrowse-view-class-declaration
* ebrowse-expand-all
+ ebrowse-expand-branch
- ebrowse-collapse-branch
/ ebrowse-read-class-name-and-go
? describe-mode
L Prefix Command
M Prefix Command
T Prefix Command
n ebrowse-repeat-member-search
q bury-buffer
x ebrowse-statistics
<down-mouse-1> ebrowse-mouse-1-in-tree-buffer
<down-mouse-3> ebrowse-mouse-3-in-tree-buffer
<mouse-2> ebrowse-mouse-2-in-tree-buffer
<remap> Prefix Command

L F ebrowse-tree-command:show-static-member-functions
L V ebrowse-tree-command:show-static-member-variables
L d ebrowse-tree-command:show-friends
L f ebrowse-tree-command:show-member-functions
L t ebrowse-tree-command:show-types
L v ebrowse-tree-command:show-member-variables
L <remap> Prefix Command

M a ebrowse-mark-all-classes
M t ebrowse-toggle-mark-at-point
M <remap> Prefix Command

T f ebrowse-toggle-file-name-display
T s ebrowse-show-file-name-at-point
T w ebrowse-set-tree-indentation
T <remap> Prefix Command



In addition to any hooks its parent mode `special-mode' might have run,
this mode runs the hook `ebrowse-tree-mode-hook', as the final step
during initialization.