Skip to content

v1.9.3

Choose a tag to compare

@abrookins abrookins released this 07 Jan 17:21
· 4 commits to main since this release

What's New in 1.9.3

Bug Fixes

  • Fixed wrapping code with inline comments - Previously, wrapping text like int aa = 0; // comment followed by pure comment lines would remove the // markers from continuation lines. Now such mixed code+comment selections are left unchanged. (Issue #72, thanks @edgarsi!)
  • Fixed Python docstring wrapping - Docstrings with content on the same line as the opening """ or ''' now wrap correctly without adding incorrect * prefixes. (Issue #65, thanks @edgarsi!)

New Features

  • Rust parent line comments - Added support for wrapping Rust documentation comments that use //! syntax. (Issue #52, thanks @mshroyer!)
  • Column width override restored - The optional column width override setting in Tools → Wrap to Column is working again. (Issue #68, thanks @Grimeh!)

Contributors

Thanks to @edgarsi, @mshroyer, and @Grimeh for their contributions!


Installation: Download WrapToColumn-1.9.3.zip and install via Settings → Plugins → ⚙️ → Install Plugin from Disk.