| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
BufferBusyActionMixin --+
|
object --+ |
| |
debug.debugmixin --+ |
| |
SelectAction --+
|
TextModificationAction --+
|
RegionMutateAction
Mixin class to operate only on a selected region.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Class Methods | |
|
Inherited from Inherited from Inherited from |
| Class Variables | |
|
Inherited from Inherited from |
| Properties | |
|
Inherited from |
| Method Details |
The action is only available if a region is selected.
|
Operate on specified text and return new text. Method designed to be overridden by subclasses to provide the text operation desired by the subclass.
|
Change the highlighted region. Perform some text operation on the region. If a region is not active in the STC, the action will not be performed. The operation is performed by the Side effect: moves the cursor to the end of the region.
|
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 |