RCFV Changelog

What's new in RCFV 3.2.2384.4800 Beta

Mar 22, 2024
  • Fixes:
  • Fixed a problem where a non-serious error message may pop up during startup.
  • New features:
  • You can now use the numeric keypad cursor operations regardless of the setting of the NumLock toggle. This is particularly useful for a laptop which does not have dedicated cursor movement keys such as {Home}, {End}, etc.

New in RCFV 3.1.2382.4794 (Mar 20, 2024)

  • Fixes:
  • Fixed a number of problems when selecting columns using delimiter separated values. In particular, if you selected column 0 it would match the whole line if there was no matching delimiter.
  • Fixed a problem which caused an unnecessary refresh when the buffer size was changed.
  • Fixed a problem related to default startup files where the default folder name was not attached to the file(s) and therefore the files or wildcards would be incorrectly marked as invalid or would access the wrong data.
  • Fixed a problem with large buffer sizes (over 1MB or so) which could cause processing to slow down drastically when selecting text. Note that this requires temporarily disabling automatic link recognition.
  • Extracted text which contained the escape character, viz., a backslash, such as a file path would be incorrectly "unescaped". For example, "C:text" would have the "t" replaced by a tab character.
  • Fixed a problem with certain urls which can't be resolved correctly in RCFV. For example, we try to handle urls from www.msn.com by looking up the subject and, therefore, don't always return the exact article referenced by the url. That is by design. However, the process was somewhat flawed and could return an invalid url.
  • Added support for {Shift}+{Ctrl}+{w} = toggle word-wrap, which was documented but not implemented.
  • Removed some unnecessary, annoying refreshes particularly when replacing an existing file with another.
  • Added support for quoted delimiters when selecting columns. For example, for this line of text one,two,"1,234",four the filter string $^3, should select four. In other words, the comma in "1,234" will not be considered a 'column' delimiter.
  • Fixed a problem where non-HTML files were incorrectly stripped of newline characters.
  • Fixed a problem where a url containing a "goto" section identifier, viz., text after "#", e.g., http://takamomto.com#Filtering+more, would create a spurious error message if the "goto" text contained a regular expression character.
  • Improved the calculation of the next url in a multipage url which used the <link rel="next" tag, if it appeared, as the "next page" which overrode a better, numeric "next page" value.
  • New features:
  • In the unlikely case you need to, you can now use a specific digit as the delimiter for columns. For example, "$^20" will select the 3rd column delimited by a "0". Of course, if you want to use ANY digit as the 4th column delimiter, for example, you can use "$^3d". The help file has been updated to reflect this.
  • Added the option to remove surrounding spaces and quotation marks from matched text. For example, for this text: one , two ,"1,234" ,four if all items were matched using column-delimiter matching expression such as '$^0,', '$^1,', etc. and extracted with a semi-colon instead of a comma the result would be one;two;1,234;four.
  • A number of filters have been updated including the two important ones below.

New in RCFV 3.1.2382.4794 Beta (Jan 12, 2024)

  • Fixes:
  • ( 1) Fixed a number of problems when selecting columns using delimiter separated values. In particular, if you selected column 0 it would match the whole line if there was no matching delimiter.
  • ( 2) Fixed a problem which caused an unnecessary refresh when the buffer size was changed.
  • ( 3) Fixed a problem related to default startup files where the default folder name was not attached to the file(s) and therefore the files or wildcards would be incorrectly marked as invalid or would access the wrong data.
  • ( 4) Fixed a problem with large buffer sizes (over 1MB or so) which could cause processing to slow down drastically when selecting text. Note that this requires temporarily disabling automatic link recognition.
  • ( 5) Extracted text which contained the escape character, viz., a backslash, such as a file path would be incorrectly "unescaped". For example, "C: ext" would have the " " replaced by a tab character.
  • ( 6) Fixed a problem with certain urls which can't be resolved correctly in RCFV. For example, we try to handle urls from www.msn.com by looking up the subject and, therefore, don't always return the exact article referenced by the url. That is by design. However, the process was somewhat flawed and could return an invalid url.
  • ( 7) Added support for {Shift}+{Ctrl}+{w} = toggle word-wrap, which was documented but not implemented.
  • ( 8) Removed some unnecessary, annoying refreshes particularly when replacing an existing file with another.
  • ( 9) Added support for quoted delimiters when selecting columns. For example, for this line of text one,two,"1,234",four the filter string $^4, should select four. In other words, the comma in "1,234" will not be considered a 'column' delimiter.
  • (10) Fixed a problem where non-HTML files were incorrectly stripped of newline characters.
  • (11) Fixed a problem where a url containing a "goto" section identifier, viz., text after "#", e.g., http://takamomto.com#Filtering+more, would create a spurious error message if the "goto" text contained a regular expression character.
  • (12) Improved the calculation of the next url in a multipage url which used the <link rel="next" tag, if it appeared, as the "next page" which overrode a better, numeric "next page" value.
  • New features:
  • ( 1) In the unlikely case you need to, you can now use a specific digit as the delimiter for columns. For example, "$^20" will select the 3rd column delimited by a "0". Of course, if you want to use ANY digit as the 4th column delimiter, for example, you can use "$^3d". The help file has been updated to reflect this.
  • ( 2) Added the option to remove surrounding spaces and quotation marks from matched text. For example, for this text: one , two ,"1,234" ,four if all items were matched using column-delimiter matching expression such as '$^0,', '$^1,', etc. and extracted with a semi-colon instead of a comma the result would be one;two;1,234;four.
  • ( 3) A number of filters have been updated including the two important ones below.
  • Here is an updated filter for news.google.com:
  • Include filters: Case Insensitive
  • ^^^More$
  • Exclude filters: Case Insensitive
  • ^More
  • ^________________________________________________________________________________$
  • $^ *
  • Context[0,0]
  • Here is an updated filter for recent google news. Note that the last two normal matches ^More and ^________+ should use a match color equivalent to the background color which currently defaults to black:
  • Include filters: Case Insensitive
  • d+ (minutes?|hours?) ago 20dd(?=-)
  • Yesterdays+20dd(?=-)
  • d+ days? ago 20dd(?=-)
  • $^TM3.+20$^yy(?=-)
  • $^PM3 [23]d.+20dd(?=-)
  • ^More
  • ^________+
  • Exclude filters: Case Insensitive
  • $^---dd-ddTdd:dd:ddZ
  • $^--(?<=ago)s+20dd
  • (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct).+20$^yy-1
  • $^ *
  • Context[3,0]
  • Note that these should update automatically when you install this release.
  • Plus, as always, some other minor issues.

