home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / viscobv7.zip / vac22os2 / ibmcobol / macros / mfoprf.lx < prev    next >
Text File  |  1998-02-24  |  992b  |  25 lines

  1. /***********************************************************
  2. * MFOPRF.LX - MAKE FILE OUTPUT PROFILE                     *
  3. *                                                          *
  4. * This macro is invoked when a messages are added as show  *
  5. * lines to a file from a make file output file.  New menu  *
  6. * items and action keys are defined for dealing with these *
  7. * messages.                                                *
  8. ************************************************************/
  9.  
  10. 'SET INCLUDE'
  11. 'SET ACTIONBAR.LP_VIEW.SEPARATOR 2'
  12. 'SET ACTIONBAR.LP_VIEW.Messa~ges 3 ;SET EXCLUDE; SET INCLUDE MESSAGE; SET VIEWNAME Messages'
  13. 'SET GROUP. MESSAGE'
  14. 'SET ACTIONBAR.LP_ACTIONS.~Delete_messages EMSG DELETE'
  15. 'SET ACTIONBAR.LP_LOCATE.~Next_error EMSG NEXT'
  16. 'SET ACCELERATOR. A-N'
  17. 'SET GROUP. ERRORS'
  18. 'SET ACTIONBAR.LP_LOCATE.P~revious_error EMSG UP'
  19. 'SET ACCELERATOR. A-X'
  20. 'SET GROUP. ERRORS'
  21.  
  22. 'EXTRACT ACTION.F1 INTO ACTION_F1'
  23. 'SET ACTION.F1 EMSG HELP' ACTION_F1
  24.  
  25.