1.4.0
Adds a new feature:
- Wrap Paragraph to Column: Wraps the paragraph in which the cursor appears.
A paragraph is defined as text offset by blank lines -- including lines that
only start with what looks like comment syntax (e.g.,//). Selected text
is ignored (no selection is needed).
Bug fix:
- Wrap Line to Column no longer tries to wrap an empty line.