home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / tot5.zip / DEMMN8.TXT < prev    next >
Text File  |  1991-02-11  |  5KB  |  86 lines

  1. Note: this file is used in DEMMN8.PAS and defines the pull down menu
  2. \ ≡ "System Commands
  3.  ~A~bout...        "Show version and copyright information"100
  4.  ~R~efresh display "Redraw the screen"101
  5.  ~C~lear desktop   "Close all windows on the desktop, clear history lists"102
  6. \ ~F~ile "File management commands (Open, New, Save, etc.)
  7.  ~O~pen...       "Locate and open a file in an edit window"201
  8.  ~N~ew           "Create a new file in a new Edit window"202
  9.  ~S~ave          "Save the file in the active Edit window"203
  10.  S~a~ve as...    "Save the current file under a different name"204
  11.  Save a~l~l      "Save all modified files
  12. -
  13.  ~C~hange dir... "Choose a new default directory"206
  14.  ~P~rint         "Print the contents of the active Edit window"207
  15.  ~G~et info...   "Show status information"208
  16.  ~D~OS shell     "Temporarily exit to DOS"209
  17.  E~x~it          "Exit Turbo Pascal"9999
  18. \ ~E~dit "Cut-and-paste editing commands"
  19. _ ~R~estore line   "Cancel edits to the current line in active Edit window"301
  20. -
  21. _ Cu~t~            "Remove the selected text and put it in the Clipboard"302
  22. _ ~C~opy           "Copy the selected text into the Clipboard"303
  23. _ ~P~aste          "Insert selected text from the Clipboard"304
  24. _ Copy e~x~ample   "Copy example from the Help window into the ClipBoard"305
  25.  ~S~how clipboard "Open the Clipboard window"306
  26. -
  27. _ C~l~ear          "Delete the selected text
  28. \ ~S~earch "Text and error search commands
  29.  ~F~ind...             "Search for text"401
  30.  ~R~eplace...          "Search for text and replace it with new text"402
  31.  ~S~earch again        "Repeat the last Find or Replace command"403
  32.  ~G~oto line number... "Move the cursor to a specified line number"404
  33.  ~F~ind procedure...   "Search for a procedure or function while debugging"405
  34.  Find e~r~ror...       "Move the cursor to the position of a runtime error"406
  35. \ ~R~un "Execute or single-step through a program
  36.  ~R~un           "Run the current program"501
  37. _ ~P~rogram reset "Halt debugging session and release memory"502
  38.  ~G~o to cursor  "Run program from the run bar to the cursor position"503
  39.  ~T~race into    "Execute next statement, stopping within the current proc"504
  40.  ~S~tep over     "Execute next statement, skipping over the current proc"505
  41.  P~a~rameters... "Set command line parameters to be passed to the program"506
  42. \ ~C~ompile "Compile to disk or memory
  43.  ~C~ompile         "Compile source file"601
  44.  ~M~ake            "Rebuild source file and all modified files"602
  45.  ~B~uild           "Rebuild source file and all files"603
  46.  ~D~estination     "Specify whether file is compiled to memory or disk"604
  47.  ~P~rimary file... "Define the file that is the focus of make and Build"605
  48. \ ~D~ebug "Evaluate expressions, modify data, set breakpoints and watches
  49.  ~E~valute/modify    "Evaluate a variable or expression and display or modify the value"701
  50.  ~W~atches           "Add, delete and edit expressions in the watch window"702
  51.  ~T~oggle breakpoint "Set or clear an unconditional breakpoint at the cursor position"703
  52.  ~B~reakpoints...    "Set conditional breakpoints, view and edit breakpoints"704
  53. \ ~O~ptions "Set defaults for compiler, editor, mouse, debugger, etc.
  54.  ~C~ompiler            "Set default compiler directives and condl. defines"801
  55.  ~M~emory sizes...     "Set default stack and heap sizes for generated programs"802
  56.  ~L~inker...           "Set linker options"803
  57.  De~b~ugger...         "Set debugger options"804
  58.  ~D~irectories...      "Set paths for units, include files, OBJs anfd generated files"805
  59. -
  60.  ~E~nvironment        "Specify environment settings"806
  61. -
  62.  ~S~ave options...     "Save all the settings you''ve made in the Options menu"807
  63.  ~R~etrieve options... "Load options file previously created with Save Options"808
  64. \ ~W~indow "Open, arrange, and list windows
  65.  ~S~ize/Move   "Change the size or position of the active window"901';
  66.  ~Z~oom        "Enlarge or restore the size of the active window"902
  67.  ~T~ile        "Arrange windows on desktop by tiling"903
  68.  C~a~scade     "Arrange windows on desktop by cascading"904
  69.  ~N~ext        "Make the next window active"905
  70.  ~P~revious    "Make the previous window active"906
  71.  ~C~lose       "Close the active window"907
  72. -
  73.  ~W~atch       "Open the watch window"908
  74.  ~R~egister    "Open the Register window"909
  75.  ~O~utput      "Open the Output window"910
  76.  Call stac~k~  "Show the procedures the program called to reach this point"911
  77.  ~U~ser screen "Switch to the full-screen user output"912
  78. -
  79.  ~L~ist...     "Show a list of all open windows"913
  80. \ ~H~elp "Get online help
  81.  ~C~ontents       "Show table of contents of online Help"1001
  82.  ~I~ndex          "Show index for online Help"1002
  83.  ~T~opic Search   "Display help on the word at the cursor"1003
  84.  ~P~revious Topic "Redisplay the last-viewed online Help screen"1004
  85.  ~H~elp on Help   "How to use online Help"1005
  86.