EmEditor v21.2.0 released (including technical review)!

Today, we are releasing EmEditor v21.2.

Some customer asked me to write a technical review on major releases, and I thought it’s good idea. Many customer interactions and reasons often exist behind all new features, and I would like to share those behind the scenes stories with you, which might not fit in formal release notes.

First of all, I think many people would welcome the fact that this new version (v21.2) includes many new features for the Free version (EmEditor Free). In the past, my focus was updating the product for paid customers. However, more free text editors become available these days, and I want more users use EmEditor as an alternative to other free text editors. Some users wrote not-so-good reviews just because the Free version lacks many features that were available only for the Pro version. The new Free version features on v21.2 include Bookmarks, Markers, Compare files (with default options only), Spelling, Numbering, Full screen view, Workspaces, Macros (Record and Run only, no scriptable macros), Outline, Start window, and many options in configuration properties. In the past, some users complain that the process to downgrade from Pro to Free is confusing. In recent versions, the Downgrade and Upgrade commands exist on the Help menu, but the default was still Pro version. There is no default on v21.2 anymore. When EmEditor is launched for the first time after a fresh install, a new dialog box to select EmEditor Professional or EmEditor Free appears, and you can start using is as the Free version without even finding the Downgrade command.

Second, v21.2 includes the new Repeat Steps feature. This idea initially came from an informal talk with Mado-no-mori editors in Tokyo before the pandemic. They suggested using AI to detect next movements of EmEditor. I didn’t want to create any significant background tasks in EmEditor just to make the app slow down (remember Office assistant Clipper?), but I agree that some repetitive tasks should be simplified more easily. When you have repetitive tasks in a text editor, experienced users know how to record them as a macro, and repeat the macro as many times as necessary. However, it is often true that you want to try those steps without recording a macro first. By the time you decide to record steps as a macro, it’s often already half done, and you just want to finish the repetition without thinking more. The new Repeat Steps feature comes handy in this situation. Usually if you repeat certain task 3 times (might be adjusted in the future), a notification tip appears with the Enter Repeat Count hyperlink. Clicking on the link brings up the Repeat dialog box, where you can specify the number of times to repeat the steps. You can also select the Repeat Steps command on the Edit menu to bring up the Repeat dialog box without waiting for the notification tip appears. Basically, v21.2 permanently records a macro no matter the Start Recording command is turned on, and you will just need to pick a starting point of the macro when you want to repeat the recent steps.

Another convenient feature I’ve come up with is the Assign Keyboard Shortcut command displayed on the right-click menu on almost all menu items and toolbar buttons. This command opens the Keyboard page of Properties for All Configurations, and the command you right-clicked is pre-selected. This should save some time to find the command in the Keyboard page of configuration properties. From v21.2, All Configurations becomes the default setting for the Keyboard Map. It was a little confusing in the past that EmEditor allows you to assign keyboard shortcuts both only for the current configuration and for all configurations. I don’t believe most users would care assigning shortcuts for a particular configuration, so I wanted to make All Configurations the default for keyboard assignments.

Some customer complained that EmEditor didn’t show (0x93, U+201C) and (0x94, U+201D) characters in Western European HTML files correctly, and the HTML file had the charset=iso-8859-1 tag. The customer already acknowledged that this was due to difference in encoding in the ISO-8859-1 and the supserset Windows-1252 encodings. In fact, and characters were not defined in the ISO-8859-1 encoding, but defined in the Windows-1252 encoding. The fact is that many Western European HTML files were often mislabeled as iso-8859-1 while they should be labelled as windows-1252. According to the WHATWG community Living Standard, HTML5 interprets these HTML files as Windows-1252 encoding even if they are labeled as ISO-8859-1, and so does EmEditor v21.2 if the Detect HTML/XML Charset option is set.

There are a lot more stories while developing v21.2, but I will end this blog with introducing the new Notification feature when the Auto Copy feature is on when EmEditor is launched. I sometimes receive emails when their Copy and Paste went something wrong. This is most likely caused by the Auto Copy feature being turned on without their notice or being forgotten to turn off. So the new Notification will remind users that the Auto Copy feature is on.

I know some people are anxious about updating their OS to Windows 11. I usually trust my neighbors in Redmond, but this time, I don’t know. A customer has reported an issue related to this particular Windows 11 bug. EmEditor allows a user to select non-ASCII names for configurations and file types to be associated with EmEditor, and these names will become Registry keys. I would recommend waiting for a little while until Windows 11 becomes stable.

