| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
BufferBusyActionMixin --+
|
object --+ |
| |
debug.debugmixin --+ |
| |
SelectAction --+
|
TextModificationAction --+
|
ParagraphOrRegionMutateAction
Mixin class to operate on the current paragraph, as defined by the current major mode.
| 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 |
Operate on the paragraph and return a new list of lines. Method designed to be overridden by subclasses to provide the text operation desired by the subclass.
|
Change the current paragraph or highlighted region. Perform some text operation on the current line or region. If a region is active in the STC, use it after making sure that it is made up of complete lines; otherwise, use the line as defined by STC_CMD_HOME and STC_CMD_LINEEND. The operation is performed by the Side effect: moves the cursor to the end of the region if it operated on the region, or to the start of the next line.
|
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 |