• Link to X Link to X Link to X
  • Link to Facebook Link to Facebook Link to Facebook
  • Link to Youtube Link to Youtube Link to Youtube
  • Link to Reddit Link to Reddit Link to Reddit
  • Link to Rss Link to Rss Link to Rss
  • Blog
  • Support
    • FAQ
    • Help (HTML)
    • Manual (PDF)
    • Forums (read-only)
    • Library (GitHub)
    • Update/Resend Registration Keys
    • Contact Us
  • About
    • About Emurasoft
    • Meet the Team
    • Other Products
    • Awards
    • Privacy Policy
    • Go to Emurasoft Customer Center
  • 🌐 English
    • 日本語
    • 한국어
    • Deutsch
    • 简体中文
    • 繁體中文
  • Download
  • Buy
  • Features
  • Menu Menu
EmEditor Logo

EmEditor v17.0.0 beta 3

July 13, 2017/in EmEditor Beta/by Yutaka Emura

Today, we are releasing EmEditor v17.0.0 beta 3.

Notes: Beta versions are updated frequently. In order to update automatically to future beta versions, please select Select Update Channel on the Help menu, and select Betas.

Updates from v17.0.0 beta 2 include:

New General Features

  • Shows the margin in the tooltips displayed when hovered on the Wrap by Characters, Wrap by Window or Wrap by Page buttons in the toolbar.

New Options

  • Added the Drop-down List Font drop-down list to Toolbars dialog box.
  • Added the Number of Recent Searches text box to the History page of Customize dialog box.

To Download

  • 64-bit installer
  • 32-bit installer
  • 64-bit portable
  • 32-bit portable

These files will be deleted when official release versions become available. The official releases can be downloaded at the Download page.

Remarks

When this version is first launched, the old settings will be converted to the new settings. The old settings will remain, but selecting the Delete Old Settings command will clear the old settings at anytime later. This version might not be compatible with old plug-ins and macros. Specifically, plug-ins and macros that depend on the registry information listed in the Technical Information below might not work anymore. Please verify if this version works with your plug-ins and macros, and please let us know if there are any issues at the beta forum or by emails so that we can resolve those issues. If you are using Aye Wong’s MacroPopupMenu2, please download and run a new macro called PopupMacros.jsee. If you are using a macro to set the current macro temporarily, please rewrite it by using the new ExecuteMacro method (refer to the PopupMacros.jsee macro as a sample).

Technical Information

Obsolete registry keys:

HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\ActiveString
HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Macros
HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\PlugIns
HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Recent File List
HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Recent Folder List
HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Recent Font List
HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Recent Insert List
HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Recent Workspace List

Obsolete registry values in HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Config\(Configuration Name) (including already obsolete values on older versions):

Accel
Clr
Clr11
Clr12
Clr14
Clr14_2
Clr14_3
Clr14_6
Clr15_4
Clr15_8
Clr2
Clr3
ClrPreview
ClrVar
ConfigCopiedFrom
ContextMenu
DevMode
DevNames
GuideArray
HW
HW2, HW3, HW4, ...
IgnoreIndent
RegexIndentBegin
RegexIndentEnd
RegexIndentStatement
InitialFolder
JumpListMenu
LineComment1
LineComment2
MainMenu
MaxFindPreview
NW
OutlineBar
OutlineBarInit
OutlineComments
OutlineGuide
OutlineGuideInit
OutlineGuideMax
OutlineHideMatch
OutlineIndentType
OutlineLevelSize
OutlineMatch-1 ... OutlineMatch-32
OutlineRegex-1 ... OutlineRegex-32
OutlineReplace-1 ... OutlineReplace-32
OutlineVer
OutlineViewLevel
PIK
PIKM
PIKT
TabMenu
Tmpl
TrayMenu1
TrayMenu2
TrayMenu3
TrayMenu4
TrayMenu5
TrayMenu6
TrayMenu7
TrayMenu8

Obsolete registry values in HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Common:

RecentFilterList (obsolete on v16.9)

Newly added data files:

