WrapToColumn
WrapToColumn copied to clipboard
Make Wrap Paragraph to Column action constrain wrapping to selected lines
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 Wrap Paragraph to Column action constrain wrapping to selected lines
I've also made some changes to the gradle build file to make it all compile for me.
Oh my gosh, I totally missed your PR, @mikke89! Thanks so much for opening. I saw it tonight after finally getting tired of exactly the behavior you fixed and similarly fiddling with the gradle file. A lot. 😂
I ended up refactoring a few things in the plugin code to drop some deprecated usages that were throwing warnings. I'll compare your implementation with where I landed and see how they combine!
No worries, please feel free to do whatever you wish with this PR. I'm just happy to see this extension continue to get support, it's really a must-have tool! :)
Closing because I integrated this change into #60. Thanks again!