mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Fix bug #7077: Listings validator doesn't recognize 'breakatwhitespace'
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36496 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
58805a5132
commit
73a1a11018
@ -436,6 +436,8 @@ ParValidator::ParValidator()
|
||||
ListingsParam("", false, TRUEFALSE, "", empty_hint);
|
||||
all_params_["breaklines"] =
|
||||
ListingsParam("", false, TRUEFALSE, "", empty_hint);
|
||||
all_params_["breakatwhitespace"] =
|
||||
ListingsParam("", false, TRUEFALSE, "", empty_hint);
|
||||
all_params_["prebreak"] =
|
||||
ListingsParam("", false, ALL, "", empty_hint);
|
||||
all_params_["postbreak"] =
|
||||
|
Loading…
Reference in New Issue
Block a user