Page 4 of 8

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

Posted: Sat 25 Dec, 2010 14:04
by Cavaler

Latest post of the previous page:

Version 7.35 (25.12.2010) Happy New Year!
* Positioning in editor now tries to keep all selection inside the window
* Last selected item stays selected in Presets/Batches menus
* Selecting entry from 'Show All' selects found text
* Disabling 'quote' buttons when appropriate
* Scan progress dialog only grows in width
* Highlighting regexp error with cursor
* Disabling [X] Remove empty / not matched in Several-lines mode

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

Posted: Mon 03 Jan, 2011 15:39
by Cavaler
Version 7.36 (03.01.2011)
- RegExp Builder correctly escapes source string
- One rare crash fixed
- Nasty replace string parsing bug fixed
* RE Builder button added to File Replace / Rename

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

Posted: Wed 16 Feb, 2011 16:46
by Cavaler
Version 7.37 (16.02.2011)
- Positioning in Viewer fixed with Unicode
- Scripting in x64 and in Unicode fixed
- Fixed 'Show last results' available when no last results present
- Fixed 'Show last results' making 'Search/replace again' perform 'List All'
* Total line counter added to 'List All'

Version 7.36 (03.01.2011)
- RegExp Builder correctly escapes source string
- One rare crash fixed
- Nasty replace string parsing bug fixed
* RE Builder button added to File Replace / Rename

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

Posted: Wed 23 Mar, 2011 17:13
by Cavaler
Version 7.40 (23.03.2011)
- Interrupting replace works more properly
+ Named parameters from File mask can be used in File Replace/Rename
+ Some predefined named parameters for Replace/Rename

Version 7.38 (28.02.2011)
- Fixed positioning from file search with [X] Save file position

Version 7.37 (16.02.2011)
- Positioning in Viewer fixed with Unicode
- Scripting in x64 and in Unicode fixed
- Fixed 'Show last results' available when no last results present
- Fixed 'Show last results' making 'Search/replace again' perform 'List All'
* Total line counter added to 'List All'

Version 7.36 (03.01.2011)
- RegExp Builder correctly escapes source string
- One rare crash fixed
- Nasty replace string parsing bug fixed
* RE Builder button added to File Replace / Rename

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

Posted: Thu 16 Jun, 2011 09:44
by Cavaler
Version 7.41 (16.06.2011)
* Batch / preset editing changed slightly
* Can edit preset directly from batch
* Functions eol()/l()/n()/r() in Scripting are actually functions now, not properties
+ F4 from main menu on Preset / Batch will edit it

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

Posted: Wed 03 Aug, 2011 17:14
by Cavaler
Version 7.43 (03.08.2011)
! .pdb files included in separate archive (RESearchPDB.rar)
- One reentrancy problem solved
* pcrepattern.html updated
* Search for 'CR only' end of lines made optional - marginal speed-up
+ Named parameters in RE Search string: ${name}
+ store('name', 'value') function added to script interface
+ All named parameters are always preserved between searches
Except named parameters from file search

Version 7.42 (20.07.2011)
+ Some speed improvements for regexp search from panels

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

Posted: Fri 05 Aug, 2011 11:21
by Cavaler
Version 7.44 (05.08.2011)
* 'Clean up named variables' command
- Predefined variables fixed
* init('name', 'value') function - see help
- Selection error in Viewer Search fixed

Version 7.44.1 (08.08.2011)
- Fixed crash in File Search in Unicode
- Fixed crash after File Search
- Fixed named variables with Search Again in different file
- Fixed Panel configuration dialog in Unicode
- Fixed presets/batches shift in main menu

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

Posted: Tue 20 Sep, 2011 14:54
by Cavaler
Version 7.50 beta 1 (20.09.2011)
! MAJOR rewrite of File Search / Replace / Grep
All three are now based on same backend, working with all encodings
* Confirmation of replace in read-only file is given earlier, before opening it
* Updated English hotkeys (from HaRT)

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

Posted: Wed 21 Sep, 2011 13:02
by Cavaler
Version 7.50 beta 2 (21.09.2011)
! Greatly reduced File Replace time, especially for a lot of changes
* Don't show "Couldn't find" message in some cases in Editor Replace
+ Quoted text in confirmation dialogs centered as one block
* Replace confirmation from panels looks like one in Editor
* "Skip File" in Panels Replace confirmation
- "Cancel" or Esc didn't really interrupt trying different encodings
* Rename Preview has file names aligned, and equally truncated
* Editor progress shown in console title

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

Posted: Thu 22 Sep, 2011 17:20
by Cavaler
Version 7.50 beta 3 (22.09.2011)
* Most operations internal timing is available - use debug info viewer such as DbgView.exe
+ Editor Replace optimized for single-line scenario
* Transliterate in Selection

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

Posted: Mon 26 Sep, 2011 14:27
by Cavaler
Version 7.50 beta 4 (26.09.2011)
- Fixed critical bug in File Replace
- Fixed bug with [X] Remove empty / [X] Remove not matching in Editor Replace
- Fixed bug with several-line "Replace with:" in Editor Replace

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

Posted: Fri 30 Sep, 2011 12:58
by Cavaler
Version 7.50 beta 5 (30.09.2011)
* Long hex symbols (like \x{0123}) work properly in replace string
- Fixed critical bug with Several-line File Replace

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

Posted: Wed 05 Oct, 2011 09:25
by Cavaler
Version 7.50 beta 6 (05.10.2011)
* pcre updated to 8.13
- Another critical bug in Several-line File Replace fixed
- Fixed beginning-of-line matching in File Replace
- Fix for editor presets not starting at file beginning
* Ctrl-Enter immediately runs selected preset from Presets menu or from Edit Batch menu

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

Posted: Tue 07 Feb, 2012 13:05
by Cavaler
Version 7.50.1 (07.02.2012)
! Since there were no bugreports for a long time, I assume it's now stable, not beta
- Fixed '\x' in replace string

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

Posted: Wed 15 Feb, 2012 15:16
by Cavaler
Version 7.51 (15.02.2012)
- Fixed per-line operations in Unicode version

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

Posted: Thu 06 Sep, 2012 10:05
by Cavaler
Version 7.60 (06.09.2012)
! First public Far3 build, very unreliable
+ Large speed increase for Unicode RegExps
- Fixed Rename Files with Preview when parent and child are both renamed