Package peppy :: Package plugins :: Module buffer_list_mode :: Class BufferListSaveBackwards
[frames] | no frames]

Class BufferListSaveBackwards

          object --+    
                   |    
  FlagBackwardsMixin --+
                       |
      object --+       |
               |       |
debug.debugmixin --+   |
                   |   |
actions.SelectAction --+
                       |
                      BufferListSaveBackwards

Instance Methods

Inherited from FlagBackwardsMixin: action

Inherited from actions.SelectAction: __call__, __init__, getMenuItemName, getSubIds, getTooltip, initPostHook, initPreHook, insertIntoMenu, insertIntoToolbar, isEnabled, showEnable

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Methods

Inherited from actions.SelectAction: getHelp, setAcceleratorText, worksWithMajorMode

Inherited from debug.debugmixin: dprint

Class Variables
  alias = 'buffer-list-save-backwards'
This alias holds an emacs style name that is used during M-X processing.
  name = 'Mark for Save and Move Backwards'
This is the name of the menu entry as it appears in the menu bar.
  tooltip = 'Mark the selected buffer to be saved and move to th...
Tooltip that is displayed when the mouse is hovering over the menu entry.
  default_menu = ('Actions', 111)
The 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 = {'default': 'C-S'}
Map of platform to default keybinding.
  flag = 'S'

Inherited from actions.SelectAction: default_toolbar, global_id, icon, keyboard, stock_id

Inherited from debug.debugmixin: debuglevel

Properties

Inherited from object: __class__

Class Variable Details

tooltip

Tooltip that is displayed when the mouse is hovering over the menu entry. If the tooltip is None, the tooltip is taken from the first line of the docstring, if it exists.

Value:
'Mark the selected buffer to be saved and move to the previous item.'