code
code copied to clipboard
Hard line wrap
In vim, you can use ":set textwidth=100" to have an automatic line break when your current word exceed the 100th character. It is useful when you make latex documents, you don't have to worry about line break.
It might be doable via a plugin.
Launchpad Details: #LP883835 xapantu - 2011-10-30 13:06:41 +0000
Perhaps tie it in with Automatic Indent.
Launchpad Details: #LPC Christian Dywan - 2012-03-24 14:35:01 +0000
Does Bug #1236739, "Enabling 'wrap text' does not break lines at word boundary", duplicate this bug?
They look related, at least.
Launchpad Details: #LPC dajare - 2013-10-31 08:55:19 +0000
So this looks like it's effectively a "hard" line wrap, where the editor inserts a newline instead of just visually wrapping. Atom has something similar.
We have a vim emulation plugin so maybe could be implemented there.