%APPDATA%\Emurasoft\EmEditor\Common\ActiveS.bin
%APPDATA%\Emurasoft\EmEditor\Common\BRP.bin
%APPDATA%\Emurasoft\EmEditor\Common\FileAttr.bin
%APPDATA%\Emurasoft\EmEditor\Common\FRP.bin
%APPDATA%\Emurasoft\EmEditor\Common\Macros.bin
%APPDATA%\Emurasoft\EmEditor\Common\Menu0.bin ... Menu13.bin
%APPDATA%\Emurasoft\EmEditor\Common\PlugIns.bin
%APPDATA%\Emurasoft\EmEditor\Common\RecentFilterList.bin (Added on v16.9)
%APPDATA%\Emurasoft\EmEditor\Config\(Configuration Name)\Accel.bin
%APPDATA%\Emurasoft\EmEditor\Config\(Configuration Name)\ClrPreview.bin
%APPDATA%\Emurasoft\EmEditor\Config\(Configuration Name)\ClrVar.bin
%APPDATA%\Emurasoft\EmEditor\Config\(Configuration Name)\DevInfo.bin
%APPDATA%\Emurasoft\EmEditor\Config\(Configuration Name)\NW.bin
%APPDATA%\Emurasoft\EmEditor\Config\(Configuration Name)\HW.bin
%APPDATA%\Emurasoft\EmEditor\Config\(Configuration Name)\PropEx.bin

Please post any questions or comments at Beta Forums.

Thank you for continue using EmEditor!

/wp-content/uploads/2016/10/emeditor150.png 150 150 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2017-07-13 14:52:082026-01-11 10:19:59EmEditor v17.0.0 beta 3
EmEditor Logo

EmEditor v17.0.0 beta 2

July 11, 2017/in EmEditor Beta/by Yutaka Emura

Today, we are releasing EmEditor v17.0.0 beta 2.

Notes: Beta versions are updated frequently. In order to update automatically to future beta versions, please select Select Update Channel on the Help menu, and select Betas.

Updates from v17.0.0 beta 1 include:

New General Features

  • Optimized the launch speed by moving the menus and batch replace strings to AppData files.

New Options

  • Added the Synchronize History with Find/Replace Dialog Boxes check box to the Search page of the Customize dialog box.
  • Added the Synchronize with Find command to the menu displayed when the > button by the Replace with drop-down list box is clicked in the Replace dialog box.
  • Updated the font used for the drop-down list boxes in the Find and Filter toolbars.

Macro New Features

  • The RegisteredName property was added to the Editor object.

To Download

  • 64-bit installer
  • 32-bit installer
  • 64-bit portable
  • 32-bit portable

These files will be deleted when official release versions become available. The official releases can be downloaded at the Download page.

Remarks

When this version is first launched, the old settings will be converted to the new settings. The old settings will remain, but selecting the Delete Old Settings command will clear the old settings at anytime later. This version might not be compatible with old plug-ins and macros. Specifically, plug-ins and macros that depend on the registry information listed in the Technical Information below might not work anymore. Please verify if this version works with your plug-ins and macros, and please let us know if there are any issues at the beta forum or by emails so that we can resolve those issues. If you are using Aye Wong’s MacroPopupMenu2, please download and run a new macro called PopupMacros.jsee. If you are using a macro to set the current macro temporarily, please rewrite it by using the new ExecuteMacro method (refer to the PopupMacros.jsee macro as a sample).

Technical Information

Obsolete registry keys:

HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\ActiveString
HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Macros
HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\PlugIns
HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Recent File List
HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Recent Folder List
HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Recent Font List
HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Recent Insert List
HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Recent Workspace List

Obsolete registry values in HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Config\(Configuration Name) (including already obsolete values on older versions):

Accel
Clr
Clr11
Clr12
Clr14
Clr14_2
Clr14_3
Clr14_6
Clr15_4
Clr15_8
Clr2
Clr3
ClrPreview
ClrVar
ConfigCopiedFrom
ContextMenu
DevMode
DevNames
GuideArray
HW
HW2, HW3, HW4, ...
IgnoreIndent
RegexIndentBegin
RegexIndentEnd
RegexIndentStatement
InitialFolder
JumpListMenu
LineComment1
LineComment2
MainMenu
MaxFindPreview
NW
OutlineBar
OutlineBarInit
OutlineComments
OutlineGuide
OutlineGuideInit
OutlineGuideMax
OutlineHideMatch
OutlineIndentType
OutlineLevelSize
OutlineMatch-1 ... OutlineMatch-32
OutlineRegex-1 ... OutlineRegex-32
OutlineReplace-1 ... OutlineReplace-32
OutlineVer
OutlineViewLevel
PIK
PIKM
PIKT
TabMenu
Tmpl
TrayMenu1
TrayMenu2
TrayMenu3
TrayMenu4
TrayMenu5
TrayMenu6
TrayMenu7
TrayMenu8

