FAR Plugin for PCRE Search/Replace 0.24
-------------------------------------------

Comments and bugreports are welcome.

This is plugin module for FAR file manager/fullscreen shell by
Eugene Roshal <roshal@creabel.com>, http://www.rarsoft.com,
which lets perform editor searches and replacements using
Perl-compatible regular expressions, the superset of POSIX regexps.
Read enclosed help files for more information (english and russian
localizations are provided, the latter features only shallow info,
while the former includes original PCRE library documentation).

Building
--------

You will need FAR SDK, of course (part of FAR distribution).
Use gcc-mingw32 to build the plugin. Edit makefile and run make.

Installing
----------

'make install'

or:

Let FAR is installed at $(FARPATH).
Create '$(FARPATH)/plugins/editor/pcresrch/' directory.
Copy pcresrch.dll, pcresrch.lng, pcresrch.hlf, pcresrch_ru.lng,
pcresrch_ru.hlf there.

Copy bin/pcre.dll to (in order of preference):
1. Your usual binary dir (/usr/bin or /usr/local/bin)
2. Any other dir on PATH
3. windows/system dir
4. $(FARPATH)/plugins/editor/pcresrch/ dir

Restart FAR. Assign keys to plugin commands. Following mapping is
proposed (compromise between Unix&PC way ;-) ):

Alt+/		Search
Alt+Ctrl+/	Replace
Alt+Shift+/	Continue

Enjoy.


Copyright (c) 1999 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as published
by the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

Based on PCRE library and documentation:

Written by: Philip Hazel <ph10@cam.ac.uk>
Copyright (c) 1997-1999 University of Cambridge
