New in Version 19.5

December 18, 2019

New General Features

  • Added the Extract Frequent Strings command to create a list of frequent whole lines or words as a CSV document.
  • Added the ability to create a table of frequent strings from the Find Extract results (the Find dialog box – the arrow at the right side of the Extract button – Extract Options dialog box – the Count Frequent Strings check box). For instance, to create a list of frequently used IPv4 addresses in the current document, open the Find dialog box, click the arrow at the right side of the Extract button, select Extract Options, select Display Matched Strings Only, set the Count Frequent Strings check box in the Extract Options dialog box, click the Number Range radio button in the Find dialog box, enter “0.0.0.0/0” in the Find text box, and click the Extract button.

New Options

  • Added the Extract Frequent Strings dialog box.
  • Added the Count Frequent Strings check box, Number of Lines text box, CSV Format list box and Add and Delete buttons to the Extract Options dialog box.
  • Added the Count matches when a document is opened check box to the Options page of the Customize Markers dialog box.
  • Added the Show New Options check box to the Customize Start Window dialog box.
  • Added the Activate EmEditor when text dropped from another app check box to the Mouse page of the Customize dialog box.

New Commands

  • Extract Frequent Strings
  • Count Marker Matches
  • Clear Marker Match Count

Plug-in API New Features

  • Added the FLAG_FIND_COUNT_FREQUENCY flag to the FIND_REPLACE_INFO structure.

Macro New Features

  • Added the eeExFindCountFrequency flag to the Find method.