New in RCFV 3.0.2373.4792 (Jan 2, 2024)

  • Fixes:
  • ( 1) Dragging one or more empty lines followed by a non-blank line from the scratchpad to a filter input box might cause the program to crash
  • ( 2) Extracting text to the scratchpad was excessively slow with a large number of items.
  • ( 3) Pasting some HTML text containing multiple urls, e.g., from EverNote, only recognized the first url.
  • ( 4) Added the ability to save "manual" fvf files for files which are not urls. This was mistakenly removed in an earlier release.
  • ( 5) Fixed lookup encoding to include some missing significant HTML url characters, e.g., "#".
  • ( 6) Explicit links in a webpage, e.g., ":: http://takamomto.com", were incorrectly terminated by a newline and are now terminated by a space.
  • New features:
  • ( 1) We've added the ability to define extraction templates to add text to and change the order of matched text. When you right-click the Refresh button you are given the option to create a template or just use the existing functionality. An example is provided in the Help file.
  • Plus some other minor issues.

New in RCFV 3.1.2377.4792 Beta (Dec 30, 2023)

  • Fixes:
  • ( 1) Fixed a number of problems when selecting columns using delimiter separated values. In particular, if you selected column 0 it would match the whole line if there was no matching delimiter.
  • ( 2) Fixed a problem which caused an unnecessary refresh when the buffer size was changed.
  • ( 3) Fixed a problem related to default startup files where the default folder name was not attached to the file(s) and therefore the files or wildcards would be incorrectly marked as invalid or would access the wrong data.
  • ( 4) Fixed a problem with large buffer sizes (over 1MB or so) which could cause processing to slow down drastically when selecting text. Note that this requires temporarily disabling automatic link recognition.
  • ( 5) Extracted text which contained the escape character, viz., a backslash, such as a file path would be incorrectly "unescaped". For example, "C:text" would have the "t" replaced by a tab character.
  • ( 6) Fixed a problem with certain urls which can't be resolved correctly in RCFV. For example, we try to handle urls from www.msn.com by looking up the subject and, therefore, don't always return the exact article referenced by the url. That is by design. However, the process was somewhat flawed and could return an invalid url.
  • ( 7) Added support for {Shift}+{Ctrl}+{w} = toggle word-wrap, which was documented but not implemented.
  • ( 8) Removed some unnecessary, annoying refreshes particularly when replacing an existing file with another.
  • New features:
  • ( 1) In the unlikely case you need to, you can now use a specific digit as the delimiter for columns. For example, "$^20" will select the 3rd column delimited by a "0". Of course, if you want to use ANY digit as the 4th column delimiter, for example, you can use "$^3d". The help file has been updated to reflect this.
  • ( 2) A number of filters have been updated including the two important ones below.
  • Here is an updated filter for news.google.com:
  • Include filters: Case Insensitive
  • ^^^More$
  • Exclude filters: Case Insensitive
  • ^More
  • ^________________________________________________________________________________$
  • $^ *
  • Context[0,0]
  • Here is an updated filter for recent google news which should also update automatically when you install this release. Note that the last two normal matches ^More and ^________+ should use a match color equivalent to the background color which currently defaults to black:
  • Include filters: Case Insensitive
  • d+ (minutes?|hours?) ago 20dd(?=-)
  • Yesterdays+20dd(?=-)
  • d+ days? ago 20dd(?=-)
  • $^TM3.+20$^yy(?=-)
  • $^PM3 [23]d.+20dd(?=-)
  • ^More
  • ^________+
  • Exclude filters: Case Insensitive
  • $^---dd-ddTdd:dd:ddZ
  • $^--(?<=ago)s+20dd
  • (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct).+20$^yy-1
  • $^ *
  • Context[3,0]

New in RCFV 3.1.2375.4792 Beta (Dec 3, 2023)

  • Fixes:
  • Fixed a number of problems when selecting columns using delimiter separated values. In particular, if you selected column 0 it would match the whole line if there was no matching delimiter.
  • Fixed a problem which caused an unnecessary refresh when the buffer size was changed.
  • Fixed a problem related to default startup files where the default folder name was not attached to the file(s) and therefore the files or wildcards would be incorrectly marked as invalid or would access the wrong data.
  • Fixed a problem with large buffer sizes (over 1MB or so) which could cause processing to slow down drastically when selecting text.
  • Extracted text which contained the escape character, viz., a backslash, such as a file path would be incorrectly "unescaped". For example, "C:text" would have the "t" replaced by a tab character.
  • New features:
  • Just in case you need to you can now use a specific digit as the delimiter for columns. For example, "$^20" will select the 3rd column delimited by a "0". Of course, if you want to use ANY number as the 4th column delimiter, for example, you can use "$^3d". The help file has been updated to reflect this.
  • Plus, as always, some other minor issues.

New in RCFV 2.4.2370.4791 Beta (Nov 8, 2023)

  • Fixes:
  • Dragging one or more empty lines followed by a non-blank line from the scratchpad to a filter input box might cause the program to crash
  • New features:
  • We've added the ability to define extraction templates to add text to and change the order of matched text. When you right-click the Refresh button you are given the option to create a template or just use the existing functionality. An example is provided in the Help file.

New in RCFV 2.4.2367.4791 Beta (Nov 4, 2023)

  • Fixes:
  • Fixed a problem when pressing the {F2} button which might have created a duplicate pop-up
  • Fixed a problem which caused the viewer screen to be cleared when the spacebar was pressed immediately after the {F6} key
  • Fixed a problem related to using the Find command, {F3} which caused issues when searching over multiple buffers.
  • Fixed a programming issue which caused very slow performance for html code containing a lot of <SPAN...> tags.
  • Regression fix: restored the ability to copy a filter to the scratchpad when a file, not a url, is being processed.
  • If you right-click a filter color button you have the option of copying that button's color to all of those to the right OR to provide an explicit RGB color value for that button's color. The latter option did not work correctly but has been fixed.
  • Fixed a problem which caused an invalid internal regular expression when an unescaped "$" was used inside of a character set, e.g., "[^$]".
  • Fixed a regression which required a manual refresh despite the Auto-Refresh option being selected after modifying the filter options to AND all of the conditions or to consider case sensitivity.
  • New features:
  • We've added support for "next page" parameters found in the href attributes of anchor tags. This is to support https://www.backmarket.com/ queries for which the built-in filter is somewhat limited. First use their built-in filter settings in your browser and then use the resulting url in RCFV to be able to add additional filtering criteria.
  • Added support for list entries which contain embedded line breaks, e.g.,
  • "<UL><LI>Numbers<p>1</p><p>2</p></LI></UL>" produces
  • ¤ Numbers
  • Check out HTTP://ROBERTREICH.ORG in RCFV for a real example of this. If you specify double-spacing for list items each new line within a list item will also be double-spaced, viz.,
  • ¤ Numbers

