All notable changes to the "column-edit" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Trim can not work under MacOS for '\r'.
- Group of the plugins into spec group.
- Combine lines into one line (default join with nothing).
- Can not remove blank lines in files which use LF(\n) but CRLF(\r\n).
- If no splitor selected, use the default one (\t).
- Command names of trim ("*trim" to "Trim *").
- Command to remove lines blanks (head or tail, aka, left or right) in selection.
- Command to remove empty lines in selection.
- Context menu to use the commands.
- Initial release