- Added
Randomize Lines
- Added
Selection As JSON String
- Added
Count Duplicate Lines As New Document
which will count the number of occurrences of each line - Added
Trim Lines
which will trim beginning and ending of lines selected - Improved
Align CSV
andCompact CSV
to allow for specifying custom delimiter
- New Feature
Macro Scripts
- Write text editor macros as scripts
- Currently this feature is Experimental - for reference d-akara#13
- Enhanced
Filter Lines As New Document
command- Realtime filtering as you type for smaller documents
- Add contextual lines relative to filtered lines to output
- New document commands now create document title related to original instead of generic untitled
- Updated some command descriptions and titles
- Fixed bug in filtering commands which prevented filtering properly on selections
- Added
Lines As JSON
command which Converts each line to a JSON string. Useful for easily creating snippet bodies from selected text
- Added
Select Lines
command which expands all current find match results or cursors to full line selections
- Changed
Align CSV
to preserve delimeter so that it can be used for round trip editing - Added
Compact CSV
command so that aligned CSV can be restored to its compact format
- Added
Copy To New Document
command - Changed regex filters to use case insensitve
- Initial release