]> 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>
Thu, 18 Jun 2020 13:48:33 +0000 (15:48 +0200)
commitb65285c6a0abcb31266e8a2e0b234e1c326170e7
tree8c661f67139f2704308abf46a00b68f45698c867
parent728eabb69c3ac3923d67277f052555ff84b5728b
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