EmEditor Logo

EmEditor v17.6.0 beta 4 (17.5.904)

Today, we are releasing EmEditor v17.6.0 beta 4 (17.5.904).

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 beta 3 include:

New General Features

  • Improved the speed of sort commands.

Test results:

v17.5v17.6Comparison
Sort (default options)93.5 seconds76.3 seconds18.3 % faster
Sort (fast binary comparison)74.3 seconds49.5 seconds33.3 % faster

* 538 MB, 10,000,000 lines, ASCII random data, Windows 10 (64-bit), Core i7-8700K, 32GB RAM.

Bug Fixes

  • Fixed customer-reported issues (1, 2, 3).

Please see EmEditor v17.6 New Features for details and screenshots.

To Download

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

Please post any questions or comments at Beta Forums.

Thank you for using EmEditor!

EmEditor Logo

EmEditor v17.6.0 beta 3 (17.5.903)

Today, we are releasing EmEditor v17.6.0 beta 3 (17.5.903).

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 beta 2 include:

New Options

  • Added the Font Fallback list box to the Text Rendering page of the Customize dialog box (Enabled only on Windows 8.1 or later).

Bug Fixes

  • Fixed customer-reported issues (1, 2, 3, 4)

To Download

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

Please post any questions or comments at Beta Forums.

Thank you for using EmEditor!

EmEditor Logo

EmEditor v17.6.0 beta 2 (17.5.902)

Today, we are releasing EmEditor v17.6.0 beta 2 (17.5.902).

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 beta 1 include various bug fixes found in beta 1.

Please see EmEditor v17.6 New Features for details and screenshots.

To Download

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

Please post any questions or comments at Beta Forums.

Thank you for using EmEditor!

EmEditor Logo

EmEditor v17.6.0 beta 1 (17.5.901)

Today, we are releasing EmEditor v17.6.0 beta 1 (17.5.901).

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.

Please see EmEditor v17.6 New Features for details and screenshots.

To Download

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

Please post any questions or comments at Beta Forums.

Thank you for using EmEditor!

EmEditor Logo

EmEditor v17.5.0 beta 3 (17.4.903)

Today, we are releasing EmEditor v17.5.0 beta 3 (17.4.903).

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.

New updates since v17.5.0 beta 2 (17.4.902) include:

Bug Fixes

  • Fixed some issues found in beta 2.

To Download

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

Please post any questions or comments at Beta Forums.

Thank you for using EmEditor!

EmEditor Logo

EmEditor v17.5.0 beta 2 (17.4.902)

Today, we are releasing EmEditor v17.5.0 beta 2 (17.4.902).

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.

New updates since v17.5.0 beta 1 (17.4.901) include:

Bug Fixes

  • Fixed some issues found in beta 1.

To Download

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

Please post any questions or comments at Beta Forums.

Thank you for using EmEditor!

EmEditor Logo

EmEditor v17.5.0 beta 1 (17.4.901)

Today, we are releasing EmEditor v17.5.0 beta 1 (17.4.901).

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.

New updates since v17.4.2 include:

New General Features

  • In the CSV selection mode, the AutoFill Option button now appears when the AutoFill handle is dragged. Clicking on this button will show the AutoFill Option menu where you will be able to choose the type of AutoFill, and to either duplicate the original value or increment the value with each cell.
  • EmEditor now determines the width of characters according to the “Unicode Standard Annex #11 – East Asian Width“. There is a new option to treat ambiguous characters as fullwidth.
  • Mitigations for DLL hijacking vulnerability. The new version has various new checks, which includes comparing digital signatures of EmEditor executables and DLL files.

New Options

  • Added the Treat Ambiguous Width Characters as Fullwidth check box to the Edit Options list box in the Edit tab of the Customize dialog box.

Plug-in API New Features

  • Added the EE_AUTOFILL message, the Editor_AutoFill inline function, and the AUTOFILL_INFO structure.
  • Added the EI_REFRESH_COMMON_SETTINGS command to the EE_INFO message.

Macro New Features

  • Added the AutoFill method to the Document object.
  • Added the RefreshCommonSettings method to the Editor object.

Bug Fixes

  • Fixed the bug where double-clicking a word might not select the correct word when the CSV selection mode is disabled.
  • Fixed a bug related to the Save All with Encoding dialog box.
  • Fixed a bug where recording a macro did not capture the new flags (eeExFindBOL, eeExFindEOL, and eeExFindLookaround).
  • Fixed customer-reported issues (1, 2)

To Download

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

Please post any questions or comments at Beta Forums.

Thank you for using EmEditor!

EmEditor Logo

