brackets-ruler
brackets-ruler copied to clipboard
word wrap at guide
Hi,
Would it be possible to somehow get the text to wrap at the guide width and still have the editor at full-screen?
@remkoboschker, yes I believe this is possible to do now. There is a fairly recently created CodeMirror addon that provides this functionality. Also, it a feature I have been wanting to add for a while. I will start working on it, thanks for the feedback.
Great, let me know if I can help out.
Update on this. I was in error. The addon that I thought added this functionality adds a hard wrap to the text and we need a soft wrap that can be applied and removed. I am checking with the CodeMirror Dev Group to see if this functionality is possible.
Here's a link to the discussion:
https://groups.google.com/forum/#!topic/codemirror/tBRhAXh55hg
Thank you
@remkoboschker, update, I have this working but it is still a bit buggy. Should be available soon.