home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / macros / mfoprf.lx < prev    next >
Encoding:
Text File  |  1996-02-22  |  939 b   |  23 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.~View.Messa~ges ;SET EXCLUDE; SET INCLUDE MESSAGE; SET VIEWNAME Messages'
  12. 'SET ACCELERATOR. C-E'
  13. 'SET GROUP. MESSAGE'
  14. 'SET ACTIONBAR.~Actions.~Delete_messages EMSG DELETE'
  15. 'SET ACTIONBAR.~Edit.L~ocate.~Next_error EMSG NEXT'
  16. 'SET ACCELERATOR. A-N'
  17. 'SET ACTIONBAR.~Edit.L~ocate.P~revious_error EMSG UP'
  18. 'SET ACCELERATOR. A-X'
  19.  
  20. 'EXTRACT ACTION.F1 INTO ACTION_F1'
  21. 'SET ACTION.F1 EMSG HELP' ACTION_F1
  22.  
  23.