| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
yapsy.IPlugin.IPlugin --+
|
object --+ |
| |
lib.userparams.ClassPrefs --+
|
object --+ |
| |
debug.debugmixin --+
|
yapsy.plugins.IPeppyPlugin --+
|
HSIPlugin
HSI viewer plugin to register modes and user interface.
| Nested Classes | |
|
Inherited from |
| Instance Methods | |||
|
Inherited from Inherited from |
|||
| convenience | |||
|---|---|---|---|
|
Inherited from |
|||
| interface | |||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Methods | |
|
Inherited from Inherited from |
| Class Variables | |
classprefs = <peppy.lib.userparams.PrefsProxy object at 0x68c2
|
|
|
Inherited from Inherited from Inherited from |
|
| Properties | |
|
Inherited from |
| Method Details |
Last resort to major mode matching: attempting to open the url. This method is the last resort if all other pattern matching and mode searching fails. Typically, this is only an issue with non-Scintilla editors that use third-party file loading libraries. buffer: the Buffer object to attempt to load
|
Return list of major modes that are compatible to the given stc class. Return an iterator containing the major mode classes if the stc backend is compatible with the given stc. This is used to provide the list of allowable major modes when the user wants to switch the major mode view.
|
Return list of minor modes provided by the plugin that are compatible with the specified major mode. Return an iterator containing the minor modes if they are compatible with the specified major mode class.
|
Return list of actions compatible with the major mode. Return an iterator containing the list of actions provided by this plugin that are compatible with the given major mode. Actions are defined as subclasses of the SelectAction class in menu.py. They define the menubar, toolbar, and keyboard control commands.
|
| Class Variable Details |
classprefs
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:17 2008 | http://epydoc.sourceforge.net |