Posts

EmEditor v14.7.1 released!

Today, we are releasing EmEditor v14.7.1.
Updates from v14.7.0 include:

New General Features

  • In EmEditor marcos, the new version added the eeFindKeepPrevious flag to the Filter method flags.
  • In EmEditor plug-in APIs, the new version added the FLAG_FIND_KEEP_PREVIOUS flag to the FILTER_INFO structure flags.
  • The highlight keywords for the Java configuration were updated.

Bug Fixes

Please see EmEditor v14.7 New Features for details.

If you have already installed EmEditor v14.6.0 or later, you can select Check for Updates on the Help menu to update. If you are still using an older version, please go to the download page.

This version is available free if you have a lifetime license or if your maintenance plan is valid as of January 5, 2015. Your registration keys might be found in the Resend Keys page of Emurasoft Customer Center.

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

Thank you for using EmEditor.

EmEditor v14.7.0 released!

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

Updates from v14.6.1 include:

New General Features

  • The new Negative button in the Filter toolbar allows you to exclude the matched lines.
  • The new Sort Shortest to Longest and Sort Longest to Shortest buttons in the CSV/Sort toolbar allows you to sort the document by length of columns.
  • The new version allows you to specify a column to the filter in CSV documents. Also multiple levels of the filter can be specified (Advanced Filter).
  • The Treat digits as numbers check box and Treat full-width characters as 2 characters when sorting by length check box were added to the Sort tab of the Customize dialog box.
  • New Commands were added: Negative (Filter toolbar), Sort Shortest to Longest, Sort Longest to Shortest, and Advanced Filter (Filter toolbar) commands.
  • Macro new features: Filter, GetCell, and GetColumns methods were added to the Document object.
  • Plug-in API new features: EE_GET_CELL message and Editor_GetCell inline function, EE_FILTER message and Editor_Filter inline function, GET_CELL_INFO, and FILTER_INFO structures.
  • The filter features are now available in very large files.

Bug Fixes

  • Fixed the bug where EmEditor reloads a file while filtered.
  • Fixed the symbol list refreshing issue for the Projects plug-in under a certain condition.
  • Fixed the bug where window positions were not restored after comparison under a certain condition.
  • Fixed the bug of the EmEditor_SetScrollPos inline function of the plug-in API during the virtual space mode.
  • Fixed the bugs of the vertical scroll bar refreshing under a certain condition.

Please see EmEditor v14.7 New Features for details.

If you have already installed EmEditor v14.6.0 or later, you can select Check for Updates on the Help menu to update. If you are still using an older version, please go to the download page.

This version is available free if you have a lifetime license or if your maintenance plan is valid as of December 15, 2014. Your registration keys might be found in the Resend Keys page of Emurasoft Customer Center.

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

Thank you for using EmEditor.

EmEditor v14.7.0 beta 1 released!

Today, we are releasing EmEditor v14.7.0 beta 1.

Updates from v14.6.1 include:

  • The new Negative button in the Filter toolbar allows you to exclude the matched lines.
  • The new Sort Shortest to Longest and Sort Longest to Shortest buttons in the CSV/Sort toolbar allows you to sort the document by length of columns.
  • The new version allows you to specify a column to the filter in CSV documents. Also multiple levels of the filter can be specified (Advanced Filter).
  • The Treat digits as numbers check box and Treat full-width characters as 2 characters when sorting by length check box were added to the Sort tab of the Customize dialog box.
  • New Commands were added: Negative (Filter toolbar), Sort Shortest to Longest, Sort Longest to Shortest, and Advanced Filter (Filter toolbar) commands.
  • Macro new features: Filter, GetCell, and GetColumns methods were added to the Document object.
  • Plug-in API new features: EE_GET_CELL message and Editor_GetCell inline function, EE_FILTER message and Editor_Filter inline function, GET_CELL_INFO, and FILTER_INFO structures.
  • Fixed other bugs.

Please see:

https://www.emeditor.com/text-editor-features/history/new-in-version-14-7/
for more screenshots and details.

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 v14.7.0 beta 1 released!.

Thank you for continue using EmEditor!

EmEditor v14.6.1 released!

Today, we are releasing EmEditor v14.6.1.
Updates from v14.6.0 include:

Bug Fixes

  • Fixed the bug on v14.6.0 where the Undo might not have worked under a certain condition.
  • Fixed the bug on the 32 bit edition of v14.6.0 where the Replace in Files using regular expressions did not work under a certain condition.
  • Fixed the bug where some text was not visible in the CSV mode depending on the separator positions.
  • The new version will not allow the Filter and Outline mode coexist.
  • Fixed the bug where vertical selections during the Filter mode revealed cursors in the hidden lines.
  • The new version tries to scroll to the cursor position after the Filter mode is cancelled.
  • The new version will not exit from the filter mode after the file reload.
  • Fixed the bug where the message box appears twice after select all, copy and paste in the filter mode.

Please see EmEditor v14.6 New Features for details.

The Update Checker on older versions of EmEditor will not be available anymore. If you try to check updates from older versions, you will see the prompt message: “Invalid or missing updates configuration file. …”. This is not a bug. Please download and update to the newest version of EmEditor by clicking here.

Download EmEditor v14.6 Now.

