New in Version 16.8
May 17, 2017
New General Features
- Greatly improved the speed of theAdvanced Filter when many filters are defined.
Test results:
v16.7 | v16.8 | Comparison | |
---|---|---|---|
Advanced Filter, Match Case deselected | 32.6 seconds | 2.57 seconds | 12.7 times faster |
Advanced Filter, Match Case selected | 30.3 seconds | 2.50 seconds | 12.1 times faster |
* 10,000 lines (2.7MB) CSV file (UTF-8), Use Advanced Filter, 50,000 search from the first column conditions, Logical Disjunction (OR) selected, Windows 10 (64-bit) Core i7-4790 16GB RAM
- TheUndo andRedo buttons in the toolbar are now drop-down buttons, and clicking the arrow by the button will show the context menu, which allows you to access the newUndo Recent,Redo Recent,Undo All,Redo All, andUndo/Redo History commands.
- The newUndo/Redo History dialog box allows you to export and import the undo/redo history.
- The following commands can be assigned to keyboard shortcuts now:Open from This Folder,Open Windows Explorer,Open Command Prompt, andCopy File Path Name. By default, theOpen Windows Explorer command is assigned toALT + SHIFT + E.
New Options
- TheUndo/Redo History dialog box was added.
New Commands
- Undo/Redo History
- Undo Recent (multiple items)
- Redo Recent (multiple items)
- Undo All
- Redo All
Plug-in API New Features
- The EE_GET_COLUMN message and Editor_GetColumn inline function were added.
Macro New Features
- TheGetColumn method was added to theDocument object.
Bug Fixes
- Fixed a certain bug related to theFind in Files command.
- Fixed a certain bug related to theSplit Current Document or a File into Several Files command.