• 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 v24.5.0 Released – Fixing Large File Bug, Introducing File Verification, and More

December 11, 2024/in EmEditor Core/by Yutaka Emura

We’re excited to announce the release of EmEditor v24.5.0. We strongly recommend all users update to this new version.

Many users depend on EmEditor for managing large files daily, so ensuring seamless opening, editing, and saving is essential. However, from versions v22.4.0 to v24.4.1, there was an issue where file sizes could increase when reopening large files (around 300MB or more) from certain hard drives, even though the first opening was fine. This was reported by a customer, and we appreciate his feedback and apologize for any inconvenience. This issue didn’t occur with fast hard drives like SSDs, but on slower drives with disk cache enabled, duplicate lines could appear. We fixed this in v24.4.2. In v24.5, we’ve added code to prevent such unknown issues by showing a message if there’s an internal file size inconsistency. Therefore, we strongly recommend all users update to v24.5.

Additionally, v24.5 introduces a new Verify command in the File menu. By selecting this command right after opening a file, you can save the current document as a temporary file and compare its size and SHA256 hash value with the original file.

The dialog that is initially displayed when using the Verify command.

The results are displayed in the File Verification Results dialog box, and you can copy the size and SHA256 hash value. Normally, the original and temporary files should match in size and hash value. However, discrepancies might occur if the original file contains NULL or invalid characters, or if there are hard drive or memory errors. For important files, please use the Verify command immediately after opening to ensure everything is correct.

The File Verification Results dialog box provides information about the outcome of the file verification process. The current document is saved as a temporary file, and its size and SHA256 hash value are compared to the original.
Added the Verify files immediately after opening and Display verification results only if there is a failure check boxes to the File page of the Customize dialog box.

We’ve also added an option in the File page of the Customize dialog box for automatic verification every time a file is loaded.

The new version (v24.5) also includes several other features, many of which were requested by users.

When dealing with large files, it can be convenient to open only a smaller section and navigate to the previous or next section by clicking a button. This was suggested by a customer. In v24.5, we’ve added << and >> buttons to the Large File Controller, allowing you to move to the previous or next section within a specified size range.

The > buttons have been added to the Large File Controller.

We’ve improved the AI-assisted writing feature by expanding the options available with the OpenAI API, which was initially introduced in version 24.1. Previously, suggested text would automatically appear in gray as you typed. Now, you have the option to display suggestions only when you press Ctrl+Space, which helps reduce the frequency of OpenAI API calls. If you prefer the automatic display of suggestions like before, they will only appear when the AI’s suggestion meets a certain confidence threshold, which you can now adjust. For instance, if you set the confidence to 40%, the AI will show suggestions only when it predicts the next text with at least 40% confidence. To minimize suggestions from less certain predictions, you can set a higher confidence, like 80%, ensuring that suggestions are shown only when predictions are more reliable, thus reducing the number of OpenAI API calls. Additionally, we’ve added options to adjust the length of the input text used for predictions and the output text for candidate suggestions. Using longer input text for predictions increases accuracy but also raises the OpenAI API usage fee. Similarly, longer output text results in more words being suggested.

Added the AI Assist page to the Configuration Properties dialog box.

Moreover, based on a request from a customer, we’ve made it so that pasting in the Chat with AI window won’t immediately send the message.

Bugs found during the preview version development have been fixed.

Finally, while EmEditor requires an internet connection for product activation, some environments need a proxy for internet access. In this version, we’ve added a Proxy Settings link in the Register Product dialog, enabling you to configure proxy settings easily. The desktop installer now includes a PROXY option for command line installation.

/wp-content/uploads/2024/12/file_verify_result.png 254 502 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2024-12-11 17:00:052024-12-11 17:00:07EmEditor v24.5.0 Released – Fixing Large File Bug, Introducing File Verification, and More

EmEditor v24.4.2 released

November 27, 2024/in EmEditor Core/by Yutaka Emura

Today, we are releasing EmEditor v24.4.2.

