| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
actions.base.BufferBusyActionMixin --+
|
object --+ |
| |
debug.debugmixin --+ |
| |
actions.SelectAction --+
|
actions.base.STCModificationAction --+
|
Paste
| Instance Methods | |||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Class Methods | |
|
Inherited from Inherited from Inherited from |
| Class Variables | |
alias = "paste-from-clipboard"This alias holds an emacs style name that is used during M-X processing. |
|
name = "Paste"This is the name of the menu entry as it appears in the menu bar. |
|
tooltip = "Paste"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", 102The 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. |
|
key_bindings = {'win': "C-V", 'mac': "C-V"}Map of platform to default keybinding. |
|
|
Inherited from Inherited from |
|
| Properties | |
|
Inherited from |
| Method Details |
Override this instead of isEnabled when using this mixin Provides a hook to isEnabled so subclasses can provide more information about the enabled state if the buffer is not busy.
|
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 |