New in RCFV 2.3.2364.4789 (Nov 1, 2023)

  • Fixes:
  • Fixed a problem with over-zealous treatment of what is "hidden text", e.g. https://jamiemetzl.com/origins-of-sars-cov-2.
  • Added a missing automatic refresh when a web query is canceled.
  • Fixed a typo which caused a data type mismatch when modifying the buffer offset value
  • Fixed a problem where some url images were incorrectly perceived as duplicates and therefore removed from the text when converting to HTML using Copy and Edit.
  • When removing a file which is not the last, the subsequent file would take on the font characteristics of the removed file. This has been fixed.
  • The context menu entry "Unset filter, then find selected text" now works correctly
  • Added support for urls using the HTTP protocol which only work with HTTPS
  • Fixed a problem where tables inside of figure tags were being ignored
  • Fixed a problem where multiple versions of the same image with different resolutions were treated as different images during Copy and Edit
  • Fixed a problem where hyphenated tags were not being processed correctly.
  • Fixed a number of problems which caused incorrect table and blockquote formatting in certain cases.
  • Urls containing a subdirectory named "audio" (case-insensitive), e.g., https://www.xyz.com/audio/src will be treated as downloadable only audio files despite not having an audio extension.
  • Fixed responsiveness of filter toggle button.
  • Fixed the case where hidden text information at the top of the file would prevent ^s from using the web page title as the subject of the email.
  • Fixed a problem where some images would not be rendered in Outlook when converting to HTML using Copy and Edit.
  • Fixed a problem where the wrong data may be used when dropping text which contains embedded file names but no urls.
  • Fixed a couple of problems related to doing a file search via a right-click of "add Files" when minimizing the primary window during a long search.
  • Fixed a problem with the sync'ing of the (pin) on-top button and the actual on-top status.
  • Fixed a serious bug which could cause the program to freeze when pasted text contained quoted strings. Multiple urls and/or files may be pasted or dropped into the viewer to be processed. However, if more than one is on a single line then all such items MUST be quoted. For example,

New in RCFV 2.4.2366.4791 Beta (Oct 31, 2023)

  • Fixes:
  • Fixed a problem when pressing the {F2} button which might have created a duplicate pop-up
  • Fixed a problem which caused the viewer screen to be cleared when the spacebar was pressed immediately after the {F6} key
  • Fixed a problem related to using the Find command, {F3} which caused issues when searching over multiple buffers.
  • Fixed a programming issue which caused very slow performance for html code containing a lot of tags.
  • Regression fix: restored the ability to copy a filter to the scratchpad when a file, not a url, is being processed.
  • If you right-click a filter color button you have the option of copying that button's color to all of those to the right OR to provide an explicit RGB color value for that button's color. The latter option did not work correctly but has been fixed.
  • New features:
  • We've added support for "next page" parameters found in the href attributes of anchor tags. This is to support https://www.backmarket.com/ queries for which the built-in filter is somewhat limited. First use their built-in filter settings in your browser and then use the resulting url in RCFV to be able to add additional filtering criteria.
  • Added support for list entries which contain embedded line breaks, e.g.,
  • "<UL><LI>Numbers<p>1</p><p>2</p></LI></UL>" produces

New in RCFV 2.3.2364.4789 Beta (Oct 9, 2023)

  • Dragging or copying html text from Outlook which contain SafeLink encoded urls would create duplicate urls which were not recognized as such. This has been fixed.
  • Long urls with similar prefixes could cause duplicate backup storage files names to be created preventing the later urls from being accessed. All backup storage file names should now be unique.

New in RCFV 2.3.2361.4789 Beta (Oct 2, 2023)

  • (29) Lookup item descriptions that end with 3 asterisks, e.g., "[t3:Google Translate ***]" should not be opened in RCFV and should be redirected to the default browser. This is now enforced.
  • (30) Fixed a problem where the wrong color scheme was used for local files (not urls). The lock background function for local files was also fixed. Note that only urls can use saved filter settings, etc. and this is now enforced. Color data from the DEFAULT.fvf file, if specified, was being used incorrectly for local files instead of the default slot colors.

New in RCFV 2.3.2360.4789 Beta (Sep 26, 2023)

  • (20) Fixed a problem when deleting urls from the url history list. If delete was pressed but no urls had been selected and there was a warning message to this effect that message would preclude any further deletions from happening until the program was restarted.
  • Fixed a problem where urls containing spaces were considered invalid when attempting to load them from a ‘list file’, viz., the list of pre-read files to be reloaded in a batch.
  • Fixed a problem where urls containing “#” could cause filtering to get out of sync and generate beeps when the cursor was over an “apparently” bad hyperlink.
  • Improved the ‘hover-help’ documentation for the scratch pad which contained some out of date information.
  • Fixed a problem where the {F2} button would float over the panel when the window is not maximized and the horizontal scroll bar for the panel is moved to the right.
  • Fixed an issue where pressing the {Alt} key alone when hovering over a url did not append that url to the scratchpad. This only happened when the File List was also displayed.
  • Fixed a problem where urls on the internet history screen could not be deleted when the urls were filtered.
  • Fixed a problem where, in some cases, if you highlighted text in the viewer and pressed {F2} or equivalent to do a lookup when you returned to that file the cursor position and selected text were not restored correctly.

New in RCFV 2.3.2356.4788 Beta (Aug 25, 2023)

  • Fixed a serious bug which could cause the program to freeze when pasted text contained quoted strings. Multiple urls and/or files may be pasted or dropped into the viewer to be processed. However, if more than one is one a single line then all such items MUST be quoted. For example,

New in RCFV 2.3.2355.4788 Beta (Aug 23, 2023)

  • Fixed a problem where the wrong data may be used when dropping text which contains embedded file names but no urls.
  • Fixed a couple of problems related to doing a file search via a right-click of "add Files" when minimizing the primary window during a long search.
  • Fixed a problem with the sync'ing of the (pin) on-top button and the actual on-top status.

New in RCFV 2.3.2354.4788 Beta (Aug 16, 2023)

  • Fixed a problem where some images would not be rendered in Outlook when converting to HTML using Copy and Edit.

New in RCFV 2.3.2353.4787 Beta (Aug 12, 2023)

  • Fixes:
  • Fixed a problem with over-zealous treatment of what is "hidden text", e.g. https://jamiemetzl.com/origins-of-sars-cov-2.
  • Added a missing automatic refresh when a web query is canceled.
  • Fixed a typo which caused a data type mismatch when modifying the buffer offset value
  • Fixed a problem where some url images were incorrectly perceived as duplicates and therefore removed from the text when converting to HTML using Copy and Edit.
  • When removing a file which is not the last, the subsequent file would take on the font characteristics of the removed file. This has been fixed.
  • The context menu entry "Unset filter, then find selected text" now works correctly
  • Added support for urls using the HTTP protocol which only work with HTTPS
  • Fixed a problem where tables inside of figure tags were being ignored
  • Fixed a problem where multiple versions of the same image with different resolutions were treated as different images during Copy and Edit
  • (10) Fixed a problem where hyphenated tags were not being processed correctly.
  • (11) Fixed a number of problems which caused incorrect table and blockquote formatting in certain cases.
  • Urls containing a subdirectory named "audio" (case-insensitive), e.g., https://www.xyz.com/audio/src will be treated as downloadable only audio files despite not having an audio extension.
  • Fixed responsiveness of filter toggle button.
  • Fixed the case where hidden text information at the top of the file would prevent ^s from using the web page title as the subject of the email.
  • Changes:
  • The default download filename now uses the rightmost two url fields to create a possibly more meaningful name.