Obsolete registry values in HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Common:

RecentFilterList (obsolete on v16.9)

Newly added data files:

%APPDATA%\Emurasoft\EmEditor\Common\ActiveS.bin
%APPDATA%\Emurasoft\EmEditor\Common\BRP.bin
%APPDATA%\Emurasoft\EmEditor\Common\FileAttr.bin
%APPDATA%\Emurasoft\EmEditor\Common\FRP.bin
%APPDATA%\Emurasoft\EmEditor\Common\Macros.bin
%APPDATA%\Emurasoft\EmEditor\Common\Menu0.bin ... Menu13.bin
%APPDATA%\Emurasoft\EmEditor\Common\PlugIns.bin
%APPDATA%\Emurasoft\EmEditor\Common\RecentFilterList.bin (Added on v16.9)
%APPDATA%\Emurasoft\EmEditor\Config\(Configuration Name)\Accel.bin
%APPDATA%\Emurasoft\EmEditor\Config\(Configuration Name)\ClrPreview.bin
%APPDATA%\Emurasoft\EmEditor\Config\(Configuration Name)\ClrVar.bin
%APPDATA%\Emurasoft\EmEditor\Config\(Configuration Name)\DevInfo.bin
%APPDATA%\Emurasoft\EmEditor\Config\(Configuration Name)\NW.bin
%APPDATA%\Emurasoft\EmEditor\Config\(Configuration Name)\HW.bin
%APPDATA%\Emurasoft\EmEditor\Config\(Configuration Name)\PropEx.bin

Please post any questions or comments at Beta Forums.

Thank you for continue using EmEditor!

/wp-content/uploads/2016/10/emeditor150.png 150 150 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2017-07-11 15:51:222026-01-11 10:19:10EmEditor v17.0.0 beta 2
EmEditor Logo

EmEditor v17.0.0 beta 1

July 7, 2017/in EmEditor Beta/by Yutaka Emura

Today, we are releasing EmEditor v17.0.0 beta 1.

Notes: Beta versions are updated frequently. In order to update automatically to future beta versions, please select Select Update Channel on the Help menu, and select Betas.

Updates from v16.9.3 include:

New General Features

  • Greatly improved the EmEditor launch speed by optimizing the code to save settings and others (especially for the portable versions or when many macros are registered to My Macros). See the test results table below.

Test results:

v16.9.1 v16.9.3 v17.0 Comparison to v16.9.1
Launch Time 5.45 seconds 0.734 seconds 0.156 seconds 34.9 times faster

* 64-bit portable version (using INI files), 119 macros registered to My Macros, 9 plug-ins, 20 recently used files, 20 recently used folders, 10 recently used fonts. Measured the time between when the first code was executed and when the program initialization was finished, Windows 10 (64-bit) Core i7-4790 16GB RAM.

  • When the Save Cursor Position and Bookmarks check box is set in the History page of the Customize dialog box, previous versions save cursor positions and bookmarks only for recently used files. The new version saves the information up to specified days (maximum 30,000 days). Moreover, the bookmarks can be indefinitely remembered by the option.
  • If a read-only file was detected during Replace in Files, a warning message is now displayed in the Output Bar.

New Options

  • Moved the Save Cursor Position and Bookmarks check box from the File page to the History page of the Customize dialog box.
  • Added the Number of Days to Save text box and the Never Clear Bookmarks check box were added to the History page of the Customize dialog box.
  • Added the Clear History dialog box, which will be displayed when the Clear History button is clicked in the History page of the Customize dialog box.
  • Added the Use Default Keywords check box to the Highlight (1) page of configuration properties.

New Commands

  • Delete Old Settings

Plug-in New Features

  • Added the Click to run a macro check box and the Macro File Filter text box to the Explorer plug-in Properties, and the Explorer plug-in allows you to click a macro file to run the macro instead of editing the macro.
  • Added the Run this Macro with EmEditor command to the context menu displayed in the Explorer plug-in custom bar.

Macro New Features

  • The ExecuteMacro method was added to the Editor object.

Bug Fixes

  • Fixed a certain bug related to the Delete Duplicate Lines command.

To Download

  • 64-bit installer
  • 32-bit installer
  • 64-bit portable
  • 32-bit portable

