WrapToColumn icon indicating copy to clipboard operation
WrapToColumn copied to clipboard

An IntelliJ plugin that wraps text

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

I like this tool, but not support Chinese.

bug

Hi, and thanks for this plugin. I made some changes, mostly to make the plugin work better for my own use cases. - Fix applying plaintext filetypes option - Make...

Thanks for the plugin. IntelliJ reports that 1.8.0 is the latest version, but this GitHub repo shows 1.7.0 at the latest version. Having 1.8.0 listed as a release on GitHub...

Here are a couple videos demonstrating the issue. A spread either immediately on the preceding line or following line will break things. https://github.com/abrookins/WrapToColumn/assets/1154586/51ab6a27-3aae-44ad-94d4-615449e407f0 https://github.com/abrookins/WrapToColumn/assets/1154586/b4231bb0-2ba3-4512-80e7-4d79d872a2bb

The situation I'm in is that I have code comments where some are wrapped to 100 columns and others are wrapped to 80 columns. Both lengths show up in the...

enhancement

# Wrapping long blockquote does not insert new `> ` pair Suppose you have this text as a single line ``` > Lorem ipsum dolor sit amet, consectetur adipiscing elit,...

In markdown, wrapping paragraphs works great for list items at the first level. However, at higher levels it behaves strangely and removes some text from the start. ``` - Lorem...

Thanks for this plugin. It would be great if it would preserve block quotes in markdown. Currently this: ``` > Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras sit...

While changing the plugin actions to stop using deprecated Intellij APIs and use more modern Kotlin, I made the Wrap Paragraph and Wrap Line actions both wrap selected text if...

If I have Markdown in a Doxygen comment in C++: ``` /// * some list item ``` This will get wrapped using the standard text wrapping, i.e. wrapped text is...

enhancement