v24.4.2 includes the following bug fixes. Please make sure to always update to the latest version for stable operations.

  • Enhanced the Undo speed after performing a “Replace All” action, even when newlines are involved.
  • Made adjustments for the “Yu Gothic” font.
  • Fixed an issue with the Filter toolbar where the “Abort Filter” during incremental search did not scroll to the selected item.
  • Fixed a potential crash related to DirectWrite.
  • Addressed a potential crash during printing.
  • Resolved a recurring crash when loading a workspace.
  • Fixed a potential crash when clicking the “Find Next” button on the Find toolbar, especially when the “Search All Documents in Group” option is enabled and a window is split.
  • Fixed a bug where encountering a macro error would cause the cursor to jump to the wrong line in v24.4.x.
  • Fixed a bug present since v22.4 where EmEditor could read duplicate lines when opening very large files on a slower hard drive with disk caching enabled.
  • Fixed an issue where replacing with “\J” caused an error.
  • Fixed an issue where the file size wasn’t displayed immediately after opening a file.
  • Set a maximum limit of 10,000,000 to the Additional Lines to Search for Regular Expressions text box in the Advanced dialog box.

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.

/wp-content/uploads/2024/09/markdown_design_view.png 601 990 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2024-11-27 18:19:152024-11-27 18:19:15EmEditor v24.4.2 released

EmEditor v24.4.1 released

October 20, 2024/in EmEditor Core/by Yutaka Emura

Today, we are releasing EmEditor v24.4.1.

v24.4.1 includes the following bug fixes. Please make sure to always update to the latest version for stable operations.

  • Fixed the issue of freezing and crashing during document comparison that occurred in v24.4.0.
  • Resolved the problem where bold text was not displayed even when the “Highlight Matching Brackets” option was enabled in v24.4.0.
  • Fixed the display position of bookmarks and change line indicators in the Markdown design view in v24.4.0.
  • Addressed a potential crash issue with the OpenDocuments plugin.
  • Reduced the likelihood of crashes due to memory shortage when undoing after replacing all instances including newlines.
  • Fixed display issues that occurred when changing line wrapping methods during document comparison.
  • Improved crash reports.
  • Addressed customer reported issues (1, 2, 3).

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.

/wp-content/uploads/2024/09/markdown_design_view.png 601 990 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2024-10-20 14:46:442024-10-20 14:46:45EmEditor v24.4.1 released

EmEditor v24.4.0 Released – Markdown Design View

October 9, 2024/in EmEditor Core/by Yutaka Emura

Today, we are excited to announce the release of EmEditor v24.4.0.

The main feature of the latest version (v24.4) is improved Markdown support, introduced in response to customer feedback (1, 2). It includes the new Markdown Design View that offers a near-WYSIWYG experience.

Introduced a Markdown design view that offers a near-WYSIWYG experience for editing Markdown files.

Markdown, introduced by John Gruber, is widely used across various platforms due to its simple text formatting capabilities for paragraphs, links, and images. Documents in Markdown are easily readable even in basic text editors like Notepad, making it popular for blogs, StackOverflow, Wikipedia, and academic papers. Recently, it’s also been used in AI-generated responses. The enhanced Markdown support aims to improve the display of AI prompt responses, a feature introduced in the previous version (v24.3).

A Markdown Design View button has been added to the main toolbar, allowing you to toggle the Design View on or off. When you select the Markdown configuration, opening associated files will automatically enable the Design View. This view is also applied to documents created using the AI prompt feature. You can adjust these settings on the new Markdown page in the Customize dialog.

Added the Markdown Design View button to the default Basic toolbar.

Switching to the Design View displays the Markdown toolbar. By clicking the Markdown Preview button, you can view a preview of the Markdown using the WebPreview plugin.

Added the Markdown toolbar.

