home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 01163 / debugmen.wdl < prev    next >
Text File  |  1993-02-23  |  928b  |  31 lines

  1.   Menu debugMenu
  2.     Item compile text: "&Compile!"
  3.       help: "Compile the current method"
  4.     Popup dbedit text: "&Edit"
  5.       definition: "editMenu"
  6.       Line
  7.       Item reformat text: "&Reformat Method\tCtrl+R"
  8.     End
  9.     Popup search text: "&Search"
  10.       definition: "srchMenu"
  11.     End
  12.     Item doit text: "&Doit!"
  13.       help: "Evaluate the current selection"
  14.     Popup inspect text: "&Inspect"
  15.       Item inspTemp text: "&Temporary Variable"
  16.         help: "Evaluate a temporary variable and inspect the result"
  17.       Item inspSel text: "&Selection"
  18.         help: "Evaluate the current selection and inspect the result"
  19.     End
  20.     Popup browse text: "&Browse"
  21.       definition: "browsePo"
  22.     End
  23.     Popup crossref text: "Cross&Refs"
  24.       definition: "crossref"
  25.     End
  26.     Popup templates text: "&Templates"
  27.       definition: "templates"
  28.     End
  29.     Item resume text: "Resu&me!"
  30.   End
  31.