Package pallavi :: Package plugins :: Module IncrementalFind
[hide private]
[frames] | no frames]

Module IncrementalFind

source code

This plugin creates a simple incremental find dialog
with replace functionality.

This plugin allows you to set the following configuration option:
findOrientation: "HORIZONTAL" or "VERTICAL"
        Set the orientation of the panel, depending on whether you want it docked
        in a horizontal or vertical docking area. The default is HORIZONTAL.

This plugin provides the following actions:
FocusFind
        To show the find window and focus the find textview
        
This plugin invokes the following actions:
ToggleDockPane
        To show the find window when it is focused
        
This plugin provides the following dock windows:
Find and Replace
        Dialog that performs incremental find and replace



Classes [hide private]
  FindPanel
Panel holding find and replace boxes and buttons.
Functions [hide private]
 
setup() source code
 
focusFind(data=None) source code
Variables [hide private]
  findPanel = None