| Home | Trees | Indices | Help |
|
|---|
|
|
Your one-stop shop for minor mode building blocks.
Minor modes provide enhancements to a major mode or a set of major modes. They can be very limited and only apply to some major modes, or more general and be applicable to lots of major modes. It just depends on the implementation and what the goals are.
A minor mode is created by subclassing from MinorMode and
implementing the createWindows method if you
are adding a window to the major mode's AuiManager area, or implementing
setup if you don't need an element.
Registering your minor mode means creating a yapsy plugin extending the IPeppyPlugin interface that returns a list of minor modes through the getMinorModes method.
| Classes | |
|
MinorMode Mixin class for all minor modes. |
|
|
MinorModeEntry Simple wrapper to hold a class and an instance |
|
|
MinorModeList Container holding a list of minor modes attached to a parent major mode |
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:13 2008 |