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

编辑器/阅读器

开发平台:

C/C++

  1. /*
  2.     env-mew.lnt: environment parameters for American Cybernetic's Multi-Edit
  3.     If you are using Multi-Edit and you wish to invoke
  4.     PC-lint from that environment then do the following.
  5.     1.  From the Tools Menu choose "Customize ..."
  6.         The Customize ... Dialog Box appears
  7.     2.  Under the "Customize" tab Select "Filename Extensions"
  8.     3.  In the  "Filename Extension Setup" box, select "C CPP H" then
  9. click "Edit" to get to the "Edit Filename Extension Setup" box.
  10.     4.  From here, select "Compiler/Program setup".
  11.     5.  Click "Insert" in the resulting box to get the program setup screen.
  12.         You will now be able to edit the fields of this box
  13.         to define an entry for PC-lint.  Enter data as apprpriate
  14.         to approximate the following (in our example, we assume
  15. lint-nt.exe is your executable and is found in c:lint):
  16. Description:    PC-lint (unit checkout)
  17. Command:        C:LINTlint-nt.exe -IC:LINT -u std.lnt env-mew.lnt <FILE>.<EXT>
  18. Working directory:  Current
  19. Program Type:    **** click on the square, then see precedure below
  20. Exe Type:           Auto Detect
  21. Show:               Normal
  22. Options:            <your choice or leave blank>
  23. **** Fill in the PC-lint setup screen as follows:
  24.                Type: PC-lint 75    (or whatever name you'd like to use)
  25.            under "Regular Expressions"
  26.                Search:   ^(<p>)((<i>),<b0>(<i>)):(.@)$
  27.                Replace:  /F=/L=3/C=4/M=5
  28.                Extra:
  29.             Then hit "OK" and back your way out of all the screens.
  30. */
  31. +ffn           // Full File Names
  32. -haFs_3        // Message Height =3
  33.        // Full file info
  34. -width(0)      //  don't break messages at any particular width
  35. -"format=%(%F(%l,%C):%) %t %n: %m"     //  Messages will contain
  36.                  //  file information (%F), the line number (%l), column number (%c),
  37.                  //  message type (%t), message number (%n) and message text (%m).