New in RCFV 2.3.2352.4785 Beta (Aug 3, 2023)

  • Fixed a problem with over-zealous treatment of what is "hidden text", e.g. https://jamiemetzl.com/origins-of-sars-cov-2.
  • Added a missing automatic refresh when a web query is canceled.
  • Fixed a typo which caused a data type mismatch when modifying the buffer offset value
  • Fixed a problem where some url images were incorrectly perceived as duplicates and therefore removed from the text when converting to HTML using Copy and Edit.
  • When removing a file which is not the last, the subsequent file would take on the font characteristics of the removed file. This has been fixed.
  • The context menu entry "Unset filter, then find selected text" now works correctly
  • Added support for urls using the HTTP protocol which only work with HTTPS
  • Fixed a problem where tables inside of figure tags were being ignored
  • Fixed a problem where multiple images with different resolutions were not treated as the same image during Copy and Edit
  • Plus other miscellaneous fixes

New in RCFV 2.2.2349.4783 Beta (Jun 10, 2023)

  • Fixes:
  • ( 1) Requesting unique data lines when extracting text using matching could cause an error:
  • "This key is already associated with an element of this collection"
  • ( 2) When using Copy and edit to back create HMTL
  • Added support for image urls embedded in a primary url
  • Added support for certain image urls containing embedded formatting information
  • ( 3) When attempting to open multiple urls/files if two or more were identical then some or all of the selected urls/files would be ignored
  • ( 4) Fixed a problem where the Esc key was not being recognized during a multifile find operation
  • ( 5) Fixed a problem with certain HTML table renditions
  • ( 6) Fixed a problem where some hyperlinks were incorrect
  • ( 7) Image processing for 'Copy and edit' has been improved and a number of problems were fixed particularly when choosing to display 2-5 or all images per line when only image urls are selected
  • ( 8) Removed spurious CAPTION, etc text from figures which can't be rendered by RCFV
  • ( 9) Fixed a problem where urls containing an embedded 'https://' such as 'https://archiveis/https://wwwwsjcom/articles/' were incorrectly modified
  • (10) Fixed a problem where certain url's 'next page value' was not calculated correctly because the host name looked like downloadable data
  • (11) Fixed {Ctrl}+{d} (duplicate line) and {Ctrl}+{l} (delete line) code in the scratchpad
  • (12) Significantly improved the code which was slowing down matching of urls against the url history list
  • (13) Fixed a number of issues related to pasting and processing HTML text
  • (14) Fixed a longstanding issue where, if multiple lines of text were selected which contained a hyperlink, the left click popup menu would be invoked
  • (15) Fixed a problem when dropping or pasting multiple html files which prevented the user from viewing them as literal text or processing the html text
  • (16) When pasting HTML text containing urls, the option to reformat the urls to a separate line was not provided unless there were urls preceded by a space or a tab Now any url found in the text not already starting on a new line will trigger the option
  • (17) Fixed a couple of bugs related to urls which end with "/?"
  • (18) Fixed responsiveness of {Esc} key when attempting to open multiple files
  • New features:
  • ( 1) Added support for Flipboard entries
  • ( 2) Added the ability to explicitly set the RGB value for the filter color values via a right-click
  • ( 3) You can now automatically append "^^" and "$$" to the beginning of a SINGLE line of filter text which is dragged from the viewer to the include filter Hold down the Ctrl key while dragging to prepend "^^" to the dragged text or the Alt key to prepend "$$" This makes it easier to create Start-End expressions If you use this for the exclude filter the Start-End prefixes, viz, "^^" and "$$", will not be appended (they are invalid in the exclude filter) but the selected line will automatically be added to the filter
  • ( 4) Some sites store the text to display as part of a JSON structure RCFV now extracts that text enabling you to read the essence of the web page albeit without ideal formatting, eg, https://wwwscmpcom/news/china/science/article/3205869/why-do-chinas-mild-covid-symptoms-feel-so-unbearable Note that to view JSON text you must enable the "Show hidden text" option To improve the readability of some JSON text we suggest you also check the 'Fix up run-on text' web page option
  • ( 5) Hidden text processing has been improved a bit If the "Show hidden text" option is not specified (which is the norm) then when there is a non-trivial amount of "significant" hidden text, viz, greater than 20% or so of the total text, you will be notified at the top of the document (Note that hidden text will no longer be displayed automatically if there is little other text available to display on a web page)
  • ( 6) Double-clicking while the {Ctrl} key is depressed will select the "paragraph", viz, all text between the preceding linefeed and the subsequent carriage-return
  • ( 7) Display of and captioning for web images using 'Copy and edit' has been improved
  • ( 8) Using 'Copy and edit' when your selection contains only image links or files you have the option of displaying them in a columnar format with all on one line or in 2-5 columns (N-up) When you do this the default image width is normally used You now have the option of overriding the width value to force all of the images to have the specified width and fit perfectly in each column Note that this may cause some images to be distorted You can use this to constrain the width of other images as well although this is probably less useful
  • ( 9) You can now use the {m} quick-key while in the viewer to convert the current display font to monospaced, viz, Courier New
  • (10) When dragging text from the viewer to a filter box regex special characters will always be escaped ("" prepended) However, when dragging text from the scratchpad or other source you may not want to escape the text because, for example, it is already escaped or it is a well-formed regular expression You now will be asked if you want to have it escaped automatically if it contains an unescaped regular expression special character
  • Changes:
  • ( 1) The {F12} function, "drag to window", which allowed you to create an on-top small window to drag data to is no longer supported It is unnecessary since you can just do the same to the taskbar icon
  • ( 2) Modifed the context menu to indicate that when a file or files are selected you have the option of opening them in their associated application which is not necessarily the default browser
  • ( 3) If the filters are otherwise empty except for a $^F4 (auto-advance to first text block) filtering will be turned off
  • ( 4) Pressing the 'Save filters' button for a url without a matching fvf file will use the url value as the template for the default fvf file name instead of 'Defaultfvf' if the Defaultfvf file exists
  • ( 5) RCFV typically looks for embedded urls and/or files in pasted text and gives you the option of opening those instead of the containing text This can take a little time for large files so it has been removed for files larger than 20,000 characters or having greater than 1000 lines You can always create a filter for those objects and extract them from the larger text if that's what you want to do Since this is probably atypical it was decided that the performance penalty wasn't worth the slight benefit
  • ( 6) Drastically improved the performance when deleting multiple urls while in url name order
  • ( 7) When dragging and dropping or pasting MULTIPLE lines to the exclude filter input box, if at least one of those lines is "blank" (only contains 0 or more space characters), it may cause the display to become less legible considering that one or more spacing lines will be filtered out In this case the blank line expressions will NOT be included in the filter list to retain proper spacing for the document Hint: make sure that the RCFV special expression "$^ *" is included in the exclude filter to remove extraneous blank lines
  • ( 8) Some filter updates were made but, most importantly, recent (Google) news was corrected, to wit,

