New in Version 19.6
February 12, 2020
New General Features
- The new version shows theShow Clipboard History button when thePaste (CTRL + V) command was selected. Clicking this button or selecting theShow Clipboard History (default shortcut: Ctrl+Shift+V) command displays theClipboard History listbox, which allows you to quickly select a previously used Clipboard text (To disable this feature, clearShow Clipboard History on Paste check box to theEdit page of theCustomize dialog box).
- The new version can show the Minimap only while the mouse is hovered on the vertical scroll bar (to disable this feature, clear theShow Minimap while Hovered check box on theScroll page of configuration properties).
- Added the ability to create a table of frequent CSV cells, IPv4 addresses, or IPv6 addresses via theExtract Frequent Strings command.
- Added the ability to create a table of frequent strings from theFind in Files results (theFind in Files dialog box – the arrow at the right side of theExtract button –Extract Options dialog box – theCount Frequent Strings check box).
- Number Range Expression can now specify a set of numbers with a specified increment. For example, to specify only even numbers in the range of 0 to 10, you can use [0, 10, 2].
- AddedJSON to default configurations.
New Options
- Added theRetrieve Windows Clipboard History on Startup andShow Clipboard History on Paste check boxes to theEdit page of theCustomize dialog box.
- Added theShow Minimap while Hovered check box to the Scroll page of configuration properties.
- Added theCells,IPv4 Addresses, andIPv6 Addresses radio buttons to theExtract Frequent Strings dialog box.
- Added theMultiples + Minimum numbers Only check box andMultiples of text box to theEnter Number Range dialog box.
- Added theExtract button to theFind in Files dialog box.
- Added theCustom text box to theFormat page of theCustomize dialog box.
New Commands
- Show Minimap while Hovered
- Show Clipboard History
Plug-in API New Features
- Added theFLAG_FIND_COUNT_FREQUENCY flag to theGREP_INFO_EX structure.
Macro New Features
- Added theeeExFindCountFrequency flag to theFindInFiles method.