• 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 v15.1.0 beta 4 released

April 30, 2015/in EmEditor Core/by Yutaka Emura

Today, we are releasing EmEditor v15.1.0 beta 4.

Updates from v15.1.0 beta 3 include:

New General Features

  • All the contents in the Customize More Shortcuts dialog box were moved to the Shortcut tab of the Customize dialog box. All the shortcut settings can be changed now even in the per-user install.
  • The Associate with EmEditor dialog box can be accessed without administrative privileges now.
  • The text editor is now horizontally scrolled when necessary when a user selects a column in the Column drop-down list on the Filter toolbar so that the specified column will become visible.
  • A context menu now appears when each item in the status bar is right-clicked, and selecting the Copy will copy the contents to the Clipboard.
  • In the File Split wizard, the Header [>] menu now contains $(FirstLine), which allows you to insert the first line of the document as the header.

We would like to find as many bugs as possible before we release the new version. Please try it out now and let us know if you find any bugs.

To download or see changes, please go to the beta forum – EmEditor Professional v15.1.0 beta 4 released!.

Thank you for using EmEditor!

/wp-content/uploads/2015/04/emeditor-extract-columns-dlg.png 325 480 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2015-04-30 16:31:382015-04-30 16:31:38EmEditor v15.1.0 beta 4 released

EmEditor v15.1.0 beta 3 released

April 28, 2015/in EmEditor Core/by Yutaka Emura

Today, we are releasing EmEditor v15.1.0 beta 3.

Updates from v15.1.0 beta 2 include:

New General Features

  • Allows you to perform a per-user install. A per-user install will not display User Account Control (UAC) prompts on Windows 7 or later. The per-user install is possible by selecting the “Only for me” radio button on the “Installation Type” dialog during the install. If a quiet install is made inside the Command Prompt, add the “MSIINSTALLPERUSER=1” option. The Installation Type cannot be changed during updates.
  • The “Display a tray icon when EmEditor launches” check box was added to the Shortcut tab of the Customize dialog box.
  • The “Show Ignored Files in Results” check box was added to the Find in Files – Advanced dialog box.
  • .eeWorkspace files are now associated with EmEditor. Double-clicking .eeWorkspace files can now restore the workspace with EmEditor.

We would like to find as many bugs as possible before we release the new version. Please try it out now and let us know if you find any bugs.

To download or see changes, please go to the beta forum – EmEditor Professional v15.1.0 beta 3 released!.

Thank you for using EmEditor!

/wp-content/uploads/2015/04/emeditor-extract-columns-dlg.png 325 480 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2015-04-28 18:08:072015-04-28 18:08:07EmEditor v15.1.0 beta 3 released

EmEditor v15.1.0 beta 2 released

April 21, 2015/in EmEditor Core/by Yutaka Emura

Today, we are releasing EmEditor v15.1.0 beta 2.

Updates from v15.1.0 beta 1 include:

New General Features

  • Find in Files now allows you to ignore binary files (Find in Files dialog – Advanced button – Ignore Binary Files check box).

Bug Fixes

  • Fixed the bug where EmEditor might have crashed when opening a very large file while the Outline Guide is enabled.

We would like to find as many bugs as possible before we release the new version. Please try it out now and let us know if you find any bugs.

To download or see changes, please go to the beta forum – EmEditor Professional v15.1.0 beta 2 released!.

Thank you for using EmEditor!

/wp-content/uploads/2015/04/emeditor-extract-columns-dlg.png 325 480 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2015-04-21 21:12:562015-04-21 21:12:56EmEditor v15.1.0 beta 2 released

EmEditor v15.1.0 beta 1 released

April 20, 2015/in EmEditor Core/by Yutaka Emura

Today, we are releasing EmEditor v15.1.0 beta 1.

Updates from v15.0.2 include:

New General Features

  • Greatly improved the execution speed of Find, Replace All, Filter, Undo Replace All, and Select All Occurrences commands. When dealing with large files (more than 10,000 lines), these commands run as multi-threads. (Customizable in the “Advanced” tab of the Customize dialog box)
  • EmEditor can be customized to show the execution time for many tasks (The Status tab of the Customize dialog box).
  • Added the Extract Columns command, which allows you to extract specified columns in the CSV document and create a new document.
  • When search is made, the status bar shows clear separation between matched occurrences and matched lines after search (there might be more than one occurrences in a single line).

Test results:

v15.0 v15.1
Number of tdreads 1 1 2 4 8
Filter *1 4.31 seconds 1.21 seconds 1.56 seconds 1.20 seconds 0.90 seconds
Replace All *2 4.95 seconds 1.54 seconds 1.75 seconds 1.60 seconds 1.23 seconds
Replace All (regex) *3 12.93 seconds 9.68 seconds 8.51 seconds 7.32 seconds 12.31 seconds
Undo Replace All *4 6.32 seconds 1.40 seconds N/A *6 N/A N/A
Select All Occurrences *5 40.29 seconds 1.85 seconds N/A *6 N/A N/A

