| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
BufferBusyActionMixin --+
|
object --+ |
| |
debug.debugmixin --+ |
| |
SelectAction --+
|
TextModificationAction --+
|
ScintillaCmdKeyExecute
Base class for an action that uses one of the scintilla key commands.
Scintilla has a number of messages that operate on the text but don't have direct method calls. This base class can be used as a simple wrapper around one of these scintilla messages.
See Also: http://www.yellowbrain.com/stc/keymap.html#exec
| Instance Methods | |||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Class Methods | |
|
Inherited from Inherited from Inherited from |
| Class Variables | |
cmd = 0
|
|
|
Inherited from Inherited from |
|
| Properties | |
|
Inherited from |
| Method Details |
Override this to provide the functionality of the action. This method gets called when the user initiates the action, whether it be from the menu bar, toolbar, or keyboard.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:14 2008 | http://epydoc.sourceforge.net |