EmEditor icon

EmEditor v14.2.0 released!

Today, we are releasing EmEditor v14.2.0.

Updates from v14.1.0 include:

New General Features

  • User-defined guides can be set now. User-defined guides are vertical lines at specified columns on the editor for each configuration. User-defined guides allow you to easily view
    vertically arranged source
    code or text files.
  • The context menu when right-clicking on the Ruler now includes the Add/Remove User-Defined Guide command, which conveniently add a new guide, or remove an existing guide at
    the mouse-pointed position.
  • CTRL + SHIFT + I was assigned to the default keyboard shortcut for the Insert Special Character command.
  • If the Code Value text box was last used in the Insert Special Character dialog box, the new version now initially sets the keyboard focus to the Code Value
    text box when you open the dialog box again.
  • New HTML 5 elements and CSS 3 properties were added as highlight words to the default HTML and CSS configurations.
  • The new Insert Macron command allows you to insert characters with a macron. Moreover, the existing insert accent character commands were extended to type
    the following additional characters (please see Insert Special Characters for the complete list):
Accent TypeTo type thisPress (default keyboard shortcuts)
GraveǸ, ǹ, Ỳ, ỳCTRL + ` (ACCENT GRAVE), the letter
AcuteĆ, ć, Ĺ, ĺ, Ń, ń, Ŕ, ŕ, Ǵ, ǵ, Ḱ, ḱ, Ḿ, ḿ, Ṕ, ṕ, Ẃ, ẃCTRL + ‘ (APOSTROPHE), the letter
CircumflexĈ, ĉ, Ĝ, ĝ, Ĥ, ĥ, Ĵ, ĵ, Ŝ, ŝ, Ŵ, ŵ, Ŷ, ŷCTRL + SHIFT + ^ (CARET), the letter
TildeĨ, ĩ, Ṽ, ṽ, Ỹ, ỹCTRL + SHIFT + ~ (TILDE), the letter
DiaeresisẄ, ẅ, Ẍ, ẍ, ẗ, ¨CTRL + SHIFT + : (COLON), the letter or SPACE
RingŮ, ůCTRL + SHIFT + @, the letter
StrokeŁ, ł, Ⱥ, Ȼ, Ɇ, ɇCTRL + /, the letter
CaronČ, č, Ď, ď, Ě, ě, Ľ, ľ, Ň, ň, Ř, ř, Š, š, Ť, ť, Ž, ž, Ǧ, ǧ, Ǩ, ǩ, ǰ, Ȟ, ȟ, ˇALT + SHIFT + ^ (CARET), the letter or SPACE
MacronĀ, ā, Ē, ē, Ō, ō, Ū, ū, Ȳ, ȳ, Ḡ, ḡ, Ī, ī, ¯ALT + – (HYPHEN), the letter or SPACE
Diaeresis + GraveǛ, ǜCTRL + SHIFT + : (COLON), CTRL + ‘ (APOSTROPHE), the letter
Diaeresis + AcuteǗ, ǘ, Ḯ, ḯCTRL + SHIFT + : (COLON), CTRL + ‘ (APOSTROPHE), the letter
Diaeresis + CaronǙ, ǚCTRL + SHIFT + : (COLON), ALT + SHIFT + ^ (CARET), the letter
Diaeresis + MacronǕ, ǖ, Ǟ, ǟ, Ȫ, ȫCTRL + SHIFT + : (COLON), ALT + – (HYPHEN), the letter
The Add/Remove User-Defined Guide command

The Add/Remove User-Defined Guide command

The Show User-Defined Guides check box and the User-Defined Guide Positions text box

New Options

  • The Disable markers automatically when the Markers toolbar is hidden check box was added to the Options tab of the Customize Markers dialog
    box.
  • The << Find button was added to the Replace dialog box.
  • The Show User-Defined Guides check box and the User-Defined Guide Positions text box were added to the Marks tab of configuration
    properties.
  • The User-Defined Guides item was added to the Specified Part list box in the Display tab of
    Configuration Properties.
The << Find button was added to the Replace dialog box.

The << Find button was added to the Replace dialog box.

The Disable markers automatically when the Markers toolbar is hidden check box

The Disable markers automatically when the Markers toolbar is hidden check box

New Commands

  • Insert Macron
  • Add/Remove User-Defined Guide
  • User-Defined Guides

Macro New Features

  • The ShowUserDefinedGuides property was added to the MarkProp object.

Bug Fixes

  • Fixed the bug where the Percent-encoding to Unicode command may freeze.
  • Deletes duplicate entries in the HTML configuration.

Please see EmEditor v14 New Features for details.
http://www.emeditor.com/text-editor-features/history/new-in-version-14/

You can downlaod EmEditor v14 at
http://www.emeditor.com/#download

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.
https://support.emeditor.com/send_keys.php
80% of our customers 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.
http://www.emeditor.com/emeditor-core/announcing-our-policy-change-to-rapid-development-and-introducing-a-maintenance-plan/

Thank you for using EmEditor.

EmEditor icon

EmEditor v14.1.0 released!

Today, we are releasing EmEditor v14.1.0.

Updates from v14.0.1 include:

New General Features
– Enhanced multiple selections: you can now use SHIFT + RIGHT or LEFT keys to extend the selection while multiple selections are made.
– Line comments up to 15 characters long can be specified now (used to be up to 3 characters long).
– The color of Bookmarked lines can be specified now.
– The current line color is now kept even while a selection is made.
– You can now set a default initial folder for each configuration. When an untitled document is saved, the Save As dialog box will be initialized with the specified initial folder. Notes that if a known folder (such as Documents, Pictures, etc.) is specified, the Windows system might redirect the folder location. If the Sky Drive integration is set on Windows 8.1, the Documents folder might be redirected to the Sky Drive Documents folder.

New options
– The Bookmarked Lines item was added to the Specified Part list box in the Display tab of Configuration Properties.
– The “Do not show this message again” check box was added to the Access Denied dialog box to skip this prompt message. This dialog box is displayed when EmEditor tries to save a file in the Program Files or Windows system folder. This setting will be not be remember between EmEditor sessions, so the prompt message will show up again after you restart EmEditor.
– The Set Initial Folder check box and Initial Folder text box were added to the New File Details dialog box.

New commands
– Reset All Settings

Macro new features
– The InitialFolder property was added to the FileNewProp object.
– The SetInitialFolder property was added to the FileNewProp object.

Bug Fixes
– Fixed the bug where text drag & drop while pressing CTRL didn’t update the cursor position correctly.

Notes: Only English, Japanese, and Korean user interfaces are up to date. New features may remain in English in other language user interfaces.

Please see EmEditor v14 New Features for details.
http://www.emeditor.com/text-editor-features/history/new-in-version-14/

You can downlaod EmEditor v14 at
http://www.emeditor.com/#download

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.
https://support.emeditor.com/send_keys.php
80% of our customers 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.
http://www.emeditor.com/emeditor-core/announcing-our-policy-change-to-rapid-development-and-introducing-a-maintenance-plan/

Thank you for using EmEditor.

EmEditor icon

EmEditor v14.0.1 released!

Today, we are releasing EmEditor v14.0.1.

Updates from v14.0.0 include:

– After multiple selections are made, pressing the ESC key once will now collapses all the selections but keeps multiple cursors. pressing the ESC key again will make multiple cursors dissappear except the last one cursor.

– Fixed the bug where toolbar buttons dissapeared when cutomizing a toolbar.

– Fixed the bug where the installer didn’t accept v14 registration keys as the REGKEY= option.

– Fixed the bug where the “A new registration key is required for the new version. Do you want to continue?” message didn’t appear during the install even when a v13 key is detected and a v14 key is missing.
Please see EmEditor v14 New Features for details.
http://www.emeditor.com/text-editor-features/history/new-in-version-14/

You can downlaod EmEditor v14 at
http://www.emeditor.com/#download

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.

https://support.emeditor.com/send_keys.php

Please check this above link, and get v14 registration keys beforehand.

Please also read: Announcing our policy change to rapid development, and introducing a maintenance plan.
http://www.emeditor.com/emeditor-core/announcing-our-policy-change-to-rapid-development-and-introducing-a-maintenance-plan/

Thank you for using EmEditor.

EmEditor icon

EmEditor v14.0.0 released! (Free upgrade from v13)

Today, we are releasing EmEditor v14.0.0.

Updates from v13 include:

– Enhanced multiple selections
– Percent-encoding (URL Encoding)
– Move Line Up/Down
– And much more!

Please see EmEditor v14 New Features for details.
You can downlaod EmEditor v14.0.0 at:
http://www.emeditor.com/#download

v14 is a 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.

Please check this above link, and get v14 registration keys beforehand.

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

Thank you for using EmEditor.

EmEditor icon

EmEditor v14 beta released

Today, we are releasing v14 beta.

Updates from v13 include:

– Enhanced multiple selections. When multiple selections are made, cursors appear simultaneously at multiple locations.
– Two new commands, “Percent-encoding to Unicode”, and “Unicode to Percent-encoding” were added. If the mouse pointer hovers on the text encoded with percent encoding, a tooltip will automatically appear with decoded text.
– The Move Line Up and Move Line Down commands were added.
– The new “Close when Finished” check box was added to the “Find in Files” and “Replace in Files” dialog boxes.
– The new “Output Options” drop-down list box was added to the “Find in Files” dialog box, where you can select the display option from “File Names and Lines”, “File Names Only”, “Matched Lines Only”, and “Matched Strings Only”.
– When the Find dialog box is open, selecting the Find command or pressing CTRL + F now sets the keyboard focus to the Find drop-down list box now. Similarly, the Replace, Find in Files, and Replace in Files dialog boxes now sets the keyboard focus to the Find drop-down list box when activated by the shortcuts or selecting from menus.

v14 beta can be downloaded at https://www.emeditor.com/forums/forum/beta/.

To use v14 beta, 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.

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

Thank you for using EmEditor.

EmEditor icon

Announcing our policy change to rapid development, and introducing a maintenance plan

Until today, we have been releasing a major upgrade usually once every year, and tried to add all new features to major upgrades. However, under this practice, it was difficult to add features except at major upgrades, and difficult to respond to customers’ frequent requests in details.

To address this issue, we are going to change our policy to allow more frequent updates (rapid releases), whether major or minor, to enable more flexible responses to our customers’ needs. As we are changing our policy, we stop selling major upgrades, but instead introducing a maintenance plan, which allows free updates, whether major or minor, during a valid maintenance plan. Purchasing or subscribing a maintenance plan allows you to receive free updates for free.

Normal licenses purchased on or after January 1st, 2014 will automatically include a one-year free maintenance plan. The customers can continue the subscription to receive updates for upcoming years, or cancel the subscription anytime not to renew the maintenance plan.

If you already have valid v13 normal licenses, you can upgrade to v14 for free, and receive a free maintenance plan through the end of December, 2014. Please purchase or subscribe a maintenance plan in December, 2014 if you continue to receive updates.

A maintenance plan will be offered as a half the price of a normal license. The version of EmEditor you already have can continue to work permanently even without a maintenance plan, but if you need updates, you will need a valid maintenance plan.

Lifetime licenses will not be affected by this policy change. (79.7% of the registered products in Emurasoft Customer Center are already lifetime licenses.)

If you already have v13 licenses, you can view your free v14 licenses at Emurasoft Customer Center. If you already have v13 licenses, the maintenance plan will end at the end of December 2014 no matter when you start using v14 licenses.

Please contact us if you have any questions.

Thank you for using EmEditor.

Announcing Academic Licenses for EmEditor!

We are very pleased to announce Academic Licenses for EmEditor. We have decided to offer this licensing for inspiring and encouraging our new generation. An Academic License is $20 off the original normal or lifetime license price. By clicking the Facebook or Google+ button in the Academic licenses page, you can easily access to the special discount purchase page. (We will also support those who don’t have Facebook or Google+ account via email.)

See Academic Licenses page for more information.

Our hearts go out to those suffering from Typhoon Haiyan

We were shocked and saddened by the tragic loss of life and damage caused by the devastating Typhoon Haiyan occurred in and near the Philippines. Our hearts go out to all those who are suffering from Typhoon Haiyan. Today, we donated JPY 100,000 (US$1,008) to the Red Cross Society. It is a little money but we hope it will help some lives and people in the affected area. We sincerely extend our deepest sympathies to all concerned during this difficult time.