*1 32 million lines, filter with “123”, no match case
*2 32 million lines, replace all “123” with “$$$”, no match case
*3 32 million lines, replace all “^123” with “$$$”, use regular expressions, no match case
*4 undo replace all (*2)
*5 32 million lines, enter “123” and click “Find All” button in the Find dialog, no match case
*6 The Undo and Select All Occurrences commands run only as a single thread.
* Windows 8.1 (64-bit) Core i7-4790 16GB RAM

Bug Fixes

  • Fixed the bug related to Korean IME in the Filter Bar.
  • Fixed the bug where EmEditor might have crashed when opening a very large file while the Outline Guide is enabled.
  • Fixed the bug where EmEditor might have crashed when trying to open the Find in Files dialog while the Find dialog is opened.

We would like to find as many bugs as possible before we release the new version. Please try it out now and let us know if you find any bugs.

To download or see changes, please go to the beta forum – EmEditor Professional v15.1.0 beta 1 released!.

Thank you for using EmEditor!

/wp-content/uploads/2015/04/emeditor-extract-columns.png 442 748 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2015-04-20 12:33:502018-04-24 10:14:37EmEditor v15.1.0 beta 1 released

EmEditor v15.0.2 released!

April 13, 2015/in EmEditor Core/by Yutaka Emura

Today, we are releasing EmEditor v15.0.2.

Updates from v15.0.1 include:

Bug Fixes

  • Fixed the bug where clicking the Tray Icon might have frozen the Tray Icon under a special condition.
  • Fixed the bug where /fi, /fc options in EmEditor Free command line didn’t work.
  • Fixed the bug where EmEditor could crash if the Memory Size specified in the Advanced tab of the Customize dialog box is 27. The maximum value for the Memory Size was reduced to 26.

Please see EmEditor v15.0 New Features for details.

To update, you can select Check for Updates on the Help, or you can go to the download page to download the newest version.

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

Thank you for using EmEditor!

/wp-content/uploads/2015/04/workspaces_commands.png 770 814 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2015-04-13 15:06:322015-04-13 15:06:32EmEditor v15.0.2 released!

EmEditor v15.0.1 released!

April 9, 2015/in EmEditor Core/by Yutaka Emura

Today, we are releasing EmEditor v15.0.1.

Updates from v15.0.0 include:

Bug Fixes

  • Fixed the bug where “Don’t Save” was the default button for “Save changes to?” prompt box, but “Save” should be the default button.
  • Fixed the bug where more than one “More” sub menus could be created if the View menu was clicked multiple times.

Please see EmEditor v15.0 New Features for details.

To update, you can select Check for Updates on the Help, or you can go to the download page to download the newest version.

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

Thank you for using EmEditor!

/wp-content/uploads/2015/04/workspaces_commands.png 770 814 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2015-04-09 16:18:402015-04-09 16:50:25EmEditor v15.0.1 released!

EmEditor v15.0.0 released!

April 6, 2015/in EmEditor Core/by Yutaka Emura

Today, we are releasing EmEditor v15.0.0.
This new version adds important features with big data analysis and database file editing in mind.

Updates from v14.9.3 include:

New General Features

  • You can now manage multiple workspaces. The Open Workspace, Save Workspace, Save Workspace As, and Recent Workspace (multiple items) commands were added. By default, the Workspace popup menu was added to the File menu, and various workspace commands were added inside the popup menu.
  • The new advanced filter allows you to specify a search range for the filter. It also allows you to specify a logical disjunction (logical OR) for multiple levels of the filter. If this is not specified, a logical conjunction (Logical AND) is used for multiple levels of the filter.
  • In the Filter toolbar, previously used advanced filters can be now selected from the history.
  • The Bookmark All and Extract All buttons were added to the Filter toolbar.
  • The Filter command was added to the context menu displayed when you click on a marker on the Markers toolbar. Also, clicking a marker while pressing CTRL now works as a filter.
  • The Filter’s speed improvement when a very large file is opened.
  • The default context menu now includes the Filter command, which allows you to use the selected text or the word at cursor as a filter.
  • The UAC prompt will not appear anymore in the Import and Export wizard.
  • The Split Current Document into Several Files command now allows you to specify an existing file as the source file. This enhancement allows you to split a very large file larger than 248 GB.
  • The Output As drop-down list box was added to the Find in Files dialog box, which allows you to directly open the searched file and filter the file with the specified searched string.
  • The Find in Files and Replace in Files dialog box, the In Folder drop-down list can now contain up to 10,000 characters separating multiple folders by ‘|’. Folder names surrounded by double-quotes can be specified now. A warning message now appears when a folder doesn’t exist.
  • When the Bookmark All button was clicked in the Find dialog box, the status bar now shows how many bookmarks were increased.
  • Improved many dialog boxes. For example, when closing a document, the YES and NO button labels in the "Save Changes?" message box were changed to Save and Don’t Save, words that include the actual tasks.
  • The Free version of EmEditor now adds the Find in Files and Replace in Files command.

