env-si.lnt
上传用户:filter2008
上传日期:2010-03-12
资源大小:2959k
文件大小:1k
源码类别:

编辑器/阅读器

开发平台:

C/C++

  1. /* 
  2.     env-si.lnt: The environment file to run PC-lint from within the
  3.     Source Insight Editor.
  4.     To set up Source Insight to run PC-lint from a custom command
  5.     do the following:
  6.     1)  Select custom commands from the options menu.
  7. a)  Enter "PC-lint unit check" as the Name of the new command.
  8.  
  9.         b)  Enter in the run edit box the following:
  10.        
  11.                 c:lintlint -u -ic:lint std env-si %f
  12.             Where c:lint is your lint directory.  
  13.         c)  Check the following check boxes/radio buttons
  14.        
  15.                 Iconic Window
  16.                 Capture Output
  17.                 Save Files First
  18.                 Parse Links in Output
  19. File, then Line
  20.         d)  Enter the following expression in the Pattern edit box
  21.         
  22. ^([^ ]*) ([0-9]+)
  23.     This indicates that Messages are identified by:
  24.     File-name blank line-number
  25.     In order to run PC-lint, select from the Options menu the
  26.     Custom Commands.  Then select PC-lint from the Command
  27.     and click on the run button.
  28. */
  29. -"format=%f %l %t %n: %m"
  30. -hfa_3