Package peppy :: Package actions :: Module pypefind :: Class FindText
[frames] | no frames]

Class FindText

                object --+            
                         |            
base.BufferBusyActionMixin --+        
                             |        
            object --+       |        
                     |       |        
      debug.debugmixin --+   |        
                         |   |        
              SelectAction --+        
                             |        
   base.TextModificationAction --+    
                                 |    
       minibuffer.MinibufferAction --+
                                     |
                                    FindText

Nested Classes
  minibuffer
Adapter for PyPE findbar.
Instance Methods

Inherited from minibuffer.MinibufferAction: action, getInitialValueHook, processMinibuffer

Inherited from base.BufferBusyActionMixin: isActionAvailable, isEnabled

Inherited from 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 base.TextModificationAction: worksWithMajorMode

Inherited from SelectAction: getHelp, setAcceleratorText

Inherited from debug.debugmixin: dprint

Class Variables
  name = 'Find...'
This is the name of the menu entry as it appears in the menu bar.
  tooltip = 'Search for a string in the text.'
Tooltip that is displayed when the mouse is hovering over the menu entry.
  default_menu = ('Edit', -400)
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.
  icon = 'icons/find.png'
If there is an icon associated with this action, name it here.
  key_bindings = {'default': 'C-F', 'emacs': 'C-S'}
Map of platform to default keybinding.

Inherited from minibuffer.MinibufferAction: minibuffer_label

Inherited from SelectAction: alias, default_toolbar, global_id, keyboard, stock_id

Inherited from debug.debugmixin: debuglevel

Properties

Inherited from object: __class__