Skip to content

1.4.0

Choose a tag to compare

@abrookins abrookins released this 14 Dec 19:00

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.