]> git.lyx.org Git - lyx.git/commit
Make DEPM respect current cursor position.
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 21 Dec 2018 14:36:55 +0000 (15:36 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 21 Dec 2018 21:18:40 +0000 (22:18 +0100)
commit714b731e398b89aaea403dab9929648534e7adc7
treeea6beb6029d4bc05f584076fc1cc4663c46beb98
parent324b828717cb774f2ddbc3aab6f48827743d13fb
Make DEPM respect current cursor position.

Spaces are now conserved when they surround current cursor. Examples:
  abc   |   def
becomes
  abc | def
after DEPM and
  abc |
is kept as it is.

Fixes ticket #11412.

(cherry picked from commit dff0c5729e6eec4c799f60171e4d0a377327ab10)
src/Text2.cpp
status.23x