⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 env-xml.lnt

📁 PC_LINT8_w,经过测试
💻 LNT
字号:

/*  env-xml.lnt
    The following options cause the output of PC-lint/Flexelint to
    assume the format of an XML file.  The tags chosen are the obvious
    ones; but they can be customized as needed.
 */


-v          // turn off verbosity
-width(0)   // don't insert line breaks (unlimited output width).
+xml(?xml version="1.0" ?)   // add version information
+xml(doc)   // turn on xml escapes; the whole is bracketed with the
            // pair <doc> ... </doc>
-"format=<message><file>%f</file> <line>%l</line> <type>%t</type> <code>%n</code> <desc>%m</desc></message>"
-"format_specific= "
-hFs1   // The height of a message should be 1 (i.e. don't output the
        // line in error); always produce File information; and Space
        // between messages
-pragma(message)    // do not issue pragma messages

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -