EmEditor v14.9.0 beta 6 released

Today, we are releasing EmEditor v14.9.0 beta 6.

Updates from v14.9.0 beta 5 include:

Macro New Features

  • The eeFindReplaceEmbeddedNL flag was added to the Find and Replace methods of the Selection object.

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.9.0 beta 6 released!.

Thank you for using EmEditor!

EmEditor v14.9.0 beta 5 released

Today, we are releasing EmEditor v14.9.0 beta 5.

Updates from v14.9.0 beta 4 include:

New General Features

  • The In the Selection Only by Default command added to the menu item appeared when the > button is clicked in the Find/Replace dialog box was reversed.

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.9.0 beta 5 released!.

Thank you for using EmEditor!

EmEditor v14.9.0 beta 4 released

Today, we are releasing EmEditor v14.9.0 beta 4.

Updates from v14.9.0 beta 3 include:

New General Features

  • The Save Opened Potion As button was added to the Large File Controller, which allows you to save the opened portion as a different file.
  • The Bookmark button was added to the Delete Duplicate Lines dialog box, which allows you to set bookmarks in duplicate lines without deleting them.
  • The In the Selection Only by Default command was added to the menu item appeared when the > button is clicked in the Find/Replace dialog box.

Bugfixes

  • Fixed the Windows bug where the Open dialog box might have displayed a prompt message “This files doesn’t exist. Create the new file?” when you enter a file name and click another folder.

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.9.0 beta 4 released!.

Thank you for using EmEditor!

EmEditor v14.9.0 beta 3 released

Today, we are releasing EmEditor v14.9.0 beta 3.

Updates from v14.9.0 beta 2 include:

Bugfixes

  • Fixed certain issues with plug-ins.

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.9.0 beta 3 released!.

Thank you for using EmEditor!

EmEditor v14.9.0 beta 2 released

Today, we are releasing EmEditor v14.9.0 beta 2.

Updates from v14.9.0 beta 1 include:

New General Features

  • The Match Embedded Newlines in CSV check box was removed, and the new Match Embedded Newlines in CSV command was added to the menu item appeared when the > button is clicked in the Find/Replace dialog box.
  • The new Fixed Value command was added to the menu item appeared when the > button is clicked in the Find/Replace/Find in Files/Replace in Files dialog box. Also Custom was renamed to Last Used Value. Save as Default was renamed to Auto Save, and allows you to toggle the enable/disable status.
  • The Use in Find in Files Filter check box was added to the Configuration Associations dialog box. The file extensions set here will be used for the Find in Files file types.
  • The Add and Remove buttons were added to the Customize Plug-ins dialog box, which now allows you to add a new plug-in from a different folder. The Folder text box was deprecated. The new version will not detect a new plug-in automatically. The Add button in this dialog box must be clicked to be included in the plug-in list if a user installs a new plug-in.
  • The Set Word to Find command, and the Use Regular Expressions check box in the Find/Replace dialog boxes will not be cleared in the Find dialog box.
  • This version will not work on Windows XP, and is optimized for Windows Vista or later.
  • The Boost library was updated to Version 1.57.

Bugfixes

  • A certain Snippets plug-in bug was fixed.
  • A certain CSV file bug related to embedded newlines was fixed.

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.9.0 beta 2 released!.

Thank you for using EmEditor!

EmEditor v14.9.0 beta 1 released

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

Updates from v14.8.1 include:

New General Features

  • The new Match Embedded Newlines in CSV check box was added to the Find and Replace dialog boxes, which allows you to find, replace, and remove newlines.
  • The Remove Embedded Newlines in CSV command was added.

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

Thank you for using EmEditor!

EmEditor v14.8.1 released!

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

Updates from v14.8.0 include:

