New in Version 16.9

June 6, 2017

New General Features

  • Greatly improved speed for the Remove Newline Characters command and Replace All (when the find string contains newline characters and the replace string does not) operations. See the test results table below.

Test results:

v16.5v16.6v16.9Comparison to v16.5
Replace All “9\n” with “a”32.7 seconds22.4 seconds0.17 seconds192 times faster
Undo the above73.5 seconds29.2 seconds27.8 seconds2.64 times faster
Remove Newline Characters34.8 seconds22.4 seconds0.12 seconds290 times faster
Undo the above105.3 seconds13.9 seconds6.95 seconds15.2 times faster
Replace All “0123456789\n” with “” (blank)13.8 seconds12.4 seconds0.078 seconds177 times faster
Undo the above7.7 seconds0.09 seconds0.078 seconds99 times faster

* All test conditions are the same as New in Version 16.6.

  • Greatly improved the speed of the Advanced Filter by selecting the new Match Whole String check box when many filters are defined.

Test results:

v16.8v16.9 (Match Whole String selected)Comparison
Advanced Filter, Match Case deselected115 seconds0.10 seconds1,150 times faster
Advanced Filter, Match Case selected123 seconds0.06 seconds2,050 times faster

* 200,000 lines (56.3 MB) CSV file (UTF-8), Use Advanced Filter, 50,000 search from the first column conditions, Logical Disjunction (OR) selected, Windows 10 (64-bit) Core i7-4790 16GB RAM

  • IPv4 and IPv6 addresses are clickable now, and clicking IPv4/IPv6 addresses will display a web browser and shows the IP information. Moreover, hovering over IPv4 addresses will show you the country name where the IPv4 address was registered (In order to use this feature, you will need to download an additional file. See Remarks below.) The behaviors are customizable by editing the macro file.
  • Hexadecimal colors and RGB colors can be clicked to show the Color Picker and allows you to select and change the color value.
  • The behaviors of Active Strings (including URLs, email addresses, IPv4 and IPv6 addresses, strings enclosed by quotation marks, HTML Character Reference, Universal Character Names/Percent-encoding, Hexadecimal colors, and RGB colors) can be customized to run macros, external tools, or EmEditor commands, in addition to previous behaviors.
  • The Link page of configuration properties allows you to specify which strings act as Active String. The new Active String page of the Customize dialog box allows you to specify a behavior for each event such as Left Click, Left Double-click, Middle Click, and Right Click of each Active String.

New Options

  • The Match Whole String check box was added to the Advanced Filter dialog box.
  • The Active String list was added to the Link page of configuration properties.
  • The Active String page was added to the Customize dialog box.
  • The Add Additional Information to the Undo/Redo History check box was added to the History page of the Customize dialog box.
  • The Remove the first line from all documents except the first document check box was added to the Combine Documents into a Single File wizard.

New Commands

  • Filter in Column
  • Customize Active String

Plug-in API New Features

  • Added EE_SHOW_TIP and EE_GET_ACTIVE_STRING messages.
  • Added Editor_ShowTip and Editor_GetActiveString inline functions.
  • Added TIP_INFO and ACTIVE_STRING_INFO structures.
  • Added EEID_FILTER_COLUMN and EEID_CUSTOMIZE_ACTIVE_STRING commands.

Macro New Features

  • Added the ShowTip method to the Window object.
  • Added the ActiveString method to the Document object.

Bug Fixes

  • Fixed the bug where the Multiline option was not saved in the Find dialog box.
  • Fixed a certain bug related to Find in Files.
  • Fixed the bug where the Backup Folder was not saved in the Replace in Files dialog box.

Remarks

In order to inspect the name of the country where the IP address is registered, download the GeoLite2 Country database, unzip and place the extracted CSV file in:

  • If an EmEditor installer was used to install EmEditor (using the Registry):
    %PROGRAMDATA%\Emurasoft\EmEditor\data, i.e. C:\ProgramData\Emurasoft\EmEditor\data
  • If a portable version of EmEditor is used (using INI files):
    data” subfolder of the EmEditor installed folder, i.e. X:\…\EmEditor\data

It is recommended to download and update the above file periodically since the database is updated frequently.

Credit

The new IPTip.jsee macro uses the GeoLite downlodable CSV data created by MaxMind.