Cell Selection Mode

TheCell Selection Mode was added, and CSV editing was greatly enhanced. If theCell Selection Mode was selected after a CSV document is opened, the CSV delimiters will be hidden, and you canselect cell(s) by the mouse or keyboard like a spreadsheet program (Excel). During the Cell Selection Mode, pressing theRIGHT orLEFT key moves the cell right or left. Double-clicking on a cell, pressing the ENTER key, or selecting theEdit Cell command will allow you to edit the selected cell. Selecting theEdit Cell while selecting multiple cells will allow you to edit multiple cells simultaneously. Syntax check after a cell is edited and confirmed.

In theCell Selection Mode,TAB moves to the next cell,SHIFT + TAB moves to the previous cell. These commands as well asOpen Line Above andOpen Line Below commands insert delimiters automatically if not already exist.

The Balloon Tip on Cell Selection Button on the CSV/Sort toolbar was added by default.

Security Improvements

Previously usedSHA-1 digital signatures were replaced by newSHA-1/SHA-256 double digital signatures.

For security improvements, EmEditor no longer uses theshared section in the executable files. In addition,address space layout randomization (ASLR) was enabled.

The installer’s security was enhanced as well. For more details, please read:Mitigations for the installer’s DLL hijacking vulnerability.

Other New Features

New features

  • Cut Line(s),Copy Line(s), andDelete Line(s) commands can now work when several lines are selected.
  • Right-click on the My Macros on the Macros menu brings up the context menu including theEdit command.

New options

  • The Switch to Cell Selection Mode Automatically check box and the Show Balloon Tip on Cell Selection Button check box were added to theCSV tab of theCustomize dialog box.
  • CSV cell selected text andCSV cell selection frame were added to the list in theDisplay tab of configuration properties.Thick Line was added to theStyle drop-down list.
  • TheNew button to add a new item to theMy Macros list was changed to theAdd button on theMy Macro tab of theCustomize Macros dialog box.

New commands

  • Cell Selection Mode
  • Edit Cell
  • Delete Completely

Plug-in API New Features

  • The EI_GET_CELL_MODE, EI_SET_CELL_MODE flags were added to the EE_INFO message.
  • The POS_CELL flas was added to the EE_GET_ANCHOR_POS, EE_GET_CARET_POS, EE_SET_ANCHOR_POS, EE_SET_CARET_POS messages.

Macro New Features

  • TheCellMode property was added to the Document object.
  • ThebComplete parameter was added to theDelete method of the Selection object.
  • TheeePosCell was added to thenFlags parameter of theGetActivePointX,GetActivePointY,GetAnchorPointX,GetAnchorPointY,SetActivePoint,SetAnchorPoint functions of theSelection object.

Bug Fixes

  • Fixed the bug where Find in Files (UTF-16BE with Unicode signature) might have caused EmEditor crash.
  • Fixed the bug where the Toggle Bookmark command might not have refresh the left edge of the editor.
  • Fixed the bug where changing the order of the files in the list in the Combine Documents into a Single File wizard did not reflect the results.
  • Fixed the bug where many regular expressions are used for highlight strings can result in high CPU usage on v15.7.
  • Fixed the bug where CSV auto detection did not work on very large CSV files.
  • The Filter toolbar now allows incremental search even on very large files.
  • Fixed the bug where the Find method of macros could cause an error when the search string is empty.
  • Fixed the bug where the Find in Files (UTF-8 with Unicode signature) might cause the search result contains the BOM.
  • Fixed a certain bug in the Customize Macros dialog box.
  • Fixed the bug where the Outline Bar could flash under a certain condition.
  • Fixed the bug where the Parameter Information tooltip of the Projects plug-in might not have worked under a certain condition.