Page 6 of 8

Re: RESearch — поиск и замена с рег.выражениями и многое дру

Posted: Wed 19 Feb, 2014 16:14
by Cavaler

Latest post of the previous page:

Version 8.27 (19.02.2014)
- Fixed "Search in selected" not processing subfolders
- Fixed "Rename selected"
* In "[X] Use real EOL" mode in editor one can change EOL sequences properly
- Fixed rare crash on handling invalid utf-8
- Fixed $ not matching before "\r\n"

Version 8.26 (11.02.2014)
- Fixed incorrect pcre 8.34 integration, which led to freeze wile compiling certain patterns

http://www.kostrom.spb.ru/FILES/RESearch827.rar

Re: RESearch — поиск и замена с рег.выражениями и многое дру

Posted: Tue 11 Mar, 2014 17:31
by Cavaler
Version 8.30 (11.03.2014)
! Rewritten Editor Replace: supports changing EOLs, and optimized insert/remove string operations
- Fixed encoding detection in panels
+ Escapes can be used in "Prepend/Append to file name" string in Grep
- Plain text Grep fixed
* Presets and Batches callable from LUA in Far3

http://www.kostrom.spb.ru/FILES/RESearch830.rar

Re: RESearch — поиск и замена с рег.выражениями и многое дру

Posted: Tue 15 Apr, 2014 12:27
by Cavaler
Version 8.35 (15.04.2014)
! Editor Replace rewritten again, previous version was a total failure
* Cosmetic updates
* Option to use short filenames from panels (along with long ones, not instead of)
* Syntax for calling Preset/Batches from Lua changed
* PCRE updated to version 8.35

http://www.kostrom.spb.ru/FILES/RESearch835.rar

Re: RESearch — поиск и замена с рег.выражениями и многое дру

Posted: Thu 17 Apr, 2014 17:10
by Cavaler
Version 8.36 (17.04.2014)
- Fixed some issues with EOLs in Editor
- Fixed encoding detection for Replace in panels
+ Added Unicode/UTF-8 without BOM auto-detect, using modified code from Far3
- Setting for mask case sensitivity works properly
* Presets for (Quick)Rename include case-sensitivity

http://www.kostrom.spb.ru/FILES/RESearch836.rar

Re: RESearch — поиск и замена с рег.выражениями и многое дру

Posted: Fri 18 Apr, 2014 16:43
by Cavaler
Version 8.37 (18.04.2014)
- Fixed handling empty lines in Editor
- Fixed searching in network paths

http://www.kostrom.spb.ru/FILES/RESearch837.rar

Re: RESearch — поиск и замена с рег.выражениями и многое дру

Posted: Tue 22 Apr, 2014 16:22
by Cavaler
Version 8.38 (22.04.2014)
- File Replace confirmations fixed
* Three-state In Selection Only checkbox for Edit presets
+ Can execute complete operations from Lua, see PluginCall.txt for details

http://www.kostrom.spb.ru/FILES/RESearch838.rar

Re: RESearch — поиск и замена с рег.выражениями и многое дру

Posted: Mon 05 May, 2014 14:54
by Cavaler
Version 8.39 (05.05.2014)
* Always restore selection after Editor Replace
- Workaround for adding EOL to line without EOL

http://www.kostrom.spb.ru/FILES/RESearch839.rar

Re: RESearch — поиск и замена с рег.выражениями и многое дру

Posted: Tue 13 May, 2014 16:19
by Cavaler
Version 8.40 (13.05.2014)
- Fixed handling of zero-length files in Panels
* Another way of calling presets from Lua
* Search and Grep work on files opened for writing
* Search and Grep can operate on file streams
- Can handle UNC paths longer than 260 symbols

http://www.kostrom.spb.ru/FILES/RESearch840.rar

Re: RESearch — поиск и замена с рег.выражениями и многое дру

Posted: Fri 16 May, 2014 13:31
by Cavaler
Version 8.45 (16.05.2014)
+ Special script engine FarLUA allows using internal Far3 Lua engine
+ Added Spanish translation, thanks to Mauro72
+ LuaScript dll's bundled in Add-ins, for usage with Far 1.75/2.0
- Fixed line count in Editor | Count All

http://www.kostrom.spb.ru/FILES/RESearch845.rar

Re: RESearch — поиск и замена с рег.выражениями и многое дру

Posted: Wed 21 May, 2014 11:09
by Cavaler
Version 8.46 (21.05.2014)
- Memory corruption fixed
- Fixed crash using FarLUA with plain-text search
- Spanish .lng not forgotten
* Plain-text search yields proper $0
* Multiple return values from FarLUA merged together
* Added some documentation for Script evaluation
- LuaScript dlls now register themselves properly
* More parameters in File presets
* Can skip() from scripts
* Can show panel with Grep results

http://www.kostrom.spb.ru/FILES/RESearch846.rar

Re: RESearch — поиск и замена с рег.выражениями и многое дру

Posted: Wed 04 Jun, 2014 15:51
by Cavaler
Version 8.47 (04.06.2014)
- Don't import own functions into global table in RESearch.lua
* Do not try to cache script engines list
- Properly cancel operation if FarLUA script fails
- LuaScript dlls registration updated again
* Installation instructions added

http://www.kostrom.spb.ru/FILES/RESearch847.rar

Re: RESearch — поиск и замена с рег.выражениями и многое дру

Posted: Thu 26 Jun, 2014 12:07
by Cavaler
Version 8.50 (26.06.2014)
+ Internal function definitions removed from RESearch.lua
+ Compiling LUA script text only once
* MoonScript support (temporarily?) removed
+ Added Statistics to File Search/Replace

http://www.kostrom.spb.ru/FILES/RESearch850.rar

Re: RESearch — поиск и замена с рег.выражениями и многое дру

Posted: Fri 11 Jul, 2014 11:27
by Cavaler
Version 8.51 (11.07.2014)
- Can probably work with ITF-8 files with symbols > 0xFFFF
* Can call result() from FarLUA, it will override return value
* Not calling result() (or not return from FarLUA) from scripts is equivalent to skip()
* Single-character scripting functions replaced with get_n() form
+ Scripts used in Replace can append additional info to the end of file, see ScriptEvaluation.txt for details
* msgbox() available in all scripting languages

http://www.kostrom.spb.ru/FILES/RESearch851.rar

Re: RESearch — поиск и замена с рег.выражениями и многое дру

Posted: Mon 21 Jul, 2014 12:23
by Cavaler
Version 8.52 (14.07.2014)
- Named parameters saved during final() replace call

http://www.kostrom.spb.ru/FILES/RESearch852.rar

Re: RESearch — поиск и замена с рег.выражениями и многое дру

Posted: Tue 22 Jul, 2014 10:11
by Cavaler
Version 8.53 (2.07.2014)
- Do not attempt finalization pass during Replace if final() wasn't called at least once during replace (also not called if there were no matches)
- FarLUA can load scripts from file, same as other engines could

http://www.kostrom.spb.ru/FILES/RESearch853.rar

Re: RESearch — поиск и замена с рег.выражениями и многое другое

Posted: Wed 24 Sep, 2014 11:01
by Cavaler
Version 8.54 (24.09.2014)
- Fixed crash after using Several-Line Search

http://www.kostrom.spb.ru/FILES/RESearch854.rar