New in RCFV 2.2.2348.4783 Beta (Jun 2, 2023)

  • Fixes:
  • ( 1) Requesting unique data lines when extracting text using matching could cause an error:
  • "This key is already associated with an element of this collection"
  • ( 2) When using Copy and edit to back create HMTL
  • Added support for image urls embedded in a primary url
  • Added support for certain image urls containing embedded formatting information
  • ( 3) When attempting to open multiple urls/files if two or more were identical then some or all of the selected urls/files would be ignored
  • ( 4) Fixed a problem where the Esc key was not being recognized during a multifile find operation
  • ( 5) Fixed a problem with certain HTML table renditions
  • ( 6) Fixed a problem where some hyperlinks were incorrect
  • ( 7) Image processing for 'Copy and edit' has been improved and a number of problems were fixed particularly when choosing to display 2-5 or all images per line when only image urls are selected
  • ( 8) Removed spurious CAPTION, etc. text from figures which can't be rendered by RCFV
  • ( 9) Fixed a problem where urls containing an embedded 'https://' such as 'https://archive.is/https://www.wsj.com/articles/...' were incorrectly modified
  • (10) Fixed a problem where certain url's 'next page value' was not calculated correctly because the host name looked like downloadable data
  • (11) Fixed {Ctrl}+{d} (duplicate line) and {Ctrl}+{l} (delete line) code in the scratchpad
  • (12) Significantly improved the code which was slowing down matching of urls against the url history list
  • (13) Fixed a number of issues related to pasting and processing HTML text
  • (14) Fixed a longstanding issue where, if multiple lines of text were selected which contained a hyperlink, the left click popup menu would be invoked.
  • (15) Fixed a problem when dropping or pasting multiple html files which prevented the user from viewing them as literal text or processing the html text
  • (16) When pasting HTML text containing urls, the option to reformat the urls to a separate line was not provided unless there were urls preceded by a space or a tab. Now any url found in the text not already starting on a new line will trigger the option.
  • (17) Fixed a couple of bugs related to urls which end with "/?"
  • (18) Fixed responsiveness of {Esc} key when attempting to open multiple files

New in RCFV 2.2.2342.4777 Beta (Apr 26, 2023)

  • Fixes:
  • Requesting unique data lines when extracting text using matching could cause an error:
  • "This key is already associated with an element of this collection"
  • When using Copy and edit to back create HMTL
  • Added support for image urls embedded in a primary url
  • Added support for certain image urls containing embedded formatting information
  • When attempting to open multiple urls/files if two or more were identical then some or all of the selected urls/files would be ignored
  • Fixed a problem where the Esc key was not being recognized during a multifile find operation
  • Fixed a problem with certain HTML table renditions
  • Fixed a problem where some hyperlinks were incorrect
  • Image processing for 'Copy and edit' has been improved and a number of problems were fixed particularly when choosing to display 2-5 or all images per line when only image urls are selected
  • Removed spurious CAPTION, etc. text from figures which can't be rendered by RCFV
  • Fixed a problem where urls containing an embedded 'https://' such as 'https://archive.is/https://www.wsj.com/articles/...' were incorrectly modified
  • Fixed a problem where certain url's 'next page value' was not calculated correctly because the host name looked like downloadable data
  • Fixed {Ctrl}+{d} (duplicate line) and {Ctrl}+{l} (delete line) code in the scratchpad
  • Significantly improved the code which was slowing down matching of urls against the url history list
  • Fixed a number of issues related to pasting and processing HTML text
  • Fixed a longstanding issue where, if multiple lines of text were selected which contained a hyperlink, the left click popup menu would be invoked.
  • Fixed a problem when dropping or pasting multiple html files which prevented the user from viewing them as literal text or processing the html text
  • When pasting HTML text containing urls, the option to reformat the urls to a separate line was not provided unless there were urls preceded by a space or a tab. Now any url found in the text not already starting on a new line will trigger the option.
  • New features:
  • Added support for Flipboard entries
  • Added the ability to explicitly set the RGB value for the filter color values via a right-click
  • You can now automatically append "^^" and "$$" to the beginning of a SINGLE line of filter text which is dragged from the viewer to the include filter. Hold down the Ctrl key while dragging to prepend "^^" to the dragged text or the Alt key to prepend "$$". This makes it easier to create Start-End expressions. If you use this for the exclude filter the Start-End prefixes, viz., "^^" and "$$", will not be appended (they are invalid in the exclude filter) but the selected line will automatically be added to the filter.
  • Some sites store the text to display as part of a JSON structure. RCFV now extracts that text enabling you to read the essence of the web page albeit without ideal formatting, e.g., https://www.scmp.com/news/china/science/article/3205869/why-do-chinas-mild-covid-symptoms-feel-so-unbearable. Note that to view JSON text you must enable the "Show hidden text" option. (Note that hidden text may be displayed automatically if there is little other text available to display on a web page.) To improve the readability of JSON text we suggest you also check the 'Fix up run-on text' web page option.
  • Double-clicking while the {Ctrl} key is depressed will select the "paragraph", viz., all text between the preceding linefeed and the subsequent carriage-return.
  • Display of and captioning for web images using 'Copy and edit' has been improved.
  • Using 'Copy and edit' when your selection contains only image links or files you have the option of displaying them in a columnar format with all on one line or in 2-5 columns (N-up). When you do this the default image width is normally used. You now have the option of overriding the width value to force all of the images to have the specified width and fit perfectly in each column. Note that this may cause some images to be distorted. You can use this to constrain the width of other images as well although this is probably less useful.
  • Changes:
  • The F12 function, "drag to window", which allowed you to create an on-top small window to drag data to is no longer supported. It is unnecessary since you can just do the same to the taskbar icon.
  • Modifed the context menu to indicate that when a file or files are selected you have the option of opening them in their associated application which is not necessarily the default browser.
  • If the filters are otherwise empty except for a $^F4 (auto-advance to first text block) filtering will be turned off.
  • Pressing the 'Save filters' button for a url without a matching fvf file will use the url value as the template for the default fvf file name instead of 'Default.fvf' if the Default.fvf file exists.
  • Some filter updates but especially for recent (Google) news, to wit,

