New Extract Options

The new Find dialog box allows you to extract searched strings from the current document or all opened documents.

Numbering Untitled Documents

New document titles are now suffixed with sequential numbers, such as Untitled-1, Untitled-2, …. (Notes: This causes breaking chagnes in Name and FullName properties of the Document object in macros)

Improved Web Help

TheWeb Help was improved so that it allows searches within the Help.

Other New Features

New features

  • The new version does not include line numbers when only file names are extracted in the Find in Files dialog box.
  • TheRecord All Activities command is obsolete.
  • 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

  • TheExtract Options dialog box was added.
  • TheQuote All Cells button was added to theCSV Converter.
  • ThePlay Extra Sounds check box was added to theWindow tab of theCustomize dialog box.
  • The default value for theMaximum Memory Size in theAdvanced tab of theCustomize dialog box become 90%.
  • TheSet Focus in Output Bar check box was added to theExternal Tool Properties.
  • TheRecord Mouse Activities and Keyboard Input to Other Applications check box, theRecord All Mouse Movements check box, and theIdle Time before Inserting Sleep method text box are obsolete in theOptions tab of theCustomize Macros dialog box.

New commands

  • Quote All Cells

Plug-in New Features

  • TheEE_GET_FILTER message, theEditor_GetFilter inline function, and theFILTER_INFO_EX structure were added.

Macro New Features

  • TheFilter Object andFilters Collection were added.
  • Thefilters property andUntitled property were added to theDocument object.
  • TheeeFindFileAndLine,eeFindFileNamesOnly,eeFindLineOnly,eeFindMatchedOnly, andeeFindOutput flags were added to theFind method of theSelection object.

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.
  • Improved the behavior when a critical error in file read/write occurs.