EmEditor v17.4.0 beta 1

Today, we are releasing EmEditor v17.4.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 v17.3.2 include:

New General Features

  • Added more options to In the Selection Only regular expression searches. For instance, enabling the ‘^’ and ‘$’ can Match Beginning and End of the Selection option allows you to use regular expressions that can match only at the beginning/ending of the selection. Enabling the Look Around during the Selection Only Search option allows you to use lookahead/lookbehind expressions to look outside of the selection while matching only in the selection.
  • Added more options to the CSV cell selection mode, which allow you to keep number of columns same while editing, or double-click outside to create a new cell.
  • The Boost.Regex version was updated to v1.66.0.
  • Reverted the font size in dialog boxes from 9 point to 8 point except for Chinese.
  • Optimized icons for high-DPI monitors.
  • Optimized for Windows 7 or later. Digital signatures for executable files use SHA256 certificates only, and previous dual signatures with SHA1 certificates were deprecated. This version does NOT support Windows Vista/Server 2008.
  • In an effort to prevent anti-virus software false alarms, the file extension of the install was changed from .exe to .msi.
  • Greatly improved the speed of Replace All (when the find string contains newline characters and the replace string does not) and its Undo operations. See the test results table below.

Test results:

v16.5v16.6v16.9v17.4Comparison to v16.5
Replace All “9\n” with “a”32.7 seconds22.4 seconds0.17 seconds0.141 seconds232 times faster
Undo the above73.5 seconds29.2 seconds27.8 seconds2.55 seconds28.8 times faster

* All test conditions are the same as Version 16.6.

New Options

  • Added the ‘^’ and ‘$’ can Match Beginning and End of the Selection and Look Around during the Selection Only Search check boxes to the Advanced (Find) dialog box.
  • Added the Prompt when Very Long Lines Exist check box to the Edit page of the Customize dialog box.
  • Added the Keep Number of Columns Same while Editing in Cell Selection Mode, Press TAB key to Create a New Cell in Cell Selection Mode, Double-Click Header/Line Numbers to Create a New Column/Line in Cell Selection Mode, and Double-Click Outside to Create a New Cell in Cell Selection Mode check boxes to the CSV page of the Customize dialog box.
  • Added more regular expression samples to the menu displayed when the > button is clicked in the Find/Replace dialog boxes.

Bug Fixes

  • Fixed the bug where removing all newline codes from a very large file could crash.
  • Fixed certain regular-expression searches and replaces. For instance, in the Selection Only search, the regular expression “^a+” could match incorrect positions when the Find Previous button was clicked in the Find dialog box.
  • Fixed customer-reported issues (1)

To Download

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

Please post any questions or comments at Beta Forums.

Thank you for continue using EmEditor!

EmEditor Logo

EmEditor v17.3.0 beta 1

Today, we are releasing EmEditor v17.3.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 v17.2.5 include:

New General Features

  • In the CSV Cell Selection Mode, dragging a border of the selected cell(s) moves or copies the selection. While the whole column(s) or line(s) are selected, dropping with the SHIFT key reorders the column(s) or line(s).
  • Numbers (such as line numbers and columns) in the Status Bar are displayed as 3-digit separated numbers (depending on the Region and Language settings on Windows).
  • The Onigmo version was updated to v6.1.3. Regular expression new features such as Absent Operator are available.
  • Changed the font size in dialog boxes from 8 point to 9 point.
  • Greatly improved the speed of editing while many cells were selected and the ENTER key was pressed.

New Options

  • Restored the Enable Double-Clicking Only check box to the Link page of configuration properties.
  • Added the Auto check box to the Advanced page of the Customize dialog box.
  • Added the Enable Drag and Drop to Move or Copy Cells in Cell Selection Mode check box to the CSV page of the Customize dialog box.

New Commands

  • Move Column Right
  • Move Column Left

Bug Fixes

  • Fixed customer-reported issues (1, 2, 3, 4, 5)

To Download

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

Please post any questions or comments at Beta Forums.

Thank you for continue using EmEditor!

EmEditor Logo

EmEditor v17.2.0 beta 5

Today, we are releasing EmEditor v17.2.0 beta 5.

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.2.0 beta 4 include:

New General Features

  • Improved the speed of Replace All and Batch Replace (For example, 28% faster).

Bug Fixes

  • Fixed the bug where shortcut keys assigned to My Macros could be erased by document.Config.Reset().
  • Fixed the bug where Sort commands could crash EmEditor.
  • Fixed a certain bug related to the WordComplete plug-in.

To Download

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

Please post any questions or comments at Beta Forums.

Thank you for continue using EmEditor!