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

  1. Menu workMenu
  2.   Popup file text: "&File"
  3.     Item fileNew text: "&New Text File\tCtrl+N"
  4.       help: "Start a Text Editor on a new file"
  5.     Item fileOpen text: "&Open Text File...\tCtrl+O"
  6.       help: "Start a Text Editor on an existing file"
  7.     Line
  8.     Item load text: "&Load Actor Source..."
  9.       help: "Load and compile an Actor Source file"
  10.     Item runApp text: "&Run Application..."
  11.     Line
  12.     Item snapshot text: "&Snapshot"
  13.       help: "Snapshot using the current image name, static, and dynamic"
  14.     Item snapshotAs text: "Snapshot &As..."
  15.       help: "Snapshot allowing changes to the image name, static, and dynamic"
  16.   End
  17.   Popup wrkEdit text: "&Edit"
  18.     definition: "editMenu"
  19.     Line
  20.     Item defineFonts text: "Define &Fonts..."
  21.       help: "Define symbolic fonts"
  22.   End
  23.   Popup search text: "&Search"
  24.     definition: "srchMenu"
  25.   End
  26.   Item doit text: "&Doit!"
  27.   Item inspect text: "&Inspect!"
  28.   Popup browse text: "&Browse"
  29.     definition: "browsePo"
  30.   End
  31.   Popup crossref text: "Cross&Refs"
  32.     definition: "crossref"
  33.   End
  34.   Popup templates text: "&Templates"
  35.     Item templDo text: "&do" id: 600
  36.       help: "Replace the current selection with a do statement template"
  37.     Item templIf text: "&if/then" id: 601
  38.       help: "Replace the current selection with an if/then statement template"
  39.     Item templIfElse text: "if/&else" id: 602
  40.       help: "Replace the current selection with an if/then/else statement template"
  41.     Item templBlock text: "&block" id: 603
  42.       help: "Replace the current selection with a block statement template"
  43.     Item templSelect text: "&select/case" id: 604
  44.       help: "Replace the current selection with a do statement template"
  45.     Item templLoop text: "&loop" id: 605
  46.       help: "Replace the current selection with a loop statement template"
  47.   End
  48.   Item showRoom text: "S&how Room!"
  49.   Item cleanup text: "&Cleanup!"
  50.   Popup wdl  text: "&WDL"
  51.     Item cacheOn  text: "&Cache On"
  52.     Item cacheOff  text: "Cache &Off"
  53.     Item cacheClear  text: "C&lear Cache"
  54.     Item cacheShow  text: "&Show Cache Contents"
  55.   End
  56. End
  57.