]> git.lyx.org Git - features.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>
Thu, 18 Jun 2020 12:39:52 +0000 (14:39 +0200)
commitadf4e7a08c6d9c534fb63236e16682f386634182
treec6864ab15c913e0ef12312efac235117ba211065
parente4e4650fc77896d909afa7e80aed004788102ab0
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.
src/Text2.cpp