EmEditor v26.1.0 Released — Updated Certificate, Faster Performance and Enhanced AI Features

Updated Certificate: When downloading the MSI installer, security features such as Microsoft Defender SmartScreen may temporarily block the download. This can happen because the digital signing certificate was renewed only a few days ago and has not yet built sufficient public reputation. If you see this warning, it is safe to continue the download. If you are unable to download the installer, you may need to change your browser’s security settings. If you still cannot download it, please wait a few days and try again. After downloading, please verify that the digital signature is signed by “Emurasoft, Inc.” The email field in the new digital signature shows “Not Available.”

We are pleased to announce the release of EmEditor v26.1.0.

In EmEditor v26.0, we introduced support for quickly opening extremely large files that consist of a single line with no newline characters. However, opening such files quickly is only useful if horizontal scrolling and editing remain responsive afterward. In v26.1, we have made additional performance improvements through algorithm changes, SIMD-based optimizations, and other enhancements, making horizontal scrolling and editing much smoother after these files are opened. We have also optimized many operations for large files that contain newline characters. The benchmark results shown in our documentation represent only part of our testing, but they demonstrate performance improvements of 1.34 to 6.06 times compared with the previous version. Many other operations have also been improved for better overall performance.

This release also includes improvements based on customer feedback. For example, when a file opened in EmEditor was modified by another application, reloading the file could fail if the external application had temporarily locked it. In v26.1, EmEditor now waits a few milliseconds before reloading, and if reloading still fails, the message box now includes a Retry button.

When saving multiple unsaved documents, there is an Apply to All option to the “Save changes?” message box. EmEditor now also remembers the initial state of this option.

In EmEditor v25.2 and earlier, sorting a file did not cause the document to scroll if you were viewing the beginning of the file. Starting in v25.3, we changed this behavior so that, after sorting, EmEditor would scroll to the new location of the line where the cursor had been before sorting. Although this was intended to be the correct behavior, we received feedback that it made EmEditor less convenient to use. Therefore, in v26.1, we added the The cursor moves to the correct position when sorting option and restored the original behavior by default. However, when using the Sort by Similarity command, the document may still scroll so that the cursor can move to the correct location.

Added a “The cursor moves to the correct position when sorting” checkbox to the “Sort” page of the “Customize” dialog box.

EmEditor v26.1 includes several improvements to the ChatAI plug-in. In earlier versions, the AI Prompt feature allowed only one provider, such as OpenAI or Google, and one model, such as GPT-4 or Gemini 2.5 Flash, to be used for all prompts. This meant that if you wanted to use different providers or models for different prompts, you had to change the settings each time. In this version, the AI Prompts page in the Customize dialog box lets you choose a provider and model for each individual AI prompt. For example, you can ask the same question in quick succession using different providers or models and compare the responses. You can also set different Reasoning Effort, Text Verbosity, and Web Search options for each prompt.

Added “Provider”, “Model”, “Reasoning effort”, and “Text Verbosity” checkboxes and drop-down list boxes, as well as a “Web Search” checkbox, to the “AI Prompts page” in the “Customize” dialog box.

Makoto Emura added support for the Anthropic provider in the Chat with AI plug-in, in addition to the previously supported DeepSeek, Google, OpenAI, and LMStudio/OpenAI-compatible providers.

Added the Anthropic provider.

The file upload feature, previously only supported with OpenAI, is now also available with the Google provider. Similarly, Tool Calling, previously only supported with OpenAI and DeepSeek, is now available with the Anthropic and Google providers.

We have also added a PowerShell tool to the Tool Calling feature. For example, if you ask, “Show me a list of files with the .md extension in the D:\Test folder,” EmEditor can display a list of Markdown files in that folder. Because PowerShell commands can affect important files, EmEditor displays a Confirm button before executing the command. The command runs only after you click Confirm, helping you use this feature safely.