Here are some key differences between Markdown Preview and Design View:

  • You can edit in Design View, but not in Preview.
  • Images appear in Preview, while they’re represented as emojis (🖼) in Design View.
  • Line breaks in the source text may not be preserved in Preview, but they always appear as line breaks in Design View. Hard line breaks in the source text are marked with emojis (⏎) in Design View.
  • If table headers are missing in the source text, they are hidden in Preview but shown as empty headers in Design View and can be edited.
  • Code and regular text are displayed in different fonts in Preview, but in the same font with different colors in Design View.
  • Specified languages in fenced code blocks are highlighted in Design View according to the language configuration.
  • HTML tags, character references, and numeric character references in the source text are displayed correctly in the Preview, but they do not appear in the Design View.
  • Heading lines are displayed in the correct font size in the Preview, but in the Design View, they are always shown in the same font size if DirectWrite is not used. By default, the settings use DirectWrite, so this should not be an issue.

Given these differences, it’s advisable not to rely solely on EmEditor’s Design View. Instead, check your work in Preview or an external web browser during editing.

You can change block styles using the dropdown menu on the Markdown toolbar, like Paragraph, Heading 1, Heading 2, etc. You can also format text with buttons like Bold, Italic, Code, etc. These buttons behave differently depending on whether text is selected or already formatted. For example, clicking Bold without selecting text will bold the entire word at the cursor. If the text at the cursor is already formatted differently, only that text will be bolded. Clicking Bold with text selected toggles the bold formatting. Other buttons allow you to create/insert links, images, tables, horizontal lines, line breaks, numbered lists, bullet lists, etc. These commands are also accessible from the Markdown submenu of the Edit menu, with Ctrl+B as the shortcut for Bold.

There’s still room for improvement in the current Markdown Design View. Some users might notice discrepancies between Design View and Preview. For complex edits, Design View might not be ideal. For instance, adding characters at the start of a heading could change it to a regular paragraph. In such cases, it’s better to disable Design View for editing. It’s also quicker to edit source text directly when changing image or hyperlink paths and titles. However, EmEditor isn’t meant to be a full-fledged Markdown editor. Markdown’s strength lies in its readability, even in plain text. We hope you get comfortable toggling Design View on and off as needed.

For parsing Markdown syntax, a modified version of MD4C (Markdown parser for C) by Martin Mitáš is used. MD4C follows CommonMark, which EmEditor also uses as a reference. However, EmEditor supports tables not specified in CommonMark.

The new version (v24.4) also includes several other features, many based on user requests:

  • The display of differing lines in comparison results has been enhanced; similar lines previously grouped as added lines are now shown as changed lines.
  • The Copy All to Other command now closes the source document.
  • Onigmo.Perl has been added to the list of regular expression engines, with Onigmo now called Onigmo.Ruby.
  • The Find/Replace dialog’s multi-line boxes now support automatic line wrapping.
  • Menus hidden when the window width is reduced can now be accessed via keyboard shortcuts. For example, the Macros menu, accessible with Alt+M, is usable even in a small window.
  • The /ola command line option has been added, allowing offline licenses to be saved for the entire computer with admin privileges.
  • Bugs found during the preview version development have been fixed.

We hope you enjoy using EmEditor, whether you choose the Professional or Free version. Please contact us or write in our forums if you have any questions, feature requests, or suggestions.

Thank you for using EmEditor!
— Yutaka Emura

Check out the EmEditor v24.4 New Features for more details and screenshots.

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

/wp-content/uploads/2024/09/markdown_design_view.png 601 990 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2024-10-09 16:16:372024-10-09 16:16:38EmEditor v24.4.0 Released – Markdown Design View

EmEditor v24.3.2 released

August 6, 2024/in EmEditor Core/by Yutaka Emura

v24.3.2 includes the following bug fixes. Please make sure to always update to the latest version for stable operations.

  • Fixed an issue where clicking on a tab could change the document order when multiple document tabs are present.
  • Fixed issues related to printing selected ranges and line wrapping.
  • Fixed a potential crash when aborting asynchronous JScript macros.
  • Fixed a potential crash when detecting HTML/Charset code pages during Find in Files.

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.

