]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/fixme.module
Update it.po
[lyx.git] / lib / layouts / fixme.module
index 331f13e93c356f5916c1a28067770d7c7d33fdb9..01ce2d6732e026aee6c9be459e79c14676f698fd 100644 (file)
@@ -1,18 +1,20 @@
 #\DeclareLyXModule[fixme.sty]{FiXme}
 #DescriptionBegin
 #Provides 'FiXme' (marginal) annotations for document revision purposes.
-#A list of annotations can be produced by usinging the 'List of FIXMEs' paragraph style.
+#A list of annotations can be produced by using the 'List of FIXMEs' paragraph style.
 #The annotations are customizable via the LaTeX preamble. See the FiXme documentation for details.
-#NOTE: By default, the notes are only displayed in 'draft' mode (if the option 'draft' 
+#NOTE: By default, the notes are only displayed in 'draft' mode (if the option 'draft'
 #has been inserted to Document > Settings > Document Class > Class Options > Custom).
-#To display them always, insert \\fxsetup{draft} to Document > Settings > Preamble.
+#To display them always, insert \fxsetup{draft} to Document > Settings > Preamble.
 #NOTE also that you need version 4 or later of the FiXme package for some features.
 #DescriptionEnd
 #
 # Authors: Mark Edgington <edgimar@gmail.com>
 #          Jürgen Spitzmüller <spitz@lyx.org>
 
-Format 48
+Format 66
+
+OutlinerName fixme "Fixme"
 
 #
 # List of FIXMEs
@@ -32,14 +34,15 @@ Style List_of_FIXMEs
        LabelType       Static
        LabelBottomSep  0
        LeftMargin      MMMMM
-       LabelString     "[LIST of FIXMEs]"
+       LabelString     "[List of FIXMEs]"
 
-       LabelFont 
-           Family      typewriter
-           Series      Medium
-           Size        Small
+       LabelFont
+           Family      Sans
+           Series      Bold
+           Size        Large
            Color       latex
        EndFont
+
        Requires        fixme
 End
 
@@ -58,6 +61,8 @@ InsetLayout Flex:Fixme_Note
           Size                Small
         EndFont
         MultiPar              false
+        AddToToc              fixme
+        IsTocCaption          1
         Argument 1
           LabelString         "Options"
           MenuString          "Fixme Note Options|s"
@@ -102,6 +107,7 @@ InsetLayout Flex:Fixme_Note_(Targeted)
           LabelString         "Note"
           Mandatory            1
           MenuString          "Fixme Note|x"
+          IsTocCaption        1
           Tooltip             "Insert the FIXME note here"
           AutoInsert          1
         EndArgument
@@ -143,6 +149,7 @@ InsetLayout Flex:Fixme_Note_(Multipar)
         Argument 2
           LabelString         "Summary"
           Mandatory            1
+          IsTocCaption        1
           MenuString          "Fixme Summary"
           Tooltip             "Insert a summary of the FIXME note here"
           AutoInsert          1
@@ -183,6 +190,7 @@ InsetLayout Flex:Fixme_Note_(Multipar_Targeted)
         EndArgument
         Argument 2
           LabelString         "Summary"
+          IsTocCaption        1
           Mandatory            1
           MenuString          "Fixme Summary"
           Tooltip             "Insert a summary of the FIXME note here"
@@ -220,37 +228,36 @@ End
 # Backwards compatibility to user-provided
 # modules on the LyX wiki
 #
-# FIXME: uncomment these when #9000 is fixed.
 
-#InsetLayout FxNote
-#      ObsoletedBy           Flex:Fixme_Note
-#End
-#
-#InsetLayout FxNote*
-#      ObsoletedBy           Flex:Fixme_Note_(Targeted)
-#End
-#
-#InsetLayout FxWarning
-#      ObsoletedBy           Flex:Fixme_Warning
-#End
-#
-#InsetLayout FxWarning*
-#      ObsoletedBy           Flex:Fixme_Warning_(Targeted)
-#End
-#
-#InsetLayout FxError
-#      ObsoletedBy           Flex:Fixme_Error
-#End
-#
-#InsetLayout FxError*
-#      ObsoletedBy           Flex:Fixme_Error_(Targeted)
-#End
-#
-#InsetLayout FxFatal
-#      ObsoletedBy           Flex:Fixme_Fatal
-#End
-#
-#InsetLayout FxFatal*
-#      ObsoletedBy           Flex:Fixme_Fatal_(Targeted)
-#End
+InsetLayout Flex:FxNote
+       ObsoletedBy           Flex:Fixme_Note
+End
+
+InsetLayout Flex:FxNote*
+       ObsoletedBy           Flex:Fixme_Note_(Targeted)
+End
+
+InsetLayout Flex:FxWarning
+       ObsoletedBy           Flex:Fixme_Warning
+End
+
+InsetLayout Flex:FxWarning*
+       ObsoletedBy           Flex:Fixme_Warning_(Targeted)
+End
+
+InsetLayout Flex:FxError
+       ObsoletedBy           Flex:Fixme_Error
+End
+
+InsetLayout Flex:FxError*
+       ObsoletedBy           Flex:Fixme_Error_(Targeted)
+End
+
+InsetLayout Flex:FxFatal
+       ObsoletedBy           Flex:Fixme_Fatal
+End
+
+InsetLayout Flex:FxFatal*
+       ObsoletedBy           Flex:Fixme_Fatal_(Targeted)
+End