Finally, I hope you like EmEditor, whether you use it as Professional or Free version. Please contact us or write forums if you have any questions, feature requests, or any ideas in the future. I also welcome you to write a review, which I read them periodically. You might need to download the Store App version before you are able to write a review.

Thank you for using EmEditor!
Yutaka Emura

Please see EmEditor v21.2 New Features for details and screenshots.

This release also includes following bug/issue fix:

  • Fixed a potential crash when opening a very large file on a certain computer such as a virtual computer.
  • Fixed a CSS/HTML Validator issue where it shows an error at Hiragana/Katakana only title tags.

If you use the Desktop Installer version, you can select Check for Updates on the Help to download the newest version. If this method fails, please download the newest version, and run the downloaded installer. If you use the Desktop portable version, you can go to the Download page to download the newest version. The Store App versions can be updated through Microsoft Store (64-bit or 32-bit) after a few days. If you use winget, you can type “winget install emeditor” to install the latest version of EmEditor (64-bit or 32-bit detected automatically).

EmEditor v21.1.5 released!

Today, we are releasing EmEditor v21.1.5.

Updates from v21.1.4 include:

  • Fixed a certain layout issue with the Full Screen mode.
  • Fixed a pre-v21.1 issue related to negative decimal number ranges.
  • Fixed a v21.1 issue where the Replace All (with a newline) could become very slow when the Direct Write is on.
  • Fixed a pre-v21.1 issue where the IME candidate window might not appear immediately after EmEditor opens.
  • Fixed a pre-v21.1 issue where EmEditor might have displayed the “EmEditor abnormally terminated in the previous session. Do you want to recover a previous unsaved workspace?” message after log off the previous Windows session without closing EmEditor last time.
  • Fixed a pre-v21.1 issue where multi-line comment highlighting was not always updated after pasting without a newline.
  • Fixed a pre-v21.1 issue where the CSV Converter/Large File Controller custom bar may not be scrolled correctly at second time.
  • Fixed a pre-v21.1 issue where double clicking the AutoFill handle while pressing the SHIFT key might not have filled correctly while filtered.
  • Fixed a pre-v21.1 issue where pressing SHIFT + RIGHT after the Find Next Occurrence command did not make selection correctly.
  • Fixed a pre-v21.1 issue related to copying text in the status bar on the Simplified Chinese locale.

Windows 11 information (Known issues and current status)

Please see EmEditor v21.1 New Features for details and screenshots.

If you use the Desktop Installer version, you can select Check for Updates on the Help to download the newest version. If this method fails, please download the newest version, and run the downloaded installer. If you use the Desktop portable version, you can go to the Download page to download the newest version. The Store App versions can be updated through Microsoft Store (64-bit or 32-bit) after a few days.

Thank you for using EmEditor!

EmEditor v21.1.4 released!

Today, we are releasing EmEditor v21.1.4.

Updates from v21.1.3 include:

  • Supported the “Source Han Code JP” font.
  • Supported copy and paste CSV cells containing embedded newlines surrounded by double-quotes.
  • Fixed a pre-v21.1 issue where recording/running a certain macro could have crashed EmEditor.
  • Fixed issues related to the Windows toolbar.
  • Fixed a pre-v21.1 issue of the Snippets plug-in where (Ctrl+)Enter keys did not work in the tree.
  • Fixed a pre-v21.1 issue where Find in Files results were incorrect if very long paths exist.
  • Fixed a pre-v21.1 issue where Alt+F did not trigger the main menu in the Full Screen mode with the Main Menu on.
  • Fixed a pre-v21.1 issue where EmEditor could have crashed during launch if available disk space is low.
  • Fixed an issue where the Newline marks might appear at TAB locations when scrolled horizontally if the Direct Write is off.

Please see EmEditor v21.1 New Features for details and screenshots.

If you use the Desktop Installer version, you can select Check for Updates on the Help to download the newest version. If this method fails, please download the newest version, and run the downloaded installer. If you use the Desktop portable version, you can go to the Download page to download the newest version. The Store App versions can be updated through Microsoft Store (64-bit or 32-bit) after a few days.

Thank you for using EmEditor!

EmEditor v21.1.3 released!

Today, we are releasing EmEditor v21.1.3.