When you run EmEditor’s Reset All Settings command, all previous Chat with AI history is also deleted. In this version, we have added Chat Import and Export feature. Before running Reset All Settings, you can export your chats to a file, then import them afterward to restore your previous conversations.

Please note that to use AI features, including Chat with AI, you must install the ChatAI plug-in in addition to EmEditor.

We also fixed issues found during the preview build.

We hope both the Pro and Free editions continue to meet your expectations. If you have any questions, feature requests, or suggestions, please contact us.

Thank you for your continued support of EmEditor.
— Yutaka Emura

For details, including major changes and screenshots, please see “What’s New in Version 26.1.”

If you use the Desktop Installer edition, you can update EmEditor by selecting Help > Check for Updates. If that does not work, please download the latest version and run the installer. We expect the Microsoft Store version to be available in the next few days. If you download the MSI installer directly, please confirm that the digital signature is signed by Emurasoft, Inc.

EmEditor Logo

EmEditor v26.1 preview released

This message contains changelog regarding v26.1 preview. The information is being updated as more preview versions are released.

To update

If you use the installer version, please select Customize Update Checker on the Help menu, and set the Include preview versions in order to update automatically to future preview versions. Preview versions are also available from the links below or on the Previous Versions page.

Direct Downloads

Note: When downloading the MSI installer, security features such as Microsoft Defender SmartScreen may temporarily block the download. This can happen because the digital signing certificate was renewed only a few days ago and has not yet built enough public reputation. If you see this warning, it is safe to continue the download. After downloading, please verify that the digital signature is signed by “Emurasoft, Inc.” The email field in the new digital signature is “Not available.”

Notes: The preview version supports only Japanese and English (United States). In other languages, new features may not be available.

Please contact us for any questions or comments. Thank you for trying EmEditor preview!

preview 1 (26.0.901) – March 11, 2026

New General Features

  • When a file is modified externally, a delay of several milliseconds is now inserted before reloading, and the message box shown when reloading fails now allows selecting the Retry button.[PF]
  • Improved the speed of various operations including Sort. [P]

New Options

  • Added a The cursor moves to the correct position when sorting checkbox to the Sort page of the Customize dialog box.
  • Added Provider, Model, Reasoning effort, and Text Verbosity checkboxes and drop-down list boxes, as well as a Web Search checkbox, to the AI Prompts page in the Customize dialog box. [P]
  • Added Provider, Model, Reasoning effort, and Text Verbosity checkboxes and drop-down list boxes, as well as a Web Search checkbox, to the New Prompt dialog box. [P]

New Macro Features [P]

  • Added the TextLength property to the Selection object.

Plug-in New Features [P]

  • Added the EE_GET_SEL_LENGTH message and the Editor_GetSelLength inline function.

Bug fixes

  • Fixed an issue where a response to the “Do you want to terminate the current tool job?” message box was not respected.
  • Fixed a certain issue related to the WordComplete plug-in. [P]

preview 2 (26.0.902) – May 4th, 2026

New General Features

  • The new versions remembers an the “Apply to All” option when multiple unsaved documents are being saved.
  • Improved the speed when replacing all newlines in a document or inserting newlines.
  • Improved the stability when copying and pasting a very large text.

New Options

  • The Preferred model drop-down list box on the AI Options page of the Customize dialog box is now populated dynamically. [P]

New Macro Features [P]

  • Added the LineNumbersZeroBase property to the GeneralProp object.

Bug fixes

  • Fixed a DirectWrite rendering issue with double IVS characters.
  • Fixed an issue with case insensitive sort with locale.
  • Fixed an issue where a null character may not be detected when a document contains no newlines.
  • Fixed a potential issue where an empty line could be appended.
  • Fixed a potential crash when removing all newlines from a very large file.
  • Fixed an issue that copying a very large text may fail.
  • Fixed an issue where the Search Previous Warning Character/Unicode command may not work correctly in a very large file.

Notes

  • [P] EmEditor Professional only
  • [PF] EmEditor Professional and EmEditor Free