New in Version 14.7
December 22, 2014
This new version further improves theCSV and Filter features of version 14.6.
Improved Filter Features
The new version adds anAdavanced Filter dialogue box, allowing you to specify a column to the filter in CSV documents. You can also specify multiple levels of the filter. In addition, the new version includes a Negative button in theFilter toolbar that allows you to exclude the matched lines.
More Sorting Options
The newSort Shortest to Longest andSort Longest to Shortest buttons in theCSV/Sort toolbar allow you to sort the document by length.
Other New Features
New Feature
- Filter toolbar is greatly enhanced by allowing you to specify a column to filter a string.
New Options
- TheTreat digits as numbers check box andTreat full-width characters as 2 characters when sorting by length check box were added to theSort tab of the
Customize dialog box.
New Commands
- Negative (Filter toolbar)
- Sort Shortest to Longest
- Sort Longest to Shortest
- Advanced Filter (Filter toolbar)
Macro New Features
- Filter,GetCell, andGetColumns methods were added to the Document object.
Plug-in API New Features
- EE_GET_CELL message andEditor_GetCell inline function.
- EE_FILTER message andEditor_Filter inline function.
- GET_CELL_INFO, and
FILTER_INFO structures.