New in Version 17.9

July 11, 2018

New General Features

  • Unicode code point information is added to the character code at cursor status bar item.
  • Associated more file types to EmEditor, and designed new document icons (Store App versions only).
  • Included Help files (English, Japanese, and Chinese) to the packages (Store App versions only).

New Options

  • Added theTo New CSV Column option (by clicking the ▼ button on the right of theExtract button) in theReplace dialog box. While column(s) are selected in a CSV document, selecting theTo New CSV Column option in the context menu displayed when the ▼ button on the right side of theExtract button, and click theExtract button will create a
    new CSV column filled with the replaced strings, while the original column remains unchanged. The new column is inserted just to the right of the original.
  • Added theUse Escape Character check box to theCSV page of theCustomize dialog box. CSV documents usually quote delimiters with double-quotes, however, some nonstandard CSV data escape delimiters with backslashes. The new option allows you to edit such nonstandard CSV data.

New Commands

  • Duplicate Column(s)

Plug-in New Features

  • Added theComplete (Keep Typed Case) command to theWord Complete plug-in, and assigned Shift+Enter as the default shortcut key.

Plug-in API New Features

  • Added theEI_GET_BOOKMARK_COUNT command to theEE_INFO message.

Macro New Features

  • AddedeeFindExtract andeeFindOutput flags to the nFlags parameter, and addedeeExFindInsertColumn flags to the nExFlags parameter of theReplace method of theSelection object.
  • Added theBookmarkCount property to theDocument object.

Bug Fixes

  • Fixed customer-reported issues (1,2,3,4).