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

Анонсы новых плагинов. Обсуждение плагинов ведется ниже.
User avatar
Cavaler
Posts: 1184
Joined: Mon 27 Jun, 2005 12:06
Been thanked: 10 times
Contact:

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

Post 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
User avatar
Cavaler
Posts: 1184
Joined: Mon 27 Jun, 2005 12:06
Been thanked: 10 times
Contact:

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

Post 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
User avatar
Cavaler
Posts: 1184
Joined: Mon 27 Jun, 2005 12:06
Been thanked: 10 times
Contact:

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

Post 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
User avatar
Cavaler
Posts: 1184
Joined: Mon 27 Jun, 2005 12:06
Been thanked: 10 times
Contact:

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

Post 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
User avatar
Cavaler
Posts: 1184
Joined: Mon 27 Jun, 2005 12:06
Been thanked: 10 times
Contact:

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

Post 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
User avatar
Cavaler
Posts: 1184
Joined: Mon 27 Jun, 2005 12:06
Been thanked: 10 times
Contact:

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

Post 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
User avatar
Cavaler
Posts: 1184
Joined: Mon 27 Jun, 2005 12:06
Been thanked: 10 times
Contact:

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

Post 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
User avatar
Cavaler
Posts: 1184
Joined: Mon 27 Jun, 2005 12:06
Been thanked: 10 times
Contact:

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

Post 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
User avatar
Cavaler
Posts: 1184
Joined: Mon 27 Jun, 2005 12:06
Been thanked: 10 times
Contact:

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

Post 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
User avatar
Cavaler
Posts: 1184
Joined: Mon 27 Jun, 2005 12:06
Been thanked: 10 times
Contact:

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

Post 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
User avatar
Cavaler
Posts: 1184
Joined: Mon 27 Jun, 2005 12:06
Been thanked: 10 times
Contact:

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

Post 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
User avatar
Cavaler
Posts: 1184
Joined: Mon 27 Jun, 2005 12:06
Been thanked: 10 times
Contact:

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

Post 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
User avatar
Cavaler
Posts: 1184
Joined: Mon 27 Jun, 2005 12:06
Been thanked: 10 times
Contact:

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

Post 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
User avatar
Cavaler
Posts: 1184
Joined: Mon 27 Jun, 2005 12:06
Been thanked: 10 times
Contact:

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

Post by Cavaler »

Version 8.52 (14.07.2014)
- Named parameters saved during final() replace call

http://www.kostrom.spb.ru/FILES/RESearch852.rar
User avatar
Cavaler
Posts: 1184
Joined: Mon 27 Jun, 2005 12:06
Been thanked: 10 times
Contact:

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

Post 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
User avatar
Cavaler
Posts: 1184
Joined: Mon 27 Jun, 2005 12:06
Been thanked: 10 times
Contact:

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

Post by Cavaler »

Version 8.54 (24.09.2014)
- Fixed crash after using Several-Line Search

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

Return to “Анонсы новых плагинов”