]> git.lyx.org Git - lyx.git/commitdiff
forbid spellchecking in code layouts
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 25 Jan 2011 14:17:07 +0000 (14:17 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 25 Jan 2011 14:17:07 +0000 (14:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37324 a592a061-630c-0410-9148-cb99ea01b6c8

lib/layouts/noweb.module
lib/layouts/sweave.module

index fd04b4fab039ed23ba7fc195dd3a1d8860be7651..e1fff0e7c6a8e8dd7e9c92526cb38e0d84cfe798 100644 (file)
@@ -19,6 +19,7 @@ Style Scrap
        FreeSpacing           1
        PassThru              1
        ParbreakIsNewline     1
+       Spellcheck            0
        LabelType             Static
        LabelFont
          Color               magenta
index 5d67602adc0d72dd15d6e9f1e8c28681aa10099e..a09fd2a20ac22c52e93a318a74f49bda01cfb783 100644 (file)
@@ -36,6 +36,7 @@ Style Chunk
        FreeSpacing           1
        PassThru              1
        ParbreakIsNewline     1
+       Spellcheck            0
        ## What is LabelType used for?
        LabelType             Static
        TextFont
@@ -65,6 +66,7 @@ InsetLayout "Sweave Options"
        MultiPar              false
        PassThru              1
        ParbreakIsNewline     1
+       Spellcheck            0
        FreeSpacing           true
        ForceLTR              true
 End
@@ -86,6 +88,7 @@ InsetLayout "S/R expression"
        MultiPar              false
        PassThru              1
        ParbreakIsNewline     1
+       Spellcheck            0
        FreeSpacing           true
        ForceLTR              true
 End
@@ -107,6 +110,7 @@ InsetLayout "Sweave Input File"
        MultiPar              false
        PassThru              1
        ParbreakIsNewline     1
+       Spellcheck            0
        FreeSpacing           true
        ForceLTR              true
 End