Updates from v21.1.2 include:

  • Fixed a pre-v21.1 issue where inserting a character might scroll to the top in CSV documents (non-cell selection mode).
  • Fix a pre-v21.1 issue where EmEditor might have crashed while opening a non-UTF8 file asynchronously with the Detect UTF-8 option.
  • Fixed a v21.1 issue where switching split documents might not have displayed all panes correctly.
  • Fixed a pre-v21.1 issue related negative decimal number ranges.
  • Fixed a pre-v21.1 issue related fonts and IME while using Direct Write.
  • Fixed a pre-v21.1 issue related to Outlining with collapsible comments.
  • This version automatically restores the Outline Guide after setting and aborting a filter if the Outline Guide was previously set.
  • Avoided the pre-v21.1 issue where EmEditor could crash while pressing the CONVERT key while using the new version of Japanese IME.
  • Fixed a v21.1 issue related to the Button-style Tabs under a certain condition.

Please see EmEditor v21.1 New Features for details and screenshots.

If you use the Desktop Installer version, you can select Check for Updates on the Help to download the newest version. If this method fails, please download the newest version, and run the downloaded installer. If you use the Desktop portable version, you can go to the Download page to download the newest version. The Store App versions can be updated through Microsoft Store (64-bit or 32-bit) after a few days.

Thank you for using EmEditor!

EmEditor v21.1.2 released!

Today, we are releasing EmEditor v21.1.2.

Updates from v21.1.1 include:

  • Enabled the Use Direct Write command even on the Free version.
  • Gendered Emoji ZWJ Sequences support.
  • Fixed a v21.1 issue where splitting a window might not have shown the new pane immediately.
  • Fixed a pre-v21.1 issue of the flickering Outline Bar.
  • Fixed a pre-v21.1 issue where EmEditor might have crashed if multiple monitors with different DPI were used and multiple group windows were open.
  • Fixed a toolbar flickering issue under a certain condition.
  • Fixed a v21.1 issue where VBScript keywords were not highlighted in ASP files.
  • Fixed a pre-v21.1 issue where the Symbol list toolbar was not displayed correctly on very dark mode.
  • Fixed a bug where EmEditor could crash when scrolling a file opened as Binary (Hexadecimal View) using Direct Write.

Please see EmEditor v21.1 New Features for details and screenshots.

If you use the Desktop Installer version, you can select Check for Updates on the Help to download the newest version. If this method fails, please download the newest version, and run the downloaded installer. If you use the Desktop portable version, you can go to the Download page to download the newest version. The Store App versions can be updated through Microsoft Store (64-bit or 32-bit) after a few days.

Thank you for using EmEditor!

EmEditor v21.1.1 released!

Today, we are releasing EmEditor v21.1.1.

Updates from v21.1.0 include:

  • Fixed a v21.1.0 issue related to Direct Write where the cursor position and the actual character insertion position may not be the same.
  • Depending on the graphic driver, EmEditor might crash while exiting. In this case, EmEditor will show a message and turn off Direct Write next time.
  • Fixed a v21.1.0 issue of the flickering Cell toolbar.
  • Fixed a pre-v21.1 issue of the flickering Outline Bar.

Please see EmEditor v21.1 New Features for details and screenshots.

If you use the Desktop Installer version, you can select Check for Updates on the Help to download the newest version. If this method fails, please download the newest version, and run the downloaded installer. If you use the Desktop portable version, you can go to the Download page to download the newest version. The Store App versions can be updated through Microsoft Store (64-bit or 32-bit) after a few days.

Thank you for using EmEditor!

EmEditor v21.1.0 released!

Today, we are releasing EmEditor v21.1.0.

Please see EmEditor v21.1 New Features for details and screenshots.

This release also includes following bug/issue fixes.

  • Fixed a pre-v21.0 issue where the Bookmark in the Delete/Bookmark Duplicates Lines command did not update view/scrollbar markers.
  • Fixed an issue where EmEditor could become very slow and eventually crash with a certain plug-in.
  • Fixed a pre-v21.0 bug where the Filter in Column command could crash EmEditor.
  • Fixed an issue where resizing the EmEditor window could change the scroll position on the CSV cell selection mode.
  • Fixed a pre-v21.0 issue where the CSV selection box might disappear when DirectWrite mode is on.
  • Fixed a pre-v21.0 issue where hovering URIs might slow down EmEditor if Run Macro is specified for URIs and Hovered in the Active String page of the Customize dialog box.
  • Fixed a v21.0 bug where the HTML toolbar always became visible after restoring a layout even if it was not visible before selecting the layout.
  • Fixed a pre-v21.0 bug where toggling Direct Write while filtering could crash EmEditor.
  • Fixed a pre-v21.0 bug where Find Previous with the Only Word option could match a non-word at the current cursor potision.
  • Fixed a v21.0 issue where the Highlight Matching Tag option did not work correctly.
  • Fixed a pre-v21.0 issue where the Explorer Context Menu could appear again after updates even if you clear the option.
  • Fixed a pre-v21.0 bug where EmEditor could crash during Reload.
  • Fixed a bug of v21.0 where Extract in Replace dialog with regular expression did not work correctly.

