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

📄 env-si.lnt

📁 PClint,一个非常严格的C/C++编译器, 可以嵌入到VC.GCC等.它甚至能够检查出你C/C++代码中的内层泄漏问题,变量未初始化问题,不安全的使用指针等...微软公司把它作为代码检查工具,只有
💻 LNT
字号:
/* 
    env-si.lnt: The environment file to run PC-lint from within the
    Source Insight Editor.

    To set up Source Insight to run PC-lint from a custom command
    do the following:

    1)  Select custom commands from the options menu.

	a)  Enter "PC-lint unit check" as the Name of the new command.
 
        b)  Enter in the run edit box the following:
       
                c:\lint\lint -u -ic:\lint std env-si %f

            Where c:\lint is your lint directory.  

        c)  Check the following check boxes/radio buttons
       
                Iconic Window
                Capture Output
                Save Files First
                Parse Links in Output
		File, then Line

        d)  Enter the following expression in the Pattern edit box
        
		^\([^ ]*\) \([0-9]+\)

	    This indicates that Messages are identified by:
	    File-name blank line-number

    In order to run PC-lint, select from the Options menu the
    Custom Commands.  Then select PC-lint from the Command
    and click on the run button.
*/
-"format=%f %l %t %n: %m"
-hfa_3

⌨️ 快捷键说明

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