/wp-content/uploads/2024/06/emeditor_chat_ai.png 1062 1332 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2024-08-06 21:18:362024-09-09 15:46:33EmEditor v24.3.2 released

EmEditor v24.3.1 released

July 1, 2024/in EmEditor Core/by Yutaka Emura

v24.3.1 includes the following bug fixes. Please make sure to always update to the latest version for stable operations.

  • Reduced memory usage during sorting in the 32-bit version.
  • Fixed a rare crash issue with advanced filters.
  • Fixed a rare crash issue when opening files with document tabs disabled.
  • Fixed a keyboard focus issue when saving files with administrator privileges.
  • Fixed a rare crash issue during file comparison.
  • Fixed an issue with the background color in the Web Preview plugin.
  • Adjusted the display/hide behavior of tooltips by the language server.

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.

/wp-content/uploads/2024/06/emeditor_chat_ai.png 1062 1332 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2024-07-01 09:05:442024-09-09 15:47:06EmEditor v24.3.1 released

EmEditor v24.3.0 Released – Chat with AI, AI Prompts, AI Toolbar, Using Regex for File Types in Find in Files

June 12, 2024/in EmEditor Core/by Yutaka Emura

Today, we are excited to announce the release of EmEditor v24.3.0.

In Version 24.0, we introduced AI macros to EmEditor. With this new version (v24.3), we’ve taken it a step further by integrating AI functionality using the OpenAI API directly into EmEditor. This allows you to interact with AI right from within the editor. The simplest way to do this is through the new Chat with AI bar. By default, this bar appears when you select Chat with AI from the View menu. You can enter your prompt here and press Enter to get a response from the AI. For multi-line prompts, use Shift+Enter to add a line break, or you can create your prompt in the editor, copy it, and paste it into the Chat with AI bar. You can also drag and drop your prompt. To copy the AI’s response, right-click and select Copy Message.

Introduced the Chat with AI custom bar where you can type prompts to interact with OpenAI.

You can define frequently used prompts on the AI Prompts page in the Customize dialog. By default, prompts like “Send as is,” “Proofread,” and “Rewrite” are pre-defined. Prompts can include the entire document or selected text. For example, you can use the following placeholders:


$(DocText) Entire document
$(SelText) Selection
$(SelOrDoc) Selection or entire document

Using these, you can create prompts like:


Translate into French:
$(SelOrDoc)

In this example, if text is selected, it will be translated into French; otherwise, the entire document will be translated.

You can select the defined prompts from the AI submenu under the Tools menu, and they can also be accessed easily from the AI toolbar. If the AI toolbar is not visible, select AI from the Toolbars submenu in the View menu.

If you want to slightly modify a prompt before using it, right-click the prompt you want to use as a template from the menu or toolbar, and select New Prompt. This allows you to ask questions based on the selected prompt with modifications.

Introduced a New Prompt dialog box.

When defining prompts, you can also specify Output, Max tokens, and Temperature in addition to the message. For example, selecting Create New Document for Output will generate the AI’s response as a new document. If you are proofreading a document, selecting Split and Compare will display the document before and after proofreading side by side. Selecting Image will display the image specified in the prompt within EmEditor as a web browser. Adjusting the Max tokens can limit the number of words in the AI’s response. For example, if the Max tokens is set to 10, the response will be shortened to a few words. The Temperature setting controls randomness; a higher value results in more creative responses, while a lower value yields more consistent and accurate responses. Additionally, setting Save to Chat with AI will output the interaction with the AI to the Chat with AI bar, allowing you to monitor and save the conversation.

Added AI Prompts page to the Customize dialog box.

If you need common instructions for AI prompts, you can write them in the System role message for AI prompts section on the AI Options page in the Customize dialog. For example, writing “Do not use Markdown syntax” will prevent the AI from using Markdown syntax in its responses.

Renamed the AI page in the Customize dialog box to AI Options.

