From: Scott Kostyshak Date: Tue, 22 Apr 2014 07:28:49 +0000 (-0400) Subject: Do not spellcheck "code" in logical markup module X-Git-Tag: 2.1.1~80 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=06c926e699f867c6f3a01cd2baf8cecaf6d9179a;p=features.git Do not spellcheck "code" in logical markup module --- diff --git a/lib/layouts/logicalmkup.module b/lib/layouts/logicalmkup.module index c485e2d813..889a8308f2 100644 --- a/lib/layouts/logicalmkup.module +++ b/lib/layouts/logicalmkup.module @@ -74,4 +74,5 @@ InsetLayout Flex:Code InToc true HTMLTag code ResetsFont true + spellcheck false End diff --git a/status.21x b/status.21x index 697d5906ac..e032db2a31 100644 --- a/status.21x +++ b/status.21x @@ -86,6 +86,8 @@ What's new - Fix undo with many individual changes (e.g. with replace all) (bug #7079). +- Do not spellcheck "code" style in logical markup module. + * INTERNALS