| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
actions.base.BufferBusyActionMixin --+
|
object --+ |
| |
debug.debugmixin --+ |
| |
actions.SelectAction --+
|
actions.base.STCModificationAction --+
|
Paste --+
|
PasteAtColumn
| Instance Methods | |||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
| Class Methods | |||
|
|||
|
Inherited from Inherited from |
|||
| Class Variables | |
alias = "paste-at-column"This alias holds an emacs style name that is used during M-X processing. |
|
name = "Paste at Column"This is the name of the menu entry as it appears in the menu bar. |
|
tooltip = "Paste selection indented to the cursor's column"Tooltip that is displayed when the mouse is hovering over the menu entry. |
|
icon = "icons/paste_plain.png"If there is an icon associated with this action, name it here. |
|
default_menu = "Edit", 103The default menu location is specified here as a tuple containing the menu path (separated by / characters) and a number between 1 and 1000 representing the position within the menu. |
|
default_toolbar = FalseToolbar item will automatically be created unless this is False |
|
key_bindings = NoneMap of platform to default keybinding. |
|
global_id = NoneIf the action doesn't use a stock id, it will automatically get assigned a global id here. |
|
|
Inherited from Inherited from |
|
| Properties | |
|
Inherited from |
| Method Details |
Hook to restrict the action to only be displayed with a specific major mode This hook is called by the menu creation code to determine if the action should be displayed when showing the major mode's user interface.
|
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 |