Common commands
There is a wide variety of commands available in OO-Browser. The
following list displays just the subset I personally use most.
- C-c C-o
- or M-x oo-browser starts the browser.
- C-c C-e
- Rebuilds the viewed environment. This must be done when
new classes or methods are added to the source code.
- C-c C-v
- Moves the point between editor and listing windows.
- a
- View the ancestors of the selected class, all the way up to root class.
- d
- View all the descendants of the selected class.
- f
- View the features of the current class. Class features are all
the methods specific to the class and all the inherited classes and
their methods.
- v
- View the source code of the selected item. The item can be
either class or feature.
- e
- Edit the source code of the selected item.
- i
- Display the documentation string for the selected item.
- I
- Display all classes implementing the selected method.
- M-g
- Launch xoobr to give a graphical tree view of the current item.
Multiple tree views can be open at the same time. If items features
are displayed, those will be visible in the tree view as well.
Clicking on the tree leaves will display the corresponding source
location in the editor.
- M-k
- Kills all the xoobr windows.