| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
actions.base.BufferBusyActionMixin --+
|
object --+ |
| |
debug.debugmixin --+ |
| |
actions.SelectAction --+
|
actions.base.TextModificationAction --+
|
ElectricReturn
| Instance Methods | |||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Class Methods | |
|
Inherited from Inherited from Inherited from |
| Class Variables | |
alias = "electric-return"This alias holds an emacs style name that is used during M-X processing. |
|
name = "Electric Return"This is the name of the menu entry as it appears in the menu bar. |
|
tooltip = "Indent the next line following a return"Tooltip that is displayed when the mouse is hovering over the menu entry. |
|
icon = 'icons/text_indent_rob.png'If there is an icon associated with this action, name it here. |
|
key_bindings = {'default': 'RET',}Map of platform to default keybinding. |
|
|
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:20 2008 | http://epydoc.sourceforge.net |