These files will be deleted when official release versions become available. The official releases can be downloaded at the Download page.

Remarks

When this version is first launched, the old settings will be converted to the new settings. The old settings will remain, but selecting the Delete Old Settings command will clear the old settings at anytime later. This version might not be compatible with old plug-ins and macros. Specifically, plug-ins and macros that depend on the registry information listed in the Technical Information below might not work anymore. Please verify if this version works with your plug-ins and macros, and please let us know if there are any issues at the beta forum or by emails so that we can resolve those issues. If you are using Aye Wong’s MacroPopupMenu2, please download and run a new macro called PopupMacros.jsee. If you are using a macro to set the current macro temporarily, please rewrite it by using the new ExecuteMacro method (refer to the PopupMacros.jsee macro as a sample).

Technical Information

Obsolete registry keys:

HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\ActiveString
HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Macros
HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\PlugIns
HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Recent File List
HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Recent Folder List
HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Recent Font List
HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Recent Insert List
HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Recent Workspace List

Obsolete registry values in HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Config\(Configuration Name) (including already obsolete values on older versions):

Accel
Clr11
Clr12
Clr14
Clr14_2
Clr14_3
Clr14_6
Clr15_4
Clr15_8
Clr2
Clr3
ClrPreview
ClrVar
ConfigCopiedFrom
DevMode
DevNames
GuideArray
HW
HW2, HW3, HW4, ...
IgnoreIndent
RegexIndentBegin
RegexIndentEnd
RegexIndentStatement
InitialFolder
LineComment1
LineComment2
MaxFindPreview
NW
OutlineBar
OutlineBarInit
OutlineComments
OutlineGuide
OutlineGuideInit
OutlineGuideMax
OutlineHideMatch
OutlineIndentType
OutlineLevelSize
OutlineMatch-1 ... OutlineMatch-32
OutlineRegex-1 ... OutlineRegex-32
OutlineReplace-1 ... OutlineReplace-32
OutlineVer
OutlineViewLevel
PIK
PIKM
PIKT
Tmpl

Obsolete registry values in HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Common:

RecentFilterList (obsolete on v16.9)

Newly added data files:

%APPDATA%\Emurasoft\EmEditor\Common\ActiveS.bin
%APPDATA%\Emurasoft\EmEditor\Common\FileAttr.bin
%APPDATA%\Emurasoft\EmEditor\Common\Macros.bin
%APPDATA%\Emurasoft\EmEditor\Common\PlugIns.bin
%APPDATA%\Emurasoft\EmEditor\Common\RecentFilterList.bin (Added on v16.9)
%APPDATA%\Emurasoft\EmEditor\Config\(Configuration Name)\Accel.bin
%APPDATA%\Emurasoft\EmEditor\Config\(Configuration Name)\ClrPreview.bin
%APPDATA%\Emurasoft\EmEditor\Config\(Configuration Name)\ClrVar.bin
%APPDATA%\Emurasoft\EmEditor\Config\(Configuration Name)\DevInfo.bin
%APPDATA%\Emurasoft\EmEditor\Config\(Configuration Name)\NW.bin
%APPDATA%\Emurasoft\EmEditor\Config\(Configuration Name)\HW.bin
%APPDATA%\Emurasoft\EmEditor\Config\(Configuration Name)\PropEx.bin

Please post any questions or comments at Beta Forums.

Thank you for continue using EmEditor!

/wp-content/uploads/2016/10/emeditor150.png 150 150 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2017-07-07 17:01:322026-01-11 10:18:22EmEditor v17.0.0 beta 1

EmEditor v16.9.3 released!

June 15, 2017/in EmEditor Core/by Yutaka Emura

Today, we are releasing EmEditor v16.9.3.

Updates from v16.9.2 include:

Bug Fixes

  • Fixed the bug where the Select This Macro command did not work correctly.
  • Fixed a certain bug related to vertical indicators and scroll bar markers.
  • Fixed a certain bug related to click/dragging on the ruler to select columns in CSV mode.

Please see EmEditor v16.9 New Features for details.

If you use the Installer version, you can select Check for Updates on the Help to download the newest version. If you use one of the other versions, you can go to the Download page to download the newest version.

In order to reduce the installer size, the Help file is not included in the installer. You can view the Web Help with your browser, or download the separate Help file. If you would like to download the separate local Help file, please go to the Download Help page.

