home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 01163 / mbrmenu.wdl < prev    next >
Text File  |  1993-02-23  |  1KB  |  37 lines

  1. Menu mbrMenu
  2.   Item compile text: "&Compile!"
  3.     help: "Compile the current method"
  4.   Popup mbedit text: "&Edit"
  5.     definition: "editMenu"
  6.     Line
  7.     Item reformat text: "&Reformat Method\tCtrl+R"
  8.     Line
  9.     Item zoom text: "&Zoom Edit Window\tCtrl+Z"
  10.   End
  11.   Popup search text: "&Search"
  12.     definition: "srchMenu"
  13.   End
  14.   Item doit text: "&Doit!"
  15.     help: "Evaluate the current selection"
  16.   Item inspect text: "&Inspect!"
  17.     help: "Evaluate the current selection and inspect the result"
  18.   Popup browse text: "&Browse"
  19.     definition: "browsePo"
  20.   End
  21.   Popup crossref text: "Cross&Refs"
  22.     definition: "crossref"
  23.   End
  24.   Popup templates text: "&Templates"
  25.     definition: "templates"
  26.   End
  27.   Popup method text: "&Method"
  28.     Item templMethod text: "&New Method" id: 606
  29.         help: "Replace the entire text with a new method template"
  30.     Item templAction text: "New &Action" id: 607
  31.         help: "Replace the entire text with a new action template"
  32.     Line
  33.     Item deleteMethod text: "Re&move Method" style: (grayed)
  34.       help: "Delete the selected method from its class"
  35.   End
  36. End
  37.