WrapToColumn icon indicating copy to clipboard operation
WrapToColumn copied to clipboard

An IntelliJ plugin that wraps text

Results 29 WrapToColumn issues
Sort by recently updated
recently updated
newest added

Hi, thanks for writing this plugin! I use it everyday :) I'm wondering if it can be extended to support the `//!` syntax used by rustdoc comments at the top...

I would like to wrap paragraphs (and list items) in markdown files. I would also like to do this in YAML files, for example: ```yaml openapi: 3.0.2 info: version: 0.13.4...

enhancement

First of all, thanks for making such a great plugin to fill the gaps! A common need of mine is to select multiple paragraphs and wrap them. For example, when...

enhancement

The plugin nicely recognizes comment syntax and still works in most cases. But it doesn't seem to recognize `#:` as special, which it is for [Sphinx's autodoc](https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#directive-autoproperty). Could this be...

enhancement

This is a weird one, but after several years of usage, I only just now realized that if you have a TODO like this: ``` TODO: Check for null values...

enhancement

The plugin doesn't check if a document is read-only, so you can run it on a read-only document, which creates an exception.

bug

Love this little thing, works for me in a php block comment just as I had hoped! Would it be possible to have it run continuously such that, in effect,...

needs-investigation

**Issue:** After upgrading IDEA to `2021.1.3` or perhaps one of the earlier 2021 versions, I'm receiving the following exception upon the first attempt to wrap something. The wrap still works...

needs-investigation

I get different paragraph widths, sometimes dramatically different, within the same source file. This appears to occur only when using the minimum raggedness algorithm. Screenshots of the inconsistent behavior between...

bug

Thank you for such an awesome tool! It satisfies basically all my need. But there might be a small problem with the space after a sentence ending. In both vim...

enhancement