If you use the Desktop Installer version, you can select Check for Updates on the Help to download the newest version. If this method fails, please download the newest version, and run the downloaded installer. If you use the Desktop portable version, you can go to the Download page to download the newest version. The Store App versions can be updated through Microsoft Store (64-bit or 32-bit) after a few days.

Thank you for using EmEditor!

EmEditor v21.0.1 released!

Today, we are releasing EmEditor v21.0.1.

Updates from v21.0.0 include:

  • Added an ability to assign keyboard shortcuts to all layouts, not just Layout 1.
  • The default layouts became Full Screen for Layout 1 (F11) and Focus Mode for Layout 2 (Alt+F11).
  • Windows 7 only: Fixed a bug where the Update Checker crashed with a message “eeinst.exe has stopped working” if you try updating within from EmEditor.
  • Fixed a bug where EmEditor might have crashed when running a macro after running another macro and a new group windows is created (also happened on previous versions).
  • Fixed a bug where Even Lines color was not reflected at the current line when Even Lines color is customized (also happened on previous versions).
  • Portable versions only: Fixed a bug where the window position was not restored after comparison.

Please see EmEditor v21.0 New Features for details and screenshots.

If you use the Desktop Installer version, you can select Check for Updates on the Help to download the newest version. If this method fails, please download the newest version, and run the downloaded installer. If you use the Desktop portable version, you can go to the Download page to download the newest version. The Store App versions can be updated through Microsoft Store (64-bit or 32-bit) after a few days.

Thank you for using EmEditor!

EmEditor v21.0.0 released!

Today, we are releasing EmEditor v21.0.0.

Please see EmEditor v21.0 New Features for details and screenshots.

This release also includes following bug/issue fixes.

  • Fixed a pre-v20.9 issue where EmEditor kept downgraded and didn’t allow you to enter a correct registration key after an invalid key had been entered.
  • Fixed a pre-v20.9 potential issue where EmEditor could crash if it failed to split a window when PC memory is low.
  • Fixed a pre-v20.9 issue where the Set up a removable drive … options in the Export wizard did not copy the Macros folder.
  • Fixed a pre-v20.9 issue of GDI object leaks.
  • Fixed a pre-v20.9 bug where EmEditor could crash while showing a Minimap.
  • Fixed a pre-v20.9 bug where EmEditor could crash on the Combine Lines command if inconsistent number columns were detected in a CSV document.

If you use the Desktop Installer version, you can select Check for Updates on the Help to download the newest version. If this method fails, please download the newest version, and run the downloaded installer. If you use the Desktop portable version, you can go to the Download page to download the newest version. The Store App versions can be updated through Microsoft Store (64-bit or 32-bit) after a few days.

Thank you for using EmEditor!

EmEditor v20.9.2 released!

Today, we are releasing EmEditor v20.9.2.

Updates from v20.9.1 fixed issues including:

  • Windows 7 only: Failed to update with an error message “The program can’t start because api-ms-win-core-path-l1-1-0.dll is missing from your computer.” if you try updating within from EmEditor.
  • The Outline Guide disappears after clicking OK in the Customize Plug-ins dialog box.
  • Snippets plug-in: Clicking OK or Edit in each snippet item Properties did not save the Text correctly if the Text is a long string including non-ASCII characters.
  • Snippets plug-in: did not trigger non-ASCII strings.
  • Export/Import wizard: Selecting the Export all settings into INI files option in the Export/Import wizard asks you to browse a folder again after you set the path.
  • Clicking a CSV file tab could paste the file path to a cell.

Please see EmEditor v20.9 New Features for details and screenshots.

If you use the Desktop Installer version, you can select Check for Updates on the Help to download the newest version. If this method fails, please download the newest version, and run the downloaded installer. If you use the Desktop portable version, you can go to the Download page to download the newest version. The Store App versions can be updated through Microsoft Store (64-bit or 32-bit) after a few days.

Thank you for using EmEditor!