Closed GoogleCodeExporter closed 9 years ago
See screenshot. Note the cursor is at "1,41", which is wrapped onto the second
line even though "dog." fits on the previous line.
Original comment by dbarn...@google.com
on 22 Sep 2014 at 6:44
Attachments:
This is how it is expected to work. Wrapping works on the actual characters,
no matter whether they are not visible or replaced by another character.
It would be possible to add an option to make it behave the other way, but it's
going to be a lot of work (and slow).
Original comment by brammool...@gmail.com
on 22 Sep 2014 at 7:47
I would argue that wrapping is a purely visual thing, and so the most sensible
thing to do would be to have it work on actually visible characters. Otherwise
you will get very confusing wrapping behaviour.
Original comment by j...@opencloud.com
on 13 Oct 2014 at 12:36
Since in conceal mode the current cursor line has its concealed characters
shown, wrapping based on visible characters would result in the lines being
re-wrapped as you moved the cursor around the file. Even if this wasn't slow,
it could create a very unpleasant "wobbling" visual effect.
Original comment by vince.ne...@gmail.com
on 13 Oct 2014 at 6:52
Original issue reported on code.google.com by
dbarn...@google.com
on 22 Sep 2014 at 6:41