v1.9.3
What's New in 1.9.3
Bug Fixes
- Fixed wrapping code with inline comments - Previously, wrapping text like
int aa = 0; // commentfollowed 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.