New in RCFV 2.1.2332.4774 Beta (Mar 26, 2023)

  • Fixes:
  • Requesting unique data lines when extracting text using matching could cause an error:
  • "This key is already associated with an element of this collection"
  • When using Copy and edit to back create HMTL
  • - Added support for image urls embedded in a primary url
  • - Added support for certain image urls containing embedded formatting information
  • When attempting to open multiple urls/files if two or more were identical then some or all of the selected urls/files would be ignored
  • Fixed a problem where the Esc key was not being recognized during a multifile find operation
  • Fixed a problem with certain HTML table renditions
  • Fixed a problem where some hyperlinks were incorrect
  • Fixed a problem where images were not being rendered using 'Copy and edit'
  • Removed spurious CAPTION, etc. text from figures which can't be rendered by RCFV
  • Fixed a problem where urls containing an embedded 'https://' such as 'https://archive.is/https://www.wsj.com/articles/...' were incorrectly modified
  • Fixed a problem where certain url's 'next page value' was not calculated correctly because the host name looked like downloadable data
  • Fixed {Ctrl}+{d} (duplicate line) and {Ctrl}+{l} (delete line) code in the scratchpad
  • Significantly improved the code which was slowing down matching of urls against the url history list
  • Image processing for 'Copy and edit' has been improved
  • New features:
  • Added support for Flipboard entries
  • Added the ability to explicitly set the RGB value for the filter color values via a right-click
  • You can now automatically append "^^" and "$$" to the beginning of a SINGLE line of filter text which is dragged from the viewer to the include filter. Hold down the Ctrl key while dragging to prepend "^^" to the dragged text or the Alt key to prepend "$$". This makes it easier to create Start-End expressions. If you use this for the exclude filter the Start-End prefixes, viz., "^^" and "$$", will not be appended (they are invalid in the exclude filter) but the selected line will automatically be added to the filter.
  • Some sites store the text to display as part of a JSON structure. RCFV now extracts that text enabling you to read the essence of the web page albeit without ideal formatting, e.g., https://www.scmp.com/news/china/science/article/3205869/why-do-chinas-mild-covid-symptoms-feel-so-unbearable. Note that to view JSON text you must enable the "Show hidden text" option. (Note that hidden text may be displayed automatically if there is little other text available to display on a web page.) To improve the readability of JSON text we suggest you also check the 'Fix up run-on text' web page option.
  • Changes:
  • The F12 function, "drag to window", which allowed you to create an on-top small window to drag data to is no longer supported. It is unnecessary since you can just do the same to the taskbar icon.

New in RCFV 2.0.2332.4771 (Jan 31, 2023)

  • New features:
  • (1) Added a new quick lookup feature. Using {Ctrl}+{F2} optionally including the {Shift} or {Alt} keys followed by a single alphanumeric character (within a few seconds) such that that alphanumeric character may be used to quickly select one or more lookup list urls. Each item description may optionally be decorated at the beginning with one or more alphanumeric characters followed by a colon. When the character selected by the keystroke following {Ctrl}+{F2} or one of the other variants matches one of those "decorations" the list item will be selected.
  • Note that the match is case-insensitive, viz., "Q" will match "q".
  • {Ctrl}+{F2} then keystroke ==> use tbe browser to open the matched urls (see below)
  • {Ctrl}+{Shift}+{F2} then keystroke ==> open the matched urls in RCFV (with the option to open in the browser instead)
  • {Ctrl}+{Alt}+{F2} then keystroke ==> append the matched urls to the scratchpad
  • For example, if the list items are as follows:
  • [q:Qwant] https://www.qwant.com/?client=ext-chrome-sb&q=??&t=web
  • [g2:Google] https://www.google.com/search?q=??&num=100
  • [b2:Bing] https://www.bing.com/search?q=??
  • [i:Bing images ***] https://www.bing.com/images/search?q=?? ;***: USE BROWSER ONLY
  • "g" following {Ctrl}+{F2}, etc. selects Google, "b" selects Bing, and "2" selects both
  • ( 2) All variants of lookup may now be done from the scratchpad as well using whatever text is highlighted or the current word, if any.
  • ( 3) Added the ability to right-click a normal filter button highlight color to be able to copy that color to all subsequent buttons to its right
  • ( 4) Added an option to "Copy and edit" to copy the simplified HTML of the viewer text directly to the clipboard obviating the need to copy the HTML from a browser tab
  • ( 5) Added an unescape function for selected text in the scratchpad to deal with "encoded" urls such as
  • https://chrt.fm/track/15E3G4/traffic.megaphone.fm/GLT9156179404.mp3
  • It will also "decode" urls which contain Unicode constants for all ASCII characters, viz., "u0000" through "u00ff" such as "https:u002Fu002Fwww.stitcher.com" => "https:www.stitcher.com"
  • ( 6) Added the ability to use F7 (paste special RCFV control characters) in the scratch pad
  • ( 7) Added support for the tab key in the scratchpad
  • ( 8) Added support for column selection where the columns are delimited by multiple spaces, e.g., $^2s will select the third column where the columns are delimited by one or more spaces
  • ( 9) {Alt}+{/} may be used anywhere to toggle the control panel and make the viewer the active control. Note that the {/} key alone may only be used to do this when the viewer is the active control.
  • (10) Updated videos for early instances of version 2 and added a new video: Extracting Columns From A Csv File
  • (11) Added the ability to select only folder names for a path list when selecting "files" (right-click 'add files')
  • (12) Added the option to extract only unique lines of data when right-clicking the Refresh button (match extraction)
  • (13) Added the option to include date and file and folder size attributes in path lists
  • (14) Extra control has been added to Bulk File Selection (right-click add Files) such that one can ignore non-text files dynamically for each selection and also ignore hidden files and all files, hidden or not, which are located in hidden folders
  • (15) Added a marker character, '†', after the link descriptor text when the urls are moved below the text when using Copy and edit to paste text with links to the clipboard
  • (16) Pressing the Escape key in the viewer may be used to (1) stop long-running operations, (2) cancel most dialog boxes, (3) unselect any highlighted text and (4) pause auto-scrolling
  • Changes:
  • ( 1) Deepl translation as a Lookup feature has been removed. You can download their free translate app which works in a similar way within any program at https://www.deepl.com/app. It has been replaced in RCFV by Reverso translation. For existing users the changes appear in 'LookupText.install.txt' in the Data folder.
  • ( 2) After an fvf file was matched by a url the file name used to be copied to the clipboard. That is no longer the case: the clipboard will now remain undisturbed by an fvf file match. One can interrogate the name of the matching fvf file by pressing {Alt}+{v} which will append that file name to the scratchpad.
  • Fixes:
  • ( 1) Fixed FastReplace error due to unsorted inputs
  • ( 2) Fixed problem with "$" regular expression characther when used in a Find {F3}
  • ( 3) Modified the code which inserts "^" and/or "$" in strings dragged from the viewer to the Find input box or one of the filter input boxes
  • ( 4) Fixed lack of removal of "+-" context character prefix when converting to simplified HTML
  • ( 5) Fixed a regression where extended regular expressions starting with "$^::", viz., match the underlying url value of a standard hyperlink instead of the link text, was not working
  • ( 6) Fixed an issue which prevented HTML text from being processed in RCFV directly
  • ( 7) Fixed lack of support for as a delimiter character for column selection, e.g., $^2 will select the third column where the columns are delimited by tabs
  • ( 8) Fixed a problem where the length of MS Office files was calculated incorrectly since it used the actual length of the source file but not the length of the (automatically) converted text file which is displayed
  • ( 9) Fixed an issue where a new fvf file was unable to be saved due to an invalid file name
  • (10) Fixed a problem where very small web pages were not displayed properly
  • (11) Added support for text lines delimited solely by a carriage-return, x'0d'
  • (12) Fixed a problem where a single line dropped into the include or exclude list input box would be automatically added to the list box
  • (13) Fixed a bug where a negative regular expression for selecting files (right-click 'add files') would only work for the top level folder
  • (14) Fixed a problem which occurred when changing the "intra-line matched text delimiter" in the General Settings screen
  • (15) When using {Ctrl}+{s} to send an email containing the current url(s) the redirected url name, if any, is now used instead of the original url. This will also affect other places where the url name is displayed such as the file list.
  • (16) Fixed a problem where downloadable urls were not being recognized correctly. This issue also suppressed the inclusion of some links which were incorrectly considered duplicates.
  • (17) Fixed bad reformatting which caused spaces before punctuation followed by a digit to be elided
  • (18) Fixed a problem where HTML tags inside of <pre>...</pre> tags were not handled
  • (19) Fixed a number of issues related to processing multiple files, especially list files (files which start with '!'), and the creation of a path file (a single file containing all selected file path names)
  • (20) Fixed a number of problems related to the number of selected files for a file path
  • (21) Fixed url copy (right-click 7-Export | Copy selected urls) in the url list (internet command) when ordered by url value
  • (22) Fixed "Find local label" (an anchor beginning with "#") so that it actually finds it if it exists in the text
  • (23) Fixed an issue with file lists where the saved information, e.g., font, colors, etc. was not being applied to the files in the list when they are opened from a file list
  • (24) A number of Bulk File Selection (right-click add Files) issues were fixed and/or improved.
  • (25) Fixed highlighting when a column specification, e.g., $^4s was ANDed with a normal expression.
  • (26) When a single file is added to the viewer it is assumed that a path list is not wanted
  • plus other minor bug fixes