V14 is free upgrade from v13. To use v14, you will need a v14 registration key. If you have valid v13 licenses, you can view your free v14 registration keys at Emurasoft Customer Center.
80% of our customers (including old customers who have registered their products) already have lifetime licenses. Even if you haven’t installed v13, please click the above link to check if you can upgrade to v14.

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

Thank you for using EmEditor.

EmEditor v14.6.0 released!

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

Updates from v14.5.4 include:

New General Features

  • The new version allows you to define up to 8 separate value formats, and each format now allows up to 39 character long text. You can specify each format whether to allow delimiters in double
    quotes, whether to allow new lines in double quotes, and the number of lines in the column headings.
  • The CSV/Sort toolbar was added and CSV related features were greatly enhanced.
  • The CSV/Sort toolbar allows you to change the CSV mode, CSV conversion, Fixed Width Columns, various column/separator related commands, sort commands, the
    Delete Duplicate Lines command, Line
    Number
    , Ruler, and Heading commands.
  • Following commands can be executed against all documents in the current group by clicking the button while pressing the SHIFT key — Normal Mode, all CSV commands, all
    Convert to commands,
    Fixed Width Columns, all sort commands, Delete Duplicate Lines, Heading 0 – 4, Adjust Separator Positions, Automatically Add Separators, and
    Remove All Separators.
  • The Sort by Multiple Columns command was added.
  • The new Filter Bar was added. The Filter Bar allows you to view only the lines that include a specified string.
  • The Extract All button was added to the Find dialog box. Pressing the Extract All button extracts lines containing the searched string to a new document.
  • Double-clicking on the ruler now selects the column except the headings. Triple-clicking the ruler selects the entire column. After double/triple-clicking, moving the mouse right or left while
    pressing the mouse button selects multiple columns.
  • Double-clicking the ruler will not adjust columns anymore.
  • The Updater feature which was temporarily disabled on v14.5.4 was restored. The new Updater installs only digitally signed update packages signed with the same certificate as the Updater.

Bug Fixes

  • Fixed the bug where multiple selection positions after Replace All might have been wrong.
  • Fixed the bug where the Undo after a replace in the vertical selection might not have worked correctly.

Please see EmEditor v14.6 New Features for details.

The Update Checker on older versions of EmEditor will not be available anymore. If you try to check updates from older versions, you will see the prompt message: “Invalid or missing updates configuration file. …”. This is not a bug. Please download and update to the newest version of EmEditor by clicking here.

Download EmEditor v14.6 Now.

V14 is free upgrade from v13. To use v14, you will need a v14 registration key. If you have valid v13 licenses, you can view your free v14 registration keys at Emurasoft Customer Center.
80% of our customers (including old customers who have registered their products) already have lifetime licenses. Even if you haven’t installed v13, please click the above link to check if you can upgrade to v14.

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

Thank you for using EmEditor.

New Video: EmEditor v14.6 new features

Today, we created the video for EmEditor v14.6 new features: Enhanced CSV features, Filter Bar, Sort by Multiple Columns.

We will release v14.6 soon.

Thank you for using EmEditor!

Version 14.6 feature page was added

Today, we added the EmEditor Version 14.6 feature page. This new version adds important features with big data and database files in mind: more CSV support, Filter Bar, more Search options including the Extract button. We are planning to release EmEditor Version 14.6 very soon.

Thank you for using EmEditor!

EmEditor v14.6.0 beta 17 released!

Today, we are releasing EmEditor v14.6.0 beta 17.

Updates from v14.6.0 beta 16 include:

  • The Prefer UTF-8 check box was added to the File tab of configuration properties. When this is checked and the Detect UTF-8 check box is also checked, UTF-8 takes precedence if the file can be interpreted both as UTF-8 and the selected encoding. For example, a file contains only ANSI characters (alphabets and numbers), it can be opened without any problems both as UTF-8 and Western European. In this situation, EmEditor opens the file as UTF-8. EmEditor also opens an empty file as UTF-8 if this is checked.
  • Stability improvements.

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 v14.6.0 beta 17 released!.

Thank you for continue using EmEditor!

New Filter Bar feature: (EmEditor Professional v14.6.0 beta 11)

Today, we are releasing EmEditor Professional v14.6.0 beta 11.

Updates from v14.6.0 beta 8 include:

  • Added the new Filter Bar was added. The Filter Bar allows you to view only the lines that include a specified string.
  • The Toggle Filter Toolbar, Set Focus to Filter Toolbar, Close Filter Toolbar commands were added.
  • The Filter Toolbar button was added to the toolbar.
  • CTRL + SHIFT + D was assigned to the Set Focus to Filter Toolbar command by default.
  • Fixed other bugs.

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 v14.6.0 beta 11 released! (New Feature: Filter Bar).

Thank you for continue using EmEditor!

EmEditor Professional v14.6.0 beta 8 released!

Today, we are releasing EmEditor Professional v14.6.0 beta 8.

Updates from v14.6.0 beta 4 include:

  • In the Selection Only check box was added to the Find dialog box in addition to the Replace dialog box. This allows you to search for a string within a certain column in a CSV file.
  • The Sort by Multiple Columns command was added.
  • Pressing CTRL + A twice selects the whole document. Pressing CTRL + HOME twice moves to the left edge on the top line.
  • Improved double/triple-clicking behavior on the ruler/headings.
  • Improved stability.

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 v14.6.0 beta 8 released!.

Thank you for continue using EmEditor!