]> git.lyx.org Git - features.git/commit
Make Word Wrap property confiurable by language
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 5 Jun 2019 13:45:10 +0000 (15:45 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 5 Jun 2019 13:50:53 +0000 (15:50 +0200)
commitbf88ad495cead6e97a05fee59e41414648145fc1
tree4fc8f4064230321646b718af9497f3557b3a0f3a
parent58734edff688ae81461fffbc1f3de146d4883833
Make Word Wrap property confiurable by language

It is now possible to specify in the lib/language file whether screen
rows can be broken anywhere (CJK languages) or only at work boundary.

Set WordWrap to false for the CJK languages (notice that japanese-cjk
had been forgotten before).

Moreover, remove a test for separators in row element that was not
really helpful.

Fixes part of ticket #10299.
lib/languages
src/Language.cpp
src/Language.h
src/Row.cpp