Additionally, based on customer feedback, you can now specify file names using regular expressions as well as wildcards in the File Types section of the Find in Files dialog. To use regular expressions, click the > button to the right of the File Types dropdown in the Find in Files dialog and select Regular Expression. For example,


Data[0-9]{1,3}\.txt

will target only file names from Data0.txt to Data999.txt for searching.

Added Wildcard and Regular Expression to the File Types context menu in the Find/Replace in Files dialog box.

Since the previous version, an internet connection has been required for product registration, but some customers may not have access to the internet. Therefore, in this version, we have made it possible to register the product offline using the new /ol command line option. For customers who wish to do so, we will send an offline license file via email. Please refer to Offline Registration for more details.

We hope you enjoy using EmEditor, whether you choose the Professional or Free version. Please contact us or write in our forums if you have any questions, feature requests, or suggestions.

Thank you for using EmEditor!
— Yutaka Emura

Check out the EmEditor v24.3 New Features for more details and screenshots.

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

/wp-content/uploads/2024/06/emeditor_chat_ai.png 1062 1332 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2024-06-12 13:32:502024-06-12 13:32:51EmEditor v24.3.0 Released – Chat with AI, AI Prompts, AI Toolbar, Using Regex for File Types in Find in Files

EmEditor v24.2.1 released

May 31, 2024/in EmEditor Core/by Yutaka Emura

Today, we are releasing EmEditor v24.2.1.

v24.2.1 includes customer reported bug fixes.

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.

/wp-content/uploads/2024/05/customize_favorites_page.png 459 620 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2024-05-31 16:31:202024-05-31 16:31:20EmEditor v24.2.1 released

EmEditor v24.2.0 Released – gpt-4o as default model, Disable AI completely for admin, Favorites features

May 22, 2024/in EmEditor Core/by Yutaka Emura

Today, we are releasing EmEditor v24.2.0.

In the previous version (v24.1), we introduced the AI assisted writing feature using the OpenAI API. In this version, we have made further adjustments. The newly announced gpt-4o model from OpenAI has become the default preferred model, offering improved quality and speed for the writing assistance feature compared to the previous default gpt-4-turbo-preview model, while halving the usage fees incurred from OpenAI. The currently selected preferred model can be checked on the AI page of the Customize dialog. Additionally, we have adjusted to ensure unnecessary spaces do not appear in the suggested text for Japanese writing. Furthermore, the AI macro now acquires the OpenAI key and the preferred model set in the EmEditor core settings for ease of use, with slight adjustments made in prompt creation.

Responding to requests from corporate customers who have concerns about security, we introduced the ability to completely disable AI features. It’s worth noting that even if the AI feature is disabled in EmEditor, it’s impossible to completely prevent access to AI from web browsers or other tools if the computer is connected to the internet. However, it’s a legitimate administrator’s concern to prevent potential leaks of content opened in the text editor. Therefore, in the new version (v24.2), we’ve added a function to entirely disable AI with administrative privileges. By clicking the Disable AI (per computer) button on the AI page of the Customize dialog, it sets DisableAIAdmin = 1 (REG_DWORD) in the registry key HKEY_LOCAL_MACHINE/Software/Emurasoft/EmEditor v3/Common.

Added the “Disable AI (per computer)” button to the AI page of the Customize dialog box.

If this value exists, it prohibits not only the AI assisted writing feature but also any macros using the fetch function, including the AI macro. Since this value resides in HKEY_LOCAL_MACHINE, it cannot be deleted without administrative privileges. For the Store App version, which has restricted write access to HKEY_LOCAL_MACHINE, you need to manually create this value using the Registry Editor.

We plan to further develop AI-related features in future versions, so please stay tuned.

This version (v24.2) also responds to additional customer requests.