New Options

  • The new Custom (in Characters) box, the Logical Disjunction (OR) to the Previous Condition check box, and the Import and Export buttons were added to the Advanced Filter dialog box.
  • The Popup if Number of Items Exceeds text box was added to the History tab of the Customize dialog box.
  • The Browse and Add command in the menu displayed when you click the > button by the In Folder text box in the Find in Files and Replace in Files dialog boxes.
  • The Validate CSV and Output Errors check box was added to the CSV tab of the Customize dialog box.
  • The Bookmark Count in the Entire Document check box was added to the Status tab of the Customize dialog box.
  • The Prompt if the specified folder does not exist check box was added to the Advanced dialog box, which can be accessed from the Find in Files dialog box.

New Commands

  • Open Workspace
  • Save Workspace
  • Save Workspace As
  • Recent Workspace (multiple items)
  • Bookmark All (Filter toolbar)
  • Extract All (Filter toolbar)
  • Filter with Selection or Word at Cursor

Macro New Features

  • The xBegin and xEnd parameters and the eeFindLogicalOr flag were added to the Filter method of the Document object.

Plug-in API New Features

  • The xBegin and xEnd fields and the FLAG_FIND_LOGICAL_OR flag were added to the FILTER_INFO structure.
  • The xBegin and xEnd parameters and the FLAG_FIND_LOGICAL_OR flag were added to the Editor_Filter inline function.
  • EEID_WORKSPACE_OPEN, EEID_WORKSPACE_SAVE_AS, EEID_WORKSPACE_SAVE_CURRENT, EEID_FILTERBAR_BOOKMARK, EEID_FILTERBAR_EXTRACT, and EEID_WORKSPACE_RECENT_FILE1 commands were added.

Bug Fixes

  • Fixed a certain bug related to embedded newlines in CSV mode when a very large file is opened.
  • Fixed a certain bug in the Split/Combine wizards.
  • Fixed the bug where triple-click on the last line and pressing the DELETE didn’t delete the selected line.
  • Fixed the bug where the Move Line Up command (CTRL + SHIFT + UP) mishandled the customized color for the Current Line.

Please see EmEditor v15.0 New Features for details.

To update, you can select Check for Updates on the Help, or you can go to the download page to download the newest version.

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

Please also read: Announcing our policy change to rapid development, and introducing a maintenance plan.

Thank you for using EmEditor!

/wp-content/uploads/2015/04/workspaces_commands.png 770 814 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2015-04-06 14:59:252015-04-06 14:59:25EmEditor v15.0.0 released!

EmEditor v15.0.0 RC 2 released

April 3, 2015/in EmEditor Core/by Yutaka Emura

Today, we are releasing EmEditor v15.0.0 RC (Release Candidate) 2.

Updates from v15.0.0 RC 1 include faster filtering when a very large file is open.

We would like to find as many bugs as possible before we release the new version. Please try it out now and let us know if you find any bugs.

To download or see changes, please go to the beta forum – EmEditor Professional v15.0.0 RC 2 released!.

Thank you for using EmEditor!

/wp-content/uploads/2015/04/workspaces_commands.png 770 814 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2015-04-03 21:16:322015-04-03 21:16:32EmEditor v15.0.0 RC 2 released

EmEditor v15.0.0 RC 1 released

April 2, 2015/in EmEditor Core/by Yutaka Emura

Today, we are releasing EmEditor v15.0.0 RC (Release Candidate) 1.

Updates from v15.0.0 beta 7 include bug fixes.

We would like to find as many bugs as possible before we release the new version. Please try it out now and let us know if you find any bugs.

To download or see changes, please go to the beta forum – EmEditor Professional v15.0.0 RC 1 released!.

Thank you for using EmEditor!

/wp-content/uploads/2015/04/output_as_FindInFiles.png 455 426 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2015-04-02 18:12:142015-04-02 18:12:14EmEditor v15.0.0 RC 1 released

EmEditor v15.0.0 beta 7 (Final Beta) released

March 31, 2015/in EmEditor Core/by Yutaka Emura

Today, we are releasing EmEditor v15.0.0 beta 7 (Final Beta).

Updates from v15.0.0 beta 6 include:

Bug Fixes

  • Fixed a certain bug related to outlining tooltip.

We would like to find as many bugs as possible before we release the new version. Please try it out now and let us know if you find any bugs.

To download or see changes, please go to the beta forum – EmEditor Professional v15.0.0 beta 7 released!.

Thank you for using EmEditor!

/wp-content/uploads/2015/03/bookmark_all.png 370 838 Yutaka Emura /wp-content/uploads/2022/12/logo-minified-margins-1.svg Yutaka Emura2015-03-31 21:04:382015-03-31 21:10:46EmEditor v15.0.0 beta 7 (Final Beta) released
Page 34 of 49«‹3233343536›»

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