New in Version 16.4
January 24, 2017
New General Features
- The newAuto Copy feature allows you to copy the selection automatically to the Clipboard without selecting the Copy command (CTRL + C). While theAuto Copy mode is on, the selection will be copied to the Clipboard immediately before the selection is deselected or deleted, immediately before the active document is switched, or the editor loses the keyboard focus. However, it does not work during the CSV cell mode.
- TheDelete/Bookmark Duplicate Lines (Advanced) command andSort by Multiple Columns commands can be recorded as a macro now.
- When deleting duplicates of an already sorted document, setting theCompare Adjacent Lines Only (Assume Presorted) check box dramatically increases the speed of the operation.
New Macros
- AutoCopy.jsee (Toggles the Auto Copy feature, equivalent to the Auto Copy command)
- Icons were added to all the standard macros.
New Options
- TheAuto Copy check box was added to theEdit tab of theCustomize dialog box.
- TheCompare Adjacent Lines Only (Assume Presorted) andIn the Selection Only check boxes were added to theDelete/Bookmark Duplicate Lines dialog box.
- TheIn the Selection Only check box was added to theSort by Multiple Columns dialog box.
- TheShow Arrows check box was added to theScroll tab of configuration properties.
- TheCustomize Macros dialog box can be resizable now. TheMy Macros list in theMy Macros tab now allows you to select multiple items, and it also allows you to drag and drop selected items. TheTop,Bottom, andReset buttons were added to theMy Macros tab, andDelete All button is obsolete. While theMy Macros list has the keyboard focus,CTRL + A allows you to select all items.
New Commands
- Auto Copy
Plug-in API New Features
- The EE_MANAGE_DUPLICATES and EE_SORT messages were added.
- The Editor_ManageDuplicates and Editor_Sort inline functions were added.
- The MANAGE_DUPLICATES_INFO, COLUMN_INFO, and SORT_INFO structures were added.
- TheEEID_AUTO_COPY command was added.
Macro New Features
- TheDeleteDuplicates method andSort method were added to theDocument object.
- #status directive … Specifies the status (whether the macro is enabled and whether it is checked) of the current macro should mimic the command specified by the ID.
Bug Fixes
- Fixed some issues related to using a high-DPI monitor or multiple different-DPI monitors.
- Fixed some issues related to the CSV cell mode.
- Fixed some issues related to the Filter feature.