1. Since the initial versions of EmEditor, many customers (1, 2, 3) have requested a feature similar to the “Favorites” in web browsers that allows easy access to frequently used files. Therefore, in this version, we have added a Favorites toolbar and related commands. To add the currently open file to the Favorites toolbar, you can select the Add to Favorites command from the Favorites submenu of the File menu by default. This command saves not only the current file name but also the current cursor position. You can also drag the document tab or file icon from Explorer and drop it onto the Favorites toolbar. However, in the case of drag and drop, the cursor position is not saved. You can rearrange the buttons by dragging and dropping the added buttons. To remove a button from the Favorites toolbar, right-click on the button and select Remove from This List from the menu displayed. This feature is supported in both EmEditor Professional and EmEditor Free.

The new Favorites toolbar offers quick access to frequently opened files.

Furthermore, in EmEditor Professional, you can customize the appearance, icon presence, and display method of the Favorites toolbar on the Favorites page of the Customize dialog box. Additionally, you can display a list of files registered in favorites and edit the cursor position for each file.

Added the Favorites page to the Customize dialog box.

To elaborate on the drag-and-drop functionality of the toolbars: similar to the Favorites toolbar, it is now possible to rearrange the order of buttons on the Macros, Markers, and Tools toolbars through drag-and-drop.

2. In response to requests from some customers (1, 2), we have added the GetKeyState method to the Shell object, which retrieves in macros whether a certain key is pressed down.

Additionally, starting with this version, we have ended support for per-computer installations due to security concerns. This change removes the need for administrator privileges during installation and updates, increasing security. From this version, the installer supports only per-user installations, has a new design, and simplifies the installation process. Some settings previously available in the installer can be changed after installation via the Shortcuts page of the EmEditor Customize dialog.

EmEditor’s new installer interface

However, some organizations prohibit installing apps in user folders, and require installations in specific folders (for example, C:\Program Files\). If you need to change the installation folder, please see FAQ: How do I change the install folder?

Using the portable version can also help avoid problems. By default, the portable version creates INI files in the same folder as emeditor.exe to save settings. In the new version, settings can be saved to other folders by editing the eeUseIni.ini file located in the same folder as emeditor.exe. For example, if you change the eeUseIni.ini file as follows and save it in UTF-16LE (with BOM), the settings will be saved in the folder C:\Users\(username)\EmEditorSettings.


[IniDir]
IniDir=%UserProfile%\EmEditorSettings

This method allows all users to share the app while having their own settings, similar to installing EmEditor as per computer.

As noted in a previous blog, unfortunately, some users have accidentally purchased or acquired invalid licenses. While those distributing or selling invalid licenses are most at fault, we also acknowledge that EmEditor’s specifications allow usage for a certain period even with invalid registration keys. Starting from this version, an immediate issue notification is displayed if an invalid license is entered. Additionally, entering the email address associated with the Emurasoft Customer Center will be mandatory when entering a registration key. If you purchased a license directly from our website, use the email address provided during purchase. If purchased elsewhere, register your product with the Emurasoft Customer Center and use the email address used during registration. If you forget your registered email address, please contact us.

I hope you like EmEditor, whether you use the Professional or Free version. Please contact us or write in forums if you have any questions, feature requests, or any ideas in the future.

Thank you for using EmEditor!
— Yutaka Emura

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

If you use the Desktop Installer version, you can select Check for Updates on the Help menu 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.

/wp-content/uploads/2024/05/customize_favorites_page.png 459 620 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2024-05-22 17:26:152024-05-23 14:28:30EmEditor v24.2.0 Released – gpt-4o as default model, Disable AI completely for admin, Favorites features

EmEditor v24.1.2 released

May 8, 2024/in EmEditor Core/by Yutaka Emura

Today, we are releasing EmEditor v24.1.2.

v24.1.2 includes the following bug fixes.

  • Fixed customer reported issues and crashes (1, 2).

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.

/wp-content/uploads/2024/03/edit_shortcut_win11.png 411 557 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2024-05-08 11:28:092024-05-08 11:28:11EmEditor v24.1.2 released
Page 4 of 49«‹23456›»

Latest News

  • EmEditor Logo
    EmEditor v26.2 preview releasedJune 11, 2026 - 2:43 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