retext-project / retext

ReText: Simple but powerful editor for Markdown and reStructuredText
GNU General Public License v2.0
1.88k stars 196 forks source link

Soft wrap enable/disable #398

Closed holzkohlengrill closed 6 years ago

holzkohlengrill commented 6 years ago

Currently soft wrap is disabled in the settings (greyed out) as I undertand because it is still experimental.

When clicking on the text (instead of the greyed out tick box) I am still able to enable it.

Also wrapping does looks not as intended (though it might be that it is still not finished):

image

mitya57 commented 6 years ago

You are supposed to set “Draw vertical line at column” to non-zero value first, then you will be able to use soft wrap.

I will fix it.

holzkohlengrill commented 6 years ago

Possibly I get the idea wrong but shouldn't the soft wrap feature adapt on the window dimensions (width)?

mitya57 commented 6 years ago

ReText soft wraps at window borders by default. This feature is needed if you want to wrap earlier.

holzkohlengrill commented 6 years ago

I think this is more a usability issue:

image