New in RCFV 2.0.2328.4771 Beta (Jan 11, 2023)

  • New features:
  • (1) Added a new quick lookup feature. Using {Ctrl}+{F2} optionally including the {Shift} or {Alt} keys followed by a single alphanumeric character (within a few seconds) such that that alphanumeric character may be used to quickly select one or more lookup list urls. Each item description may optionally be decorated at the beginning with one or more alphanumeric characters followed by a colon. When the character selected by the keystroke following {Ctrl}+{F2} or one of the other variants matches one of those "decorations" the list item will be selected.
  • Note that the match is case-insensitive, viz., "Q" will match "q".
  • {Ctrl}+{F2} then keystroke ==> use tbe browser to open the matched urls (see below)
  • {Ctrl}+{Shift}+{F2} then keystroke ==> open the matched urls in RCFV (with the option to open in the browser instead)
  • {Ctrl}+{Alt}+{F2} then keystroke ==> append the matched urls to the scratchpad
  • For example, if the list items are as follows:
  • [q:Qwant] https://www.qwant.com/?client=ext-chrome-sb&q=??&t=web
  • [g2:Google] https://www.google.com/search?q=??&num=100
  • [b2:Bing] https://www.bing.com/search?q=??
  • [i:Bing images ***] https://www.bing.com/images/search?q=?? ;***: USE BROWSER ONLY
  • "g" following {Ctrl}+{F2}, etc. selects Google, "b" selects Bing, and "2" selects both
  • ( 2) All variants of lookup may now be done from the scratchpad as well using whatever text is highlighted or the current word, if any.
  • ( 3) Added the ability to right-click a normal filter button highlight color to be able to copy that color to all subsequent buttons to its right
  • ( 4) Added an option to "Copy and edit" to copy the simplified HTML of the viewer text directly to the clipboard obviating the need to copy the HTML from a browser tab
  • ( 5) Added an unescape function for selected text in the scratchpad to deal with "encoded" urls such as
  • https://chrt.fm/track/15E3G4/traffic.megaphone.fm/GLT9156179404.mp3
  • It will also "decode" urls which contain Unicode constants for all ASCII characters, viz., "u0000" through "u00ff" such as "https:u002Fu002Fwww.stitcher.com" => "https:www.stitcher.com"
  • ( 6) Added the ability to use F7 (paste special RCFV control characters) in the scratch pad
  • ( 7) Added support for the tab key in the scratchpad
  • ( 8) Added support for column selection where the columns are delimited by multiple spaces, e.g., $^2s will select the third column where the columns are delimited by one or more spaces
  • ( 9) {Alt}+{/} may be used anywhere to toggle the control panel and make the viewer the active control. Note that the {/} key alone may only be used to do this when the viewer is the active control.
  • (10) Updated videos for version 2 plus a new video: Extracting Columns From A Csv File
  • (11) Added the ability to select only folder names for a path list when selecting "files" (right-click 'add files')
  • (12) Added the option to extract only unique lines of data when right-clicking the Refresh button (match extraction)
  • (13) Added the option to include date and file size attributes in path lists
  • (14) Extra control has been added to Bulk File Selection such that one can ignore non-text files dynamically for each selection and also ignore hidden files and all files, hidden or not, which are located in hidden folders
  • (15) Added a marker character, '†', after the link descriptor text when the urls are moved below the text when using Copy and edit to paste text with links to the clipboard
  • (16) Pressing the Escape key in the viewer will unselect any highlighted text
  • Changes:
  • ( 1) Deepl translation as a Lookup feature has been removed. You can download their free translate app which works in a similar way within any program at https://www.deepl.com/app. It has been replaced in RCFV by Reverso translation. For existing users the changes appear in 'LookupText.install.txt' in the Data folder.
  • ( 2) After an fvf file was matched by a url the file name used to be copied to the clipboard. That is no longer the case: the clipboard will now remain undisturbed by an fvf file match. One can interrogate the name of the matching fvf file by pressing {Alt}+{v} which will append that file name to the scratchpad.
  • Fixes:
  • ( 1) Fixed FastReplace error due to unsorted inputs
  • ( 2) Fixed problem with "$" regular expression characther when used in a Find {F3}
  • ( 3) Modified the code which inserts "^" and/or "$" in strings dragged from the
  • viewer to the Find input box or one of the filter input boxes
  • ( 4) Fixed lack of removal of "+-" context character prefix when converting to simplified HTML
  • ( 5) Fixed a regression where extended regular expressions starting with "$^::", viz., match the underlying url value of a standard hyperlink instead of the link text, was not working
  • ( 6) Fixed an issue which prevented HTML text from being processed in RCFV directly
  • ( 7) Fixed lack of support for as a delimiter character for column selection, e.g., $^2 will select the third column where the columns are delimited by tabs
  • ( 8) Fixed a problem where the length of MS Office files was calculated incorrectly since it used the actual length of the source file but not the length of the (automatically) converted text file which is displayed
  • ( 9) Fixed an issue where a new fvf file was unable to be saved due to an invalid file name
  • (10) Fixed a problem where very small web pages were not displayed properly
  • (11) Added support for text lines delimited solely by a carriage-return, x'0d'
  • (12) Fixed a problem where a single line dropped into the include or exclude list input box would be automatically added to the list box
  • (13) Fixed a bug where a negative regular expression for selecting files (right-click 'add files') would only work for the top level folder
  • (14) Fixed a problem which occurred when changing the "intra-line matched text delimiter" in the General Settings screen
  • (15) When using {Ctrl}+{s} to send an email containing the current url(s) the redirected url name, if any, is now used instead of the original url. This will also affect other places where the url name is displayed such as the file list.
  • (16) Fixed a problem where downloadable urls were not being recognized correctly. This issue also suppressed the inclusion of some links which were incorrectly considered duplicates.
  • (17) Fixed bad reformatting which caused spaces before punctuation followed by a digit to be elided
  • (18) Fixed a problem where HTML tags inside of <pre>...</pre> tags were not handled
  • (19) Fixed a number of issues related to processing multiple files, especially list files (files which start with '!'), and the creation of a path file (a single file containing all selected file path names) 
  • (20) Fixed a number of problems related to the number of selected files for a file path
  • (21) Fixed url copy (right-click 7-Export | Copy selected urls) in the url list (internet command) when ordered by url value
  • plus other minor bug fixes

