mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
Fix typos in InsetListingsParams validator
This commit is contained in:
parent
2194c2c484
commit
8d8880d83b
@ -500,11 +500,9 @@ ParValidator::ParValidator()
|
||||
ListingsParam("", false, ALL, "", empty_hint);
|
||||
all_params_["escapeinside"] =
|
||||
ListingsParam("", false, ALL, "", empty_hint);
|
||||
all_params_["escepeinside"] =
|
||||
all_params_["escapebegin"] =
|
||||
ListingsParam("", false, ALL, "", empty_hint);
|
||||
all_params_["escepebegin"] =
|
||||
ListingsParam("", false, ALL, "", empty_hint);
|
||||
all_params_["escepeend"] =
|
||||
all_params_["escapeend"] =
|
||||
ListingsParam("", false, ALL, "", empty_hint);
|
||||
all_params_["fancyvrb"] =
|
||||
ListingsParam("", false, TRUEFALSE, "", empty_hint);
|
||||
|
@ -51,6 +51,9 @@ What's new
|
||||
|
||||
* DOCUMENT INPUT/OUTPUT
|
||||
|
||||
- Do not sort advanced listings settings, since their insertion order is
|
||||
relevant (bug 5203).
|
||||
|
||||
|
||||
|
||||
* LYX2LYX
|
||||
@ -65,6 +68,11 @@ What's new
|
||||
- Do not forget last words of paragraphs in completion possibilities.
|
||||
- Select word on double click even when at boundary (#9159).
|
||||
|
||||
- Fix listings inset parameter validation when font size is selected
|
||||
(bug 8144).
|
||||
|
||||
- Fix listings validator with regard to aboveskip and belowskip (bug 7373).
|
||||
|
||||
|
||||
* INTERNALS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user