Package peppy :: Package plugins :: Module cursor_movement :: Class EndOfLine
[frames] | no frames]

Class EndOfLine

                        object --+            
                                 |            
actions.base.BufferBusyActionMixin --+        
                                     |        
                    object --+       |        
                             |       |        
              debug.debugmixin --+   |        
                                 |   |        
              actions.SelectAction --+        
                                     |        
   actions.base.TextModificationAction --+    
                                         |    
       actions.base.ScintillaCmdKeyExecute --+
                                             |
                                            EndOfLine

Instance Methods

Inherited from actions.base.ScintillaCmdKeyExecute: action

Inherited from actions.base.BufferBusyActionMixin: isActionAvailable, isEnabled

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

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

Class Methods

Inherited from actions.base.TextModificationAction: worksWithMajorMode

Inherited from actions.SelectAction: getHelp, setAcceleratorText

Inherited from debug.debugmixin: dprint

Class Variables
  alias = 'end-of-line'
This alias holds an emacs style name that is used during M-X processing.
  name = 'Cursor to End of Line'
This is the name of the menu entry as it appears in the menu bar.
  tooltip = 'Move the cursor to the end of the current line'
Tooltip that is displayed when the mouse is hovering over the menu entry.
  key_bindings = {'default': 'END', 'emacs': 'C-E'}
Map of platform to default keybinding.
  cmd = 2314

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

Inherited from debug.debugmixin: debuglevel

Properties

Inherited from object: __class__