-
Notifications
You must be signed in to change notification settings - Fork 1
/
quicksearch.hlf
50 lines (35 loc) · 1.68 KB
/
quicksearch.hlf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.Language=English,English
.Options CtrlColorChar=\
.Options CtrlStartPosChar=^<wrap>
@Contents
$ #QuickSearch# v0.0.2.5
This plugin implements incremental search in FAR Manager internal editor.
#Operation:#
• Start the plugin from the Plugins menu or by a key macro.
► The status line text changes to a #/#.
• Enter some characters.
► The nearest occurence of the entered pattern is found and selected.
► The status line displays the pattern.
#Keys:#
#Esc# Cancel search and restore original position and block selection.
#Enter# Exit search, leaving the current selection.
#Tab# ^<wrap>Remember the current position and search for a second pattern.
The whole text between the first and second patterns will be selected. A second press
of #Tab# discards the second pattern and returns to regular search.
#F3# Find next occurence.
#Shift-F3# Find previous occurence.
#Ctrl-V#, Append clipboard contents to the current pattern.
#Shift-Ins#
#Tips & Tricks:#
• ^<wrap>Pressing #Tab# immediately after starting QuickSearch (i.e. when the first
pattern is empty) will extend the existing block selection to include the second
pattern.
• ^<wrap>If QuickSearch is invoked while a vertical block is selected, the search
result will also be marked with a vertical block.
~License~@License@
Written by Yuri Khan <yurivkhan@@gmail.com>
Home page: ~http://yurivkhan.github.com/quicksearch/~@http://yurivkhan.github.com/quicksearch/@
@License
$ #License#
QuickSearch is licensed under GNU General Public License version 3.
For the full license text, see the COPYING file in plugin directory.