This version is available free if you have a lifetime license or if your maintenance plan is valid as of June 14, 2017. Your registration keys might be found in the Emurasoft Customer Center. The registration key for v16 is the same as the key for v15 and v14.

Thank you for using EmEditor!

/wp-content/uploads/2017/06/active_string_actions.png 463 634 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2017-06-15 11:51:312017-06-15 12:32:40EmEditor v16.9.3 released!

EmEditor v16.9.2 released!

June 13, 2017/in EmEditor Core/by Yutaka Emura

Today, we are releasing EmEditor v16.9.2.

Updates from v16.9.1 include:

New General Features

  • Greatly improved speed for EmEditor launch when many macros are registered to My Macros and especially when used as a portable version (using INI files).

Bug Fixes

  • Fixed issues related to Active Strings.

Please see EmEditor v16.9 New Features for details.

If you use the Installer version, you can select Check for Updates on the Help to download the newest version. If you use one of the other versions, you can go to the Download page to download the newest version.

In order to reduce the installer size, the Help file is not included in the installer. You can view the Web Help with your browser, or download the separate Help file. If you would like to download the separate local Help file, please go to the Download Help page.

This version is available free if you have a lifetime license or if your maintenance plan is valid as of June 13, 2017. Your registration keys might be found in the Emurasoft Customer Center. The registration key for v16 is the same as the key for v15 and v14.

Thank you for using EmEditor!

/wp-content/uploads/2017/06/active_string_actions.png 463 634 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2017-06-13 16:15:082017-06-13 16:15:08EmEditor v16.9.2 released!

EmEditor v16.9.1 released!

June 8, 2017/in EmEditor Core/by Yutaka Emura

Today, we are releasing EmEditor v16.9.1.

Updates from v16.9.0 include:

Bug Fixes

  • Fixed the issue where IPv4/IPv6 strings prevent URLs or tags to open the correct URLs/files.
  • When updating from previous versions of EmEditor, IPv4, IPv6 and markers will stay inactive so that the behaviors will be similar to the previous versions.
  • Fixed the issue where selecting the most recently used file from the Tray Icon menu might not have worked.
  • Fixed the issue where selecting selecting Export/Import themes from the Display page of configuration properties could crash EmEditor.
  • Fixed other issues.

Please see EmEditor v16.9 New Features for details.

If you use the Installer version, you can select Check for Updates on the Help to download the newest version. If you use one of the other versions, you can go to the Download page to download the newest version.

In order to reduce the installer size, the Help file is not included in the installer. You can view the Web Help with your browser, or download the separate Help file. If you would like to download the separate local Help file, please go to the Download Help page.

This version is available free if you have a lifetime license or if your maintenance plan is valid as of June 8, 2017. Your registration keys might be found in the Emurasoft Customer Center. The registration key for v16 is the same as the key for v15 and v14.

Thank you for using EmEditor!

/wp-content/uploads/2017/06/active_string_actions.png 463 634 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2017-06-08 13:53:512017-06-08 13:53:51EmEditor v16.9.1 released!

EmEditor v16.9.0 released!

June 6, 2017/in EmEditor Core/by Yutaka Emura

Today, we are releasing EmEditor v16.9.0.

Updates from v16.8.1 include:

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.5 v16.6 v16.9 Comparison to v16.5
Replace All “9\n” with “a” 32.7 seconds 22.4 seconds 0.17 seconds 192 times faster
Undo the above 73.5 seconds 29.2 seconds 27.8 seconds 2.64 times faster
Remove Newline Characters 34.8 seconds 22.4 seconds 0.12 seconds 290 times faster
Undo the above 105.3 seconds 13.9 seconds 6.95 seconds 15.2 times faster
Replace All “0123456789\n” with “” (blank) 13.8 seconds 12.4 seconds 0.078 seconds 177 times faster
Undo the above 7.7 seconds 0.09 seconds 0.078 seconds 99 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.8 v16.9 (Match Whole String selected) Comparison
Advanced Filter, Match Case deselected 115 seconds 0.10 seconds 1,150 times faster
Advanced Filter, Match Case selected 123 seconds 0.06 seconds 2,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 show the IP information. Moreover, hovering over IPv4 addresses will display the country name as a tooltip 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 GeoIPCountryCSV.zip, 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 downloadable CSV data created by MaxMind.

Please see EmEditor v16.9 New Features for details.

If you use the Installer version, you can select Check for Updates on the Help to download the newest version. If you use one of the other versions, you can go to the Download page to download the newest version.

