[Github-comments] [geany/geany] Reflow Lines/Block incorrectly treats long line marker (#2078)

Daniel Plakhotich notifications at xxxxx
Mon Feb 4 09:48:55 UTC 2019


Like the documentation says, Reflow Lines/Block breaks lines **at** the long line marker if the line breaking is disabled. The problem is that the long line marker marks characters **after** the given column. This means that Reflow Lines/Block should probably reflow at `eprefs->long_line_column + 1`:

https://github.com/geany/geany/blob/b6fe9f17aeae40ab48e73481e618877e65db464b/src/keybindings.c#L2271-L2281

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2078
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190204/aa4f6298/attachment.html>


More information about the Github-comments mailing list