Bug Fixes

  • Fixed the bug where new lines in cells were not correctly embedded after 1,000 lines.
  • Fixed the bug where the Tag Jump command did not work correctly in the Output bar when the file path was wrapped.
  • Fixed the bug where Sort commands became disabled when the Tabs were disabled.
  • Fixed a certain Snippets plug-in bug.
  • Fixed the bug where a folder named AI_RecycleBin might have been created in a network drive after the install and uninstall.

Please see EmEditor v14.8 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 February 4, 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.8.0 released!

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

Updates from v14.7.1 include:

New General Features

  • The new Join CSV feature allows you to merge two CSV documents specifying key columns, using a method similar to JOIN operations (INNER JOIN, OUTER JOIN, RIGHT JOIN and LEFT JOIN) in SQL.
  • The new Delete Duplicate Lines (Advanced) feature allows you to specify which columns to inspect for duplication, and optionally ignore empty lines.
  • The ruler can now display the column index while in a CSV mode.
  • The new macro flag to remove the last used filter level.
  • The Non-standard implementation of percent encoding (%uxxxx format) is now highlighted and can be decoded by right-cicking the tooltip and select Convert, or by using the Universal Character Names to Unicode command.

New Options

  • The Join CSV dialog box was added.
  • The Delete Duplicate Lines dialog box was added.
  • The First lines to detect text box and the Adjust Separator Positions in Visual Lines Only check box were added to the CSV tab of Customize dialog box.

New Commands

  • Delete Duplicate Lines (Advanced)
  • Join CSV

Macro New Features

  • The eeFindRemoveLast flag was added to the Filter method.
  • The Join method was added to the Editor object.

Plug-in API New Features

  • The FLAG_FIND_REMOVE_LAST flag was added to the Editor_Filter inline function and the FILTER_INFO structure.
  • The EE_JOIN message, Editor_Join inline function, and JOIN_INFO structure were added.

Bug Fixes

  • Fixed the bug where the check box status in the list in the Batch Replace dialog box might have changed when the Up button is pressed.
  • Fixed the bug where the Find in Files result document always becomes the Text configuration even if the default configuration is set.

Please see EmEditor v14.8 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 February 2, 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.8.0 beta 2 released

Today, we are releasing EmEditor v14.8.0 beta 2.

Updates from v14.8.0 beta 1 include:

New Options

  • The First lines to detect text box and the Adjust Separator Positions in Visual Lines Only check box were added to the CSV tab of Customize dialog box.

Macro New Features

  • The Join method was added to the Editor object.

Plug-in API New Features

  • The EE_JOIN message, Editor_Join inline function, and JOIN_INFO structure were added.

Please see EmEditor v14.8 New Features for 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.8.0 beta 2 released!.

Thank you for using EmEditor!

EmEditor v14.8.0 beta 1 released, the new feature page in v14.8 available now!

Today, we are releasing EmEditor v14.8.0 beta 1.
Updates from v14.7.1 include:

New General Features

  • The new Join CSV feature allows you to merge two CSV documents specifying key columns, using a method similar to JOIN operations (INNER JOIN, OUTER JOIN, RIGHT JOIN and LEFT JOIN) in SQL.
  • The new Delete Duplicate Lines (Advanced) feature allows you to specify which columns to inspect for duplication, and optionally ignore empty lines.
  • The ruler can now display the column index while in a CSV mode.
  • The new macro flag to remove the last used filter level.
  • The Non-standard implementation of percent encoding (%uxxxx format) is now highlighted and can be decoded by right-cicking the tooltip and select Convert, or by using the Universal Character Names to Unicode command.

New Options

  • The Join CSV dialog box was added.
  • The Delete Duplicate Lines dialog box was added.

New Commands

  • Delete Duplicate Lines (Advanced)
  • Join CSV

Macro New Features

  • The eeFindRemoveLast flag was added to the Filter method.

Plug-in API New Features

  • The FLAG_FIND_REMOVE_LAST flag was added to the Editor_Filter inline function and the FILTER_INFO structure.

Please see EmEditor v14.8 New Features for 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.8.0 beta 1 released!.

Thank you for using EmEditor!