In order to reduce the installer size, the Help file is not included in the installer. You can view the Web Help with your browser, or download the separate Help file. If you would like to download the separate local Help file, please go to the Download Help page.

This version is available free if you have a lifetime license or if your maintenance plan is valid as of June 6, 2017. Your registration keys might be found in the Emurasoft Customer Center. The registration key for v16 is the same as the key for v15 and v14.

Thank you for using EmEditor!

/wp-content/uploads/2017/06/active_string_actions.png 463 634 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2017-06-06 14:13:142017-06-13 16:54:43EmEditor v16.9.0 released!
EmEditor Logo

EmEditor v16.9.0 beta 4

June 2, 2017/in EmEditor Beta/by Yutaka Emura

Today, we are releasing EmEditor v16.9.0 beta 4.

Notes: Beta versions are updated frequently. In order to update automatically to future beta versions, please select Select Update Channel on the Help menu, and select Betas.

Updates from v16.9.0 beta 3 include:

New General Features

  • Greatly improved speed for the Remove Newline Characters command and Replace All (replace strings containing newline characters with strings NOT containing newline characters) operations. See the test results table below.

Test results:

v16.5 v16.6 v16.9 Comparison to v16.5
Replace All “9\n” with “a” 32.7 seconds 22.4 seconds 0.17 seconds 192 times faster
Undo the above 73.5 seconds 29.2 seconds 27.8 seconds 2.64 times faster
Remove Newline Characters 34.8 seconds 22.4 seconds 0.12 seconds 290 times faster
Undo the above 105.3 seconds 13.9 seconds 6.95 seconds 15.2 times faster

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

Bug Fixes

  • Fixed a bug related to the recently used file command on the tray icon menu.
  • The new version allows you to select multiple items in the Active String page of the Customize dialog box.

To Download

  • 64-bit installer
  • 32-bit installer
  • 64-bit portable
  • 32-bit portable

These files will be deleted when official release versions become available. The official releases can be downloaded at the Download page.

Remarks

In order to inspect the name of the country where the IP address is registered,
Download http://geolite.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip
unzip and place the extracted CSV file in the same folder in Macros sub folder of the EmEditor installed folder. This is usually %LOCALAPPDATA%\Programs\EmEditor\Macros if you install per user, or C:\Program Files\EmEditor\Macros if you install per computer. It is recommended to download and update the above file periodically since the database is updated frequently.

Please post any questions or comments at Beta Forums.

Thank you for continue using EmEditor!

/wp-content/uploads/2016/10/emeditor150.png 150 150 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2017-06-02 18:28:342017-06-02 18:28:34EmEditor v16.9.0 beta 4
EmEditor Logo

EmEditor v16.9.0 beta 3

June 1, 2017/in EmEditor Beta/by Yutaka Emura

Today, we are releasing EmEditor v16.9.0 beta 3.

Notes: Beta versions are updated frequently. In order to update automatically to future beta versions, please select Select Update Channel on the Help menu, and select Betas.

Updates from v16.9.0 beta 2 include:

Bug Fixes

  • Fixed a bug related to the recently used file command on the tray icon menu.
  • The new version allows you to select multiple items in the Active String page of the Customize dialog box.

To Download

  • 64-bit installer
  • 32-bit installer
  • 64-bit portable
  • 32-bit portable

These files will be deleted when official release versions become available. The official releases can be downloaded at the Download page.

Remarks

In order to inspect the name of the country where the IP address is registered,
Download http://geolite.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip
unzip and place the extracted CSV file in the same folder in Macros sub folder of the EmEditor installed folder. This is usually %LOCALAPPDATA%\Programs\EmEditor\Macros if you install per user, or C:\Program Files\EmEditor\Macros if you install per computer. It is recommended to download and update the above file periodically since the database is updated frequently.

Please post any questions or comments at Beta Forums.

Thank you for continue using EmEditor!

/wp-content/uploads/2016/10/emeditor150.png 150 150 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2017-06-01 16:03:362017-06-01 16:03:36EmEditor v16.9.0 beta 3
EmEditor Logo

EmEditor v16.9.0 beta 2

May 30, 2017/in EmEditor Beta/by Yutaka Emura

Today, we are releasing EmEditor v16.9.0 beta 2.

Notes: Beta versions are updated frequently. In order to update automatically to future beta versions, please select Select Update Channel on the Help menu, and select Betas.

