QuickSearch
© 2010 Yuri Khan
http://github.com/yurivkhan/quicksearch
Yet another incremental search plugin for FAR Manager.
Dependencies
FAR Manager 2.0b1420.
License
This is free software, distributed under the GNU Public License. See
details in the enclosed COPYING file.
Download
Download the latest version
(0.0.2.6, 2010-10-27)
or browse all versions at GitHub.
You can also clone the project with Git by running:
$ git clone git://github.com/yurivkhan/quicksearch
Changelog
0.0.2.6 (2010-10-27)
0.0.2.5 (2010-04-22)
- Fix bug: Cursor did not always return to original position when deleting pattern.
- If started while already active, end the active search and start anew.
0.0.2.4 (2010-04-15)
- Fix crash when starting search beyond end of line.
- Fix window scrolling when search fails.
- Reduce redrawing.
- Replace case-insensitivity implementation.
0.0.2.3 (2010-04-13)
- Force redraw when exiting search mode.
- #3: Return from Extend mode: behavior different from that before entering
0.0.2.1 (2010-04-13)
- If not found, remain at last found position.
- Fix crash when pasting non-text.
0.0.2 (2010-04-13)
- Do not unselect block on start.
- If a vertical block is selected on start, select a vertical block.
- Shift+Ins and Ctrl+V append clipboard contents to the current pattern.
- Changed internal logic to be macro-friendly.
0.0.1.2 (2010-04-09)
- #2: Tab pressed a second time will return to editing the block start pattern.
- Build x64 version along with x86.
VERSIONINFO
resource fixed.
0.0.1.1 (2010-04-08)
- #1: Limit “Find previous” for block end.
0.0.1 (2010-04-08)
- F3 and Shift+F3 search for next/previous occurence.
0.0.0 (2010-04-07)
Bugs
Bug reports and feature requests can be submitted
at GitHub. Patches welcome :)