- Version RCFV.4.7.2444.4831
- Download 2968
- File Size 6.02 MB
- File Count 1
- Create Date 2025-08-22
- Last Updated 2025-08-22
===============================================================================
Change log for version 4.7
===============================================================================
Fixes:
( 0) For security reasons WordPress discourages the upload of exe files. Consequently, our download files now consist of zip files which contain the requisite exe file.
( 1) Fixed a regression which caused a match failure of regular expressions containing an apostrophe.
( 2) Added code to prevent too many characters or too many lines from being added to either the include or exclude filter list at one time. The former is limited to around 32767 characters and the latter is limited to 50 lines at a time. This will prevent you from accidentally adding so much data to a filter list that it would slow down processing dramatically.
( 3) Improved the support for non-ASCII quotes and apostrophes which are translated (but not in urls) to the ASCII quote and apostrophe respectively. This simplifies filtering and searching.
( 4) Improved some poor code which was slowing down some HTML processing.
( 5) Fixed a problem where leading spaces were truncated when converting RCFV display text to simple HTML.
( 6) Fixed some keyboard regressions particularly, {Alt}+{F2}, which had stopped working.
( 7) Fixed a TTS problem when voicing exclamation marks preceded or followed by a parenthesis or bracket.
( 8) Fixed a problem with a backward find over multiple buffers.
( 9) Fixed a few problems related to the ability to select explicit urls which are not surrounded by whitespace.
(10) Fixed a problem which, under certain circumstances, prevented the display of images in columnar format which should be offered when only image urls are selected for Copy and edit.
(11) Fixed a problem where if you tried to use {Shift}+{F9} to set the buffer to the currently selected text in a prohibited state such as hex mode, filtering, or line numbering you would get the appropriate error message but the buffer length would get changed anyway.
(12) Fixed a problem where if you updated the file offset value it was not automatically reflected by a refresh.
(13) Fixed several problems related to the use the {Esc} key to cancel a multi-buffer search.
Changes:
( 1) The display and behavior of the filter context settings has been slightly modified.
( 2) We have changed the color of the "before" context lines marker to match the "after" lines marker color to provide better visibility.
( 3) For consistency we've changed the quick key to open the TTS dialog box from within the scratchpad from {Ctrl}+{q} to {Alt}+{q}. To quickly speak the selected text in the scratchpad you can enter {Alt}+{q}{z}.
( 4) Added wordwrapping as the default attribute for simple HTML created via Copy and edit.
( 5) In the past you couldn't use $^-- to hide a url. We now allow hiding of standard links but only if, AT LEAST, the complete link is matched by the regular expression. Partially displayed links can be problematic so either all is displayed or none. For example, this expression $^--°\[IMAGE\].* for the text in HTTP://THE-EXPRESS.COM will hide image links (and anything that might follow the first image; however, for that page all such images appear at the end of a line.)
( 6) We have slightly changed some behaviors of a left click on a word in the viewer. In particular, if you click a word that starts with a quotation mark the whole quote is included in the selection. You can always manually select a single word to avoid this behavior by depressing the left button while you make the selection. As before you can press the {Esc} key to deselect any highlighted text.
Plus some additional miscellaneous fixes and minor changes.