WrapToColumn Versions Save

An IntelliJ plugin that wraps text

1.7.0

2 years ago
  • Add better support for wrapping lists in Markdown, AsciiDoc, and .txt files
  • Ignore most comment-like symbols in Markdown, AsciiDoc, and .txt files (these symbols are used for formatting, not comments, in these documents)
  • Fix a regression in wrapping to the configured IDE right margin
  • Fix many cases of Wrap Paragraph to Column action wrapping code before or after a comment
  • Fix an issue that required you to select an entire line in order to reflow correctly if there was leading whitespace

1.6.0

2 years ago
  • Adds support for SQL comments. Thanks, Elijah Carrel!

1.5.0

2 years ago
  • Fix plugin XML compatibility with newer Intellij versions.
  • Special thanks to Edgars Irmejs and Aleksei Kniazev for fixes!

1.4.0

7 years ago

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.

1.3.1

8 years ago
  • Fix for "kotlin/jvm/internal/Intrinsics" error found in Intellij 14.1.x-based editors.

1.3.0

8 years ago
  • New feature: Use an optional "minimum raggedness" algorithm. You can enable this in Tools -> Wrap to Column.

1.2.0

8 years ago
  • Reflow text containing tabs based on the configured tab width setting.

1.1.0

8 years ago
  • New feature: Set a column width override in Settings: Tools -> Wrap to Column. Overrides style and global column width settings.

1.0.1

8 years ago
  • Fix C-style continuations (newer versions of Intellij)

0.1.5

8 years ago
  • Fix a bug with C-style line continuations (older versions of Intellij)