mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-05 17:09:56 +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);
|
ListingsParam("", false, ALL, "", empty_hint);
|
||||||
all_params_["escapeinside"] =
|
all_params_["escapeinside"] =
|
||||||
ListingsParam("", false, ALL, "", empty_hint);
|
ListingsParam("", false, ALL, "", empty_hint);
|
||||||
all_params_["escepeinside"] =
|
all_params_["escapebegin"] =
|
||||||
ListingsParam("", false, ALL, "", empty_hint);
|
ListingsParam("", false, ALL, "", empty_hint);
|
||||||
all_params_["escepebegin"] =
|
all_params_["escapeend"] =
|
||||||
ListingsParam("", false, ALL, "", empty_hint);
|
|
||||||
all_params_["escepeend"] =
|
|
||||||
ListingsParam("", false, ALL, "", empty_hint);
|
ListingsParam("", false, ALL, "", empty_hint);
|
||||||
all_params_["fancyvrb"] =
|
all_params_["fancyvrb"] =
|
||||||
ListingsParam("", false, TRUEFALSE, "", empty_hint);
|
ListingsParam("", false, TRUEFALSE, "", empty_hint);
|
||||||
|
@ -51,6 +51,9 @@ What's new
|
|||||||
|
|
||||||
* DOCUMENT INPUT/OUTPUT
|
* DOCUMENT INPUT/OUTPUT
|
||||||
|
|
||||||
|
- Do not sort advanced listings settings, since their insertion order is
|
||||||
|
relevant (bug 5203).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* LYX2LYX
|
* LYX2LYX
|
||||||
@ -65,6 +68,11 @@ What's new
|
|||||||
- Do not forget last words of paragraphs in completion possibilities.
|
- Do not forget last words of paragraphs in completion possibilities.
|
||||||
- Select word on double click even when at boundary (#9159).
|
- 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
|
* INTERNALS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user