Updates from v16.9.0 beta 1 include:

Bug Fixes

  • Fixed some issues related to Active String.
  • Suppors shorthand hexadecimal colors.

To Download

  • 64-bit installer
  • 32-bit installer
  • 64-bit portable
  • 32-bit portable

These files will be deleted when official release versions become available. The official releases can be downloaded at the Download page.

Remarks

In order to inspect the name of the country where the IP address is registered,
Download http://geolite.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip
unzip and place the extracted CSV file in the same folder in Macros sub folder of the EmEditor installed folder. This is usually %LOCALAPPDATA%\Programs\EmEditor\Macros if you install per user, or C:\Program Files\EmEditor\Macros if you install per computer. It is recommended to download and update the above file periodically since the database is updated frequently.

Notes: Beta versions do NOT support User Interface languages except English (U.S.) and Japanese.

Please post any questions or comments at Beta Forums.

Thank you for continue using EmEditor!

/wp-content/uploads/2016/10/emeditor150.png 150 150 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2017-05-30 14:48:092017-05-30 14:48:09EmEditor v16.9.0 beta 2
Page 41 of 78«‹3940414243›»

Latest News

  • EmEditor Logo
    EmEditor v26.2 preview releasedJune 3, 2026 - 7:53 pm
  • EmEditor v26.1.1 ReleasedMay 30, 2026 - 12:04 pm
  • Information Security Incident Response Awards
    Emurasoft Receives Excellence Award at the 11th Information Security Incident Response AwardsMay 29, 2026 - 5:56 pm
  • EmEditor v26.1.0 Released — Updated Certificate, Faster Performance and Enhanced AI FeaturesMay 6, 2026 - 10:53 am
  • EmEditor Logo
    EmEditor v26.1 preview releasedMay 4, 2026 - 8:50 am
  • Fraudulent Job Advertisements Misusing Emurasoft’s Name on Social MediaApril 28, 2026 - 11:15 am
  • Domain Changes as Part of Security ImprovementsApril 20, 2026 - 5:08 pm
  • EmEditor v26.0.3 ReleasedFebruary 23, 2026 - 12:07 pm

Categories

  • EmEditor Beta (165)
  • EmEditor Core (484)
  • EmEditor Preview (3)
  • General (63)
  • Journal (9)
  • Language Packs (8)
  • Macros (2)
  • Plug-ins (6)
  • Related Software (2)
  • Reviews (29)

Tags

award pricing review v7 v8 v9 v10 v11 v12 v13 v14 v14.9 v15.0 v15.1 v15.2 v15.7 v15.8 v15.9 v16.0 v16.1 v16.3 v16.7 v16.9 v17.0 v17.1 v17.2 v17.6 v17.8 v18.0 v18.3 v18.4 v18.6 v18.7 v18.8 v18.9 v19.2 v19.3 v19.4 v19.6 v19.8 v20.5 v22.2 v25 v26 website