New in RCFV 1.2.2317.4765 Beta (Oct 27, 2022)

  • Fixed FastReplace error due to unsorted inputs
  • Fixed problem with "$" regular expression characther when used in a Find {F3}
  • Modified the code which inserts "^" and/or "$" in strings dragged from the viewer to the Find input box or one of the filter input boxes
  • Added the ability to right-click a normal filter button highlight color to be able to copy that color to all subsequent buttons to its right
  • Added an option to "Copy and edit" to copy the simplified HTML of the viewer text directly to the clipboard
  • Added an unescape function for selected text in the scratchpad to deal with "encoded" urls such as https:¦/¦/chrt.fm¦/track¦/15E3G4¦/traffic.megaphone.fm¦/GLT9156179404.mp3
  • Fixed lack of removal of "+-" context character prefix when converting to simplified HTML
  • Fixed a regression where extended regular expressions starting with "$^::", viz., match the underlying url value of a standard hyperlink instead of the link text, was not working
  • Fixed an issue which prevented HTML text from being processed in RCFV directly
  • Added option to use F7 (paste special RCFV control characters) in the scratch pad
  • Added support for the tab key in the scratchpad
  • Fixed lack of support for ¦t as a delimiter character for column selection, e.g., $^2¦t will select the third column where the columns are delimited by tabs
  • Added support for column selection where the columns are delimited by multiple spaces, e.g., $^2¦s will select the third column where the columns are delimited by one or more spaces
  • Fixed a problem where the length of MS Office files was calculated incorrectly since it used the actual length of the source file but not the length of the (automatically) converted text file which is displayed
  • Plus other minor bug fixes

New in RCFV 1.2.2315.4763 (Sep 30, 2022)

  • Improved recognition of images in files when they are specified as SRCSETs.
  • Added support for urls which contain additional ‘//’ strings after the protocol, e.g., https://www.the-scientist.com//?page=2
  • Fixed a bug where captured lines containing a backslash, ‘’, included some spurious characters
  • Fixed anchor formatting in superscripts
  • Fixed additional HTML formatting issues for back conversion
  • Added a new extended regular expression to simplify undelimited column highlighting
  • Added support for “msn encoded” news urls
  • Added support for urls in certain web sites which contain the wrong domain information and therefore return 404 errors, viz., ‘file not found’ similar to msn.com links. We use the same “hack” to find the correct or very similar url and display its data.
  • Fixed a bug where dropped or copied text containing a Windows wildcard character, e.g., “?” was considered a bad file name
  • Fixed a lookup bug where a “%” character in the lookup text was not being encoded correctly
  • Fixed performance of option to minimize the RCFV window if a browser window is opened from RCFV
  • Forced url lookup screen to always be ON TOP in case main window is ON TOP
  • Increased the number of duplicate links within an anchor tag from 1 to 3
  • Fixed a big which ignored leading spaces when dragging text to the filter input box
  • Fixed a problem where certain files were being recognized as images even though they weren’t
  • Fixed a problem with emphasis tags which could create spurious text
  • Added a new lookup url and associated fvf file to filter only recent Google News:
  • – we have defined “recent” as the last 10 days or so of the previous month plus the current month’s data but users can redefine it in other ways if they prefer [Google News — Recent] https://news.google.com/search?hl=en-US&gl=US&ceid=US:en&recentonly&q=??
  • Modified the F2 (lookup) button in the panel such that it is enabled even if there is no file in the viewer
  • Improved recognition when filtering does not select any meaningful text
  • Fixed a problem where small text in braces, e.g., {Ctrl}, would be deleted
  • Speeded up startup and filtering
  • Fixed a potential url history parameter corruption when an invalid numeric value was specified and the {Enter} key was pressed instead of the RCFV command button
  • Fixed a problem where a list of image files in the viewer were not recognized as such and, therefore, were not displayed correctly in the browser when using Copy and edit
  • Plus other minor bug fixes
  • Modified and clarified support for drag and drop vs. copy and paste for text added to filters:
  • You can now copy and paste multiple lines into the filter input box
  • The two modes differ only when the source of the text is from the RCFV viewer screen
  • Drag and drop will escape any regex characters in the string and optionally add some extra characters such as “^” and/or “$” to make the match more precise
  • Modified the algorithm for matching fvf file names such that if there are multiple matches the file matching the longest string of characters in the url will be used:
  • If there are multiple such file “expressions” that fit that definition of “best match” then the longest file name of those will be used
  • If there are multiples of those then the first one encountered will be used
  • Added the ability for a user defined default fvf file (named, of course, “DEFAULT.fvf”) which,
  • If it exists, will be used when no other match is found. In the most minimal case it can be used
  • To define just the default color scheme.