EmEditor icon

EmEditor v16.1.0 beta 2

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

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 v16.1.0 beta 1 include:

New General Features

  • The new Cell toolbar was improved.

To Download

  • 64-bit installer
  • 32-bit installer
  • 64-bit portable
  • 32-bit portable
  • 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 icon

    EmEditor v16.1.0 beta 1

    Today, we are releasing EmEditor v16.1.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 v16.0.2 include:

    New General Features

    • The new Cell toolbar was added. By default, the Cell toolbar appears when a CSV document is active and the Cell Selection Mode is selected. The Cell toolbar allows you to edit the selected cell(s). Unlike the editor behavior, the Cell toolbar does not show the surrounding double quotes, and embedded delimiters are escaped. Newline codes are displayed as newlines.
    • Supports most of HTML5 named character references.
    • Many dialog boxes including a list with check boxes (such as Extract Columns), the new version allows you to drag and drop items to arrange the order in the list.

    New Options

    • The Show Cell toolbar when a CSV document is active check box was added to the CSV Options list in the CSV tab of the Customize dialog box.
    • The Enable/Disable Selected Items check box was added to the Status tab of the Customize dialog box.

    New Commands

    • Cell Toolbar

    Bug Fixes

    • Fixed a certain bug related to the Extract command in the Find dialog box.
    • Fixed the bug where EmEditor might have crashed when opening multiple very large files and exit all.

    To Download

  • 64-bit installer
  • 32-bit installer
  • 64-bit portable
  • 32-bit portable
  • 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!

    Find dialog box

    EmEditor v16.0.0 beta 5

    Today, we are releasing EmEditor v16.0.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 v16.0.0 beta 4 include:

    Bug Fixes

    • Improved the “Do you want to terminate the current tool job?” message with “Don’t ask anymore” check box and, removed the “No” button.
    • Fixed a certain bug related to the New File command while the Find in Files results is opened.

    Others

    • The Record All Activities command is obsolete.
    • The Record Mouse Activities and Keyboard Input to Other Applications check box, the Record All Mouse Movements check box, and the Idle Time before Inserting Sleep method text box are obsolete in the Options tab of the Customize Macros dialog box.

    To Download

  • 64-bit installer
  • 32-bit installer
  • 64-bit portable
  • 32-bit portable
  • 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!

    Find dialog box

    EmEditor v16.0.0 beta 4

    Today, we are releasing EmEditor v16.0.0 beta 4.

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

    Bug Fixes

    • Fixed a certain bug related to external tools.
    • Fixed a certain bug related to untitled files auto save.

    To Download

  • 64-bit installer
  • 32-bit installer
  • 64-bit portable
  • 32-bit portable
  • 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!

    Find dialog box

    EmEditor v16.0.0 beta 3

    Today, we are releasing EmEditor v16.0.0 beta 3.

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

    New Options

    • The Column text box was added under the Tag Format in the Edit tab of the Customize dialog box.

    Bug Fixes

    • Fixed certain bugs related workspaces.

    To Download

  • 64-bit installer
  • 32-bit installer
  • 64-bit portable
  • 32-bit portable
  • 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!

    Find dialog box

    EmEditor v16.0.0 beta 2

    Today, we are releasing EmEditor v16.0.0 beta 2.

    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 v16.0.0 beta 1 include:

    New General Features

    • The new version does not include line numbers when only file names are extracted in the Find dialog box or Find in Files dialog box.
    • By default, the following tag formats are supported now.
    •    C:\…\filename.txt: (file name only)
    •    C:\…\filename.txt(5:3): (line 5, column 3)

    New Options

    • The default value for the Maximum Memory Size in the Advanced tab of the Customize dialog box become 90%.

    Plug-in API New Features

    • The EI_GET_UNTITLED flag was added.

    Macro New Features

    • The Untitled property was added to the Document object.

    Bug Fixes

    • Fixed certain bugs related to the CSV cell mode.
    • Improved the behavior when a critical error in file read/write occurs.
    • Fixed certain bugs related to the CSV cell mode.

    To Download

  • 64-bit installer
  • 32-bit installer
  • 64-bit portable
  • 32-bit portable
  • 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!

    Find dialog box

    EmEditor v16.0.0 beta 1

    Today, we are releasing EmEditor v16.0.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 v15.9.0 include:

    New General Features

    • The new Find dialog box allows you to extract searched strings from the current document or all opened documents.
    • New document titles are now suffixed with sequential numbers, such as Untitled-1, Untitled-2, …. (Notes: This causes breaking changes in Name and FullName properties of the Document object in macros)
    • The Web Help was improved so that it allows searches within the Help.

    New Options

    • The Extract Options dialog box was added.
    • The Quote All Cells button was added to the CSV Converter.
    • The Play Extra Sounds check box was added to the Window tab of the Customize dialog box.

    New Commands

    • Quote All Cells

    Plug-in API New Features

    • The EE_GET_FILTER message, Editor_GetFilter inline function were added.

    Macro New Features

    Bug Fixes

    • Fixed the bug where the Find in Files with Onigmo regular expressions could crash EmEditor.
    • Fixed the bug where the Delete and Undo under the virtual space mode did not work correctly.
    • Fixed certain bugs related to the CSV cell mode.

    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!

    CSV Converter

    EmEditor v15.9.0 beta 6

    Today, we are releasing EmEditor v15.9.0 beta 6

    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.
    Notes: Indonesian is not supported anymore as the UI language.

    Updates from v15.9.0 beta 5 include:

    Bug Fixes

    To Download

  • 64-bit installer
  • 32-bit installer
  • 64-bit portable
  • 32-bit portable
  • 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!

    CSV Converter

    EmEditor v15.9.0 beta 5

    Today, we are releasing EmEditor v15.9.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.
    Notes: Indonesian is not supported anymore as the UI language.

    Updates from v15.9.0 beta 4 include:

    Bug Fixes

    To Download

  • 64-bit installer
  • 32-bit installer
  • 64-bit portable
  • 32-bit portable
  • 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!

    CSV Converter

    EmEditor v15.9.0 beta 4

    Today, we are releasing EmEditor v15.9.0 beta 4

    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.
    Notes: Indonesian is not supported anymore as the UI language.

    Updates from v15.9.0 beta 3 include:

    New General Features

    • The settings for Undo buffer is obsolete. Instead, the physical memory size is used to determine whether the Undo should be retained. The physical memory threashold can be set in the Advanced tab of the Customize dialog box.
    • The Undo buffer size in the Status bar is obsolete.

    New Options

    • The Always Discard Lengthy Undo Information to Accelerate check box was added to the Edit tab of the Customize dialog box.
    • The Maximum Memory Size text box was moved from the Sort tab to the Advanced tab of the Customize dialog box.

    Bug Fixes

    • Fixed a certain bug related to the Replace method of macros.

    To Download

  • 64-bit installer
  • 32-bit installer
  • 64-bit portable
  • 32-bit portable
  • 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!