Previous posts

  • June 2026 (1)
  • May 2026 (4)
  • April 2026 (2)
  • February 2026 (5)
  • January 2026 (3)
  • December 2025 (3)
  • November 2025 (4)
  • September 2025 (1)
  • August 2025 (4)
  • July 2025 (1)
  • June 2025 (5)
  • May 2025 (3)
  • March 2025 (2)
  • January 2025 (2)
  • December 2024 (5)
  • November 2024 (1)
  • October 2024 (3)
  • September 2024 (1)
  • August 2024 (2)
  • July 2024 (1)
  • June 2024 (1)
  • May 2024 (3)
  • April 2024 (1)
  • March 2024 (4)
  • February 2024 (4)
  • January 2024 (2)
  • December 2023 (2)
  • November 2023 (5)
  • September 2023 (2)
  • August 2023 (4)
  • July 2023 (2)
  • June 2023 (1)
  • May 2023 (2)
  • April 2023 (4)
  • March 2023 (6)
  • February 2023 (2)
  • January 2023 (1)
  • December 2022 (5)
  • October 2022 (2)
  • August 2022 (2)
  • June 2022 (4)
  • May 2022 (2)
  • March 2022 (2)
  • February 2022 (4)
  • January 2022 (1)
  • December 2021 (1)
  • November 2021 (2)
  • October 2021 (2)
  • September 2021 (4)
  • August 2021 (3)
  • July 2021 (3)
  • June 2021 (2)
  • May 2021 (4)
  • March 2021 (2)
  • February 2021 (5)
  • January 2021 (4)
  • December 2020 (6)
  • November 2020 (3)
  • October 2020 (3)
  • September 2020 (5)
  • August 2020 (3)
  • July 2020 (4)
  • June 2020 (5)
  • May 2020 (7)
  • April 2020 (4)
  • March 2020 (6)
  • February 2020 (9)
  • December 2019 (7)
  • November 2019 (6)
  • October 2019 (4)
  • September 2019 (7)
  • August 2019 (4)
  • July 2019 (6)
  • June 2019 (6)
  • May 2019 (10)
  • April 2019 (7)
  • March 2019 (14)
  • February 2019 (7)
  • January 2019 (6)
  • December 2018 (4)
  • November 2018 (9)
  • October 2018 (9)
  • September 2018 (9)
  • August 2018 (8)
  • July 2018 (3)
  • June 2018 (11)
  • May 2018 (8)
  • April 2018 (8)
  • March 2018 (1)
  • February 2018 (4)
  • January 2018 (4)
  • December 2017 (4)
  • November 2017 (1)
  • October 2017 (10)
  • September 2017 (3)
  • August 2017 (9)
  • July 2017 (6)
  • June 2017 (6)
  • May 2017 (8)
  • April 2017 (8)
  • March 2017 (3)
  • February 2017 (4)
  • January 2017 (5)
  • November 2016 (5)
  • October 2016 (8)
  • September 2016 (4)
  • August 2016 (2)
  • July 2016 (3)
  • June 2016 (10)
  • May 2016 (8)
  • April 2016 (7)
  • March 2016 (4)
  • February 2016 (5)
  • January 2016 (4)
  • December 2015 (8)
  • November 2015 (6)
  • October 2015 (7)
  • September 2015 (5)
  • August 2015 (5)
  • July 2015 (9)
  • June 2015 (3)
  • May 2015 (7)
  • April 2015 (11)
  • March 2015 (11)
  • February 2015 (9)
  • January 2015 (6)
  • December 2014 (3)
  • November 2014 (1)
  • October 2014 (7)
  • September 2014 (3)
  • August 2014 (4)
  • July 2014 (4)
  • June 2014 (3)
  • May 2014 (2)
  • April 2014 (7)
  • March 2014 (1)
  • February 2014 (3)
  • January 2014 (6)
  • December 2013 (3)
  • November 2013 (3)
  • October 2013 (4)
  • September 2013 (3)
  • August 2013 (1)
  • July 2013 (1)
  • June 2013 (5)
  • February 2013 (3)
  • December 2012 (3)
  • October 2012 (5)
  • September 2012 (4)
  • February 2012 (2)
  • January 2012 (2)
  • December 2011 (1)
  • November 2011 (2)
  • October 2011 (1)
  • September 2011 (2)
  • August 2011 (3)
  • July 2011 (1)
  • June 2011 (1)
  • May 2011 (3)
  • April 2011 (1)
  • March 2011 (2)
  • January 2011 (1)
  • December 2010 (1)
  • November 2010 (1)
  • October 2010 (1)
  • September 2010 (4)
  • August 2010 (1)
  • June 2010 (8)
  • May 2010 (2)
  • April 2010 (1)
  • March 2010 (2)
  • February 2010 (2)
  • January 2010 (5)
  • December 2009 (2)
  • November 2009 (6)
  • October 2009 (3)
  • August 2009 (1)
  • April 2009 (2)
  • March 2009 (1)
  • February 2009 (1)
  • January 2009 (2)
  • December 2008 (2)
  • November 2008 (1)
  • October 2008 (1)
  • August 2008 (1)
  • July 2008 (2)
  • June 2008 (4)
  • May 2008 (2)
  • April 2008 (2)
  • March 2008 (3)
  • February 2008 (1)
  • January 2008 (2)
  • December 2007 (2)
  • April 2007 (1)
  • January 2007 (4)
  • December 2006 (3)
  • November 2006 (1)
  • October 2006 (3)
  • September 2006 (5)

Download and try the “world's fastest text editor” now. (Source: ZDNet)

Download Download Free Download

Copyright © 1995-2026 by Emurasoft, Inc.
Download | Buy | Features | Blog | Support | About | Privacy Policy
日本語 | Deutsch | 한국어 |简体中文 | 繁體中文

Scroll to top Scroll to top Scroll to top