home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / xc212os2.zip / BIN / xds.hlp (.txt) < prev    next >
OS/2 Help File  |  1996-03-06  |  29KB  |  892 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. About Shell ΓòÉΓòÉΓòÉ
  3.  
  4. View on-line documentation 
  5.  
  6. xTech development system (XDS(tm)) is a professional system available for most 
  7. popular platforms, including IBM PC (PC/MS-DOS, OS/2, Windows NT, Windows 95, 
  8. Linux versions), Unix workstations (Sun, HP, DEC, MIPS, etc), Macintosh, Amiga, 
  9. etc. XDS provides a uniform programming environment for all mentioned platforms 
  10. and allows to design and implement truly portable software. 
  11.  
  12. The system contains both Modula-2 and Oberon-2 compilers that generates either 
  13. the ANSI C source code or native object code for the platform. The ANSI C code 
  14. generation is available for all platforms. A number of platforms for which a 
  15. native code compiler is available is constantly extended. 
  16.  
  17. The XDS Modula-2 compiler implements ISO standard of Modula-2. The ISO standard 
  18. library set is accessible for both Modula-2 and Oberon-2. XDS also includes a 
  19. set of utility libraries and an interface to the ANSI C library set. 
  20.  
  21. XDS allows the programmer to mix Modula-2, Oberon-2, C, Assembler, and often 
  22. Pascal and Fortran modules and libraries in a single project. 
  23.  
  24.  
  25. ΓòÉΓòÉΓòÉ 2. File Menu ΓòÉΓòÉΓòÉ
  26.  
  27. The File menu contains commands that you use to create, open, and save source 
  28. files. It also contains a list of files (up to 15) that were most recently 
  29. opened or saved using the Save As command. The following commands appear in the 
  30. File menu: 
  31.  
  32.  New 
  33.     Opens new empty window 
  34.  Open 
  35.     Opens new window with an existing file 
  36.  Save 
  37.     Saves any changes made to the current file 
  38.  Save As 
  39.     Saves the current file using a new name 
  40.  Autosave 
  41.     Toggles autosave mode on or off 
  42.  
  43.  
  44. ΓòÉΓòÉΓòÉ 3. New ΓòÉΓòÉΓòÉ
  45.  
  46. Use the New command to create a new empty window. 
  47.  
  48. The word "Nonamex" will appear in its title bar (x = 0,1,2,...). You'll have to 
  49. specify a name for the new file when you save it. 
  50.  
  51. Mouse shortcut: Toolbar 
  52.  
  53.  
  54. ΓòÉΓòÉΓòÉ 4. Open ΓòÉΓòÉΓòÉ
  55.  
  56. Use the Open command to open an existing file. 
  57.  
  58. A dialog will appear, showing you a list of files in the directory the most 
  59. recently opened file was from. After you select a file, it will be loaded into 
  60. the new window. You can select a different drive/directory first. 
  61.  
  62. Mouse shortcut: Toolbar 
  63.  
  64. Keyboard shortcut: F3 
  65.  
  66.  
  67. ΓòÉΓòÉΓòÉ 5. Save ΓòÉΓòÉΓòÉ
  68.  
  69. Use Save to store the current file.  After the file is saved, the text remains 
  70. in the window so that you can continue editing it. 
  71.  
  72. Mouse shortcut: Toolbar 
  73.  
  74. Keyboard shortcut: F2 
  75.  
  76. Note:  If you are editing a new (Nonamex) file, select the Save or Save as 
  77.        choices to display the Save as dialog so that you can name the file you 
  78.        are editing. A file must have a title to be saved. 
  79.  
  80.  
  81. ΓòÉΓòÉΓòÉ 6. Save As ΓòÉΓòÉΓòÉ
  82.  
  83. Use the Save As command to name and save a new file or to save file under a 
  84. different name, or to a different location. 
  85.  
  86. A dialog box will appear, prompting you for a new filename. You can also select 
  87. different drive/directory. 
  88.  
  89.  
  90. ΓòÉΓòÉΓòÉ 7. Autosave ΓòÉΓòÉΓòÉ
  91.  
  92. Use Autosave command to toggle autosave mode on or off. In autosave mode XDS 
  93. automatically saves all files before exiting or starting the compiler. 
  94.  
  95.  
  96. ΓòÉΓòÉΓòÉ 8. Open dialog box ΓòÉΓòÉΓòÉ
  97.  
  98. To open a file: 
  99.  
  100.    1. Select the down arrow to the right of the Drive list to display all the 
  101.       drives on your system. 
  102.    2. Select a drive from the Drive list. 
  103.    3. Select a directory from the Directory list. 
  104.    4. Select a file name from the File list or type in a file name. 
  105.    5. Select the Open pushbutton. 
  106.  
  107.  The selected file will be loaded into a new window. 
  108.  
  109.  Detailed description of controls: 
  110.  
  111.  Open filename 
  112.     Type the name of the file you want to open in the Open filename field and 
  113.     select the OK pushbutton. You can also type absolute or relative pathname. 
  114.  
  115.     If you type a name containing wildcard characters (* and ?), it is 
  116.     considered a string filter rather than a file name. Pressing the Enter key 
  117.     or selecting the OK pushbutton will limit the File list to display only 
  118.     filenames that match the pattern you entered. 
  119.  
  120.  Type of file 
  121.     Select the down arrow to the right of the Type of file field to display the 
  122.     available file types.  XDS sets this field for all file types. 
  123.  
  124.  Drive 
  125.     The Drive list displays the drives on your system.  Select the drive that 
  126.     contains the files you want to edit. 
  127.  
  128.  File 
  129.     The File list displays all the files in the directory you selected from the 
  130.     Directory list.  Select the file you want to open. 
  131.  
  132.  Directory 
  133.     The Directory list displays the directories on the selected drive.  Select 
  134.     a directory to display the list of files from that directory in the File 
  135.     list box. 
  136.  
  137.  OK 
  138.     Select the OK pushbutton to load the selected file into a new window or to 
  139.     accept a string filter. 
  140.  
  141.  Cancel 
  142.     Select the Cancel pushbutton if you decide not to load a file. 
  143.  
  144.  
  145. ΓòÉΓòÉΓòÉ 9. Save as dialog box ΓòÉΓòÉΓòÉ
  146.  
  147. To name and save a new file of to save a file under a new name: 
  148.  
  149.    1. Select the down arrow to the right of the Drive list to display all the 
  150.       drives on your system. 
  151.    2. Select a drive from the Drive list. 
  152.    3. Select a directory from the Directory list. 
  153.    4. Type the name of the file you want to save in the File name field and 
  154.       select the OK pushbutton. 
  155.  
  156.  The file will be saved in selected directory under the name you entered. 
  157.  
  158.  Detailed description of controls: 
  159.  
  160.  File name 
  161.     Type the name of the file you want to save in the File name field and 
  162.     select the OK pushbutton. 
  163.  
  164.  Type of file 
  165.     Select the down arrow to the right of the Type of file field to display the 
  166.     available file types.  XDS sets this field for all file types. 
  167.  
  168.  Drive 
  169.     The Drive list displays the drives on your system.  Select the drive that 
  170.     contains the files you want to save. 
  171.  
  172.  File 
  173.     The File list displays all the files in the directory you selected from the 
  174.     Directory list.  Select the file you want to rename and save. 
  175.  
  176.  Directory 
  177.     The Directory list displays the directories on the selected drive.  Select 
  178.     a directory to display the list of files from that directory in the File 
  179.     list box. 
  180.  
  181.  OK 
  182.     Select the OK pushbutton to save the file to the drive and directory you 
  183.     selected and with the file name you specified. 
  184.  
  185.  Cancel 
  186.     Select the Cancel pushbutton if you decide not to save a file. 
  187.  
  188.  
  189. ΓòÉΓòÉΓòÉ 10. Edit Menu ΓòÉΓòÉΓòÉ
  190.  
  191. The Edit menu contains commands that you use to undo changes you've made to 
  192. file, to cut, copy, paste and delete portions of text, to find and replace 
  193. text, and to locate errors contained in the Message list window. The following 
  194. commands appear in the Edit menu: 
  195.  
  196.  Undo 
  197.     Undoes editing changes 
  198.  Cut 
  199.     Cuts selected text to the clipboard 
  200.  Copy 
  201.     Copies selected text to the clipboard 
  202.  Paste 
  203.     Inserts contents of the clipboard at the current position 
  204.  Clear 
  205.     Deletes selected text 
  206.  Find 
  207.     Searches for the string, optionally replacing it with another 
  208.  Find again 
  209.     Repeats previous find action 
  210.  Prev error 
  211.     Locates previous error from the Message List window 
  212.  Next error 
  213.     Locates next error from the Message List window 
  214.  
  215.  
  216. ΓòÉΓòÉΓòÉ 11. Undo ΓòÉΓòÉΓòÉ
  217.  
  218. Use the Undo command to undo changes you've made to the current file. 
  219.  
  220. Mouse shortcut: Toolbar 
  221.  
  222. Keyboard shortcut: Alt+Backspace 
  223.  
  224. Note:  Each window has its own undo buffer of fixed size. Thus, all types (but 
  225.        not any number) of changes can be undone, except cutting or deleting a 
  226.        large block of text. 
  227.  
  228.  
  229. ΓòÉΓòÉΓòÉ 12. Cut ΓòÉΓòÉΓòÉ
  230.  
  231. Use the Cut command to delete selected text from the file and move it to the 
  232. Clipboard. You can use the Paste command later to insert Clipboard contents at 
  233. another position or even into another file. 
  234.  
  235. Mouse shortcut: Toolbar 
  236.  
  237. Keyboard shortcut: Shift+Delete 
  238.  
  239.  
  240. ΓòÉΓòÉΓòÉ 13. Copy ΓòÉΓòÉΓòÉ
  241.  
  242. Use the Copy command to duplicate selected text. A copy of selected text is 
  243. moved to the Clipboard. You can use the Paste command later to insert Clipboard 
  244. contents at another position or even into another file. 
  245.  
  246. Mouse shortcut: Toolbar 
  247.  
  248. Keyboard shortcut: Ctrl+Ins 
  249.  
  250.  
  251. ΓòÉΓòÉΓòÉ 14. Paste ΓòÉΓòÉΓòÉ
  252.  
  253. Use the Paste command to insert the text from the Clipboard at the cursor 
  254. position in the current file. 
  255.  
  256. Mouse shortcut: Toolbar 
  257.  
  258. Keyboard shortcut: Shift+Insert 
  259.  
  260.  
  261. ΓòÉΓòÉΓòÉ 15. Clear ΓòÉΓòÉΓòÉ
  262.  
  263. Use the Clear command to delete selected text. 
  264.  
  265. Keyboard shortcut: Delete 
  266.  
  267.  
  268. ΓòÉΓòÉΓòÉ 16. Find ΓòÉΓòÉΓòÉ
  269.  
  270. Use the Find command to locate or change the text in the current file. A dialog 
  271. box will appear, allowing you to specify find/replace patterns and various 
  272. options. 
  273.  
  274. Mouse shortcut: Toolbar 
  275.  
  276. Keyboard shortcut: Ctrl+F 
  277.  
  278.  
  279. ΓòÉΓòÉΓòÉ 17. Find Again ΓòÉΓòÉΓòÉ
  280.  
  281. Use the Find Again command to repeat previous Find command. 
  282.  
  283. Mouse shortcut: Toolbar 
  284.  
  285. Keyboard shortcut: Ctrl+L 
  286.  
  287.  
  288. ΓòÉΓòÉΓòÉ 18. Prev Error ΓòÉΓòÉΓòÉ
  289.  
  290. Use the Prev Error command to locate the previous error from the Messages list 
  291. window. 
  292.  
  293. Keyboard shortcut: F7 
  294.  
  295.  
  296. ΓòÉΓòÉΓòÉ 19. Next Error ΓòÉΓòÉΓòÉ
  297.  
  298. Use the Next Error command to locate the next error from the Messages list 
  299. window. 
  300.  
  301. Keyboard shortcut: F8 
  302.  
  303.  
  304. ΓòÉΓòÉΓòÉ 20. Find dialog box ΓòÉΓòÉΓòÉ
  305.  
  306. To locate or change a specific text: 
  307.  
  308.    1. Type the text you want to find or change in the Find field. 
  309.    2. Type the text you want to change to in the Change to field. 
  310.    3. Select the required options using the Case sensitive, Find whole word and 
  311.       Buffers to find controls. 
  312.    4. Select one of the Find pushbuttons depending on the starting point and 
  313.       direction desired. 
  314.    5. If a text was found, select one of the Find/Change pushbuttons for 
  315.       appropriate action or the Cancel pushbutton to stop finding text. 
  316.  
  317.  Detailed description of controls: 
  318.  
  319.  Find 
  320.     Type the text you want to find - the find_pattern 
  321.  
  322.  Change to 
  323.     Type the text you want to change the find_pattern to - the change_pattern. 
  324.  
  325.  Case sensitive 
  326.     Matches case in the find_pattern. For example, the "QWERTY" and "qwerty" 
  327.     patterns are treated different. 
  328.  
  329.  Find whole word 
  330.     Finds only text bounded with non-alphabetical characters. For example, 
  331.     "hole" won't be found in "whole". 
  332.  
  333.  Buffers to find 
  334.     Select the buffers you want to find find_pattern in: Current, All or All 
  335.     except current. 
  336.  
  337.  Find 
  338.     Select Find to find the next occurence of the find_pattern. 
  339.  
  340.  Find global 
  341.     Select Find global to find the first occurence of the find_pattern from the 
  342.     beginnning of the file. 
  343.  
  344.  Find backward 
  345.     Select Find backward to find the previous occurence of the find_pattern. 
  346.  
  347.  Change, then find 
  348.     Select Change, then find to change the found text to change_pattern and 
  349.     find the next occurence of the find_pattern. 
  350.  
  351.  Change all 
  352.     Select Change all to change all occurences of the find_pattern to 
  353.     change_pattern. 
  354.  
  355.  Cancel 
  356.     Select Cancel to close the Find dialog. 
  357.  
  358.  
  359. ΓòÉΓòÉΓòÉ 21. Options Menu ΓòÉΓòÉΓòÉ
  360.  
  361. The Options menu contains commands that you use to set edit windows font/colors 
  362. and various IDE options. The following commands appear in the Options menu: 
  363.  
  364.  Set font 
  365.     Changes edit windows font 
  366.  Set colors 
  367.     Changes current edit window colors 
  368.  Other options 
  369.     Changes various IDE options 
  370.  
  371.  
  372. ΓòÉΓòÉΓòÉ 22. Set font ΓòÉΓòÉΓòÉ
  373.  
  374. Use the Set font command to change the font used in edit windows. A font 
  375. selection dialog will appear, allowing you to select font name, size, style and 
  376. emphasis. 
  377.  
  378. Mouse shortcut: Toolbar 
  379.  
  380.  
  381. ΓòÉΓòÉΓòÉ 23. Set colors ΓòÉΓòÉΓòÉ
  382.  
  383.  Use the Set colors command to change the colors of the current edit window. A 
  384. dialog will appear, allowing you to define foreground and background colors for 
  385. selected and unselected text in a window. Main window background color can also 
  386. be changed. 
  387.  
  388. Mouse shortcut: Toolbar 
  389.  
  390.  
  391. ΓòÉΓòÉΓòÉ 24. Other options ΓòÉΓòÉΓòÉ
  392.  
  393.  Use the Other options command to set various IDE options, including 
  394. autoindent, tab width and toolbar orientation. 
  395.  
  396.  
  397. ΓòÉΓòÉΓòÉ 25. Font dialog box ΓòÉΓòÉΓòÉ
  398.  
  399. To change the font used to display text in the editing windows: 
  400.  
  401.    1. Select the arrow to the right of the Name field to display the list of 
  402.       available font names. 
  403.    2. Select a font name from the list. 
  404.    3. Select the arrow to the right of the Size field to display the list of 
  405.       available font sizes. 
  406.    4. Select a font size from the list. 
  407.    5. Select the arrow to the right of the Style field to display the list of 
  408.       font styles. 
  409.    6. Select a font style from the list. 
  410.    7. Select a check box in the Emphasis field if you want the file text 
  411.       emphasized in any of the indicated ways. 
  412.    8. Select Ok to put your font choices into effect. 
  413.  
  414.  Your font selections are displayed in the Sample field as you make them. 
  415.  
  416.  The Display check box is selected by default.  Printer font selection is not 
  417.  enabled. 
  418.  
  419.  Detailed description of controls: 
  420.  
  421.  Name 
  422.     Select the down arrow right to the Name field to display the names of the 
  423.     fonts available on your system.  Select the font you want to be used in the 
  424.     editing windows. 
  425.  
  426.  Size 
  427.     Select the down arrow right to the Size field to display the list of all 
  428.     the sizes in which the selected font can be displayed.  Select the size you 
  429.     want to be used for the selected font. 
  430.  
  431.  Style 
  432.     Select the down arrow right to the Style field to display the list of the 
  433.     type styles you can choose for the selected font. 
  434.  
  435.  Emphasis 
  436.     Select the kinds of emphasis for the selected font. 
  437.  
  438.  Ok 
  439.     Select the Ok pushbutton to display the file text in the editing windows 
  440.     using the font specifications you select. 
  441.  
  442.  Cancel 
  443.     Select the Cancel pushbutton if you decide not to change the font for the 
  444.     editing windows. 
  445.  
  446.  
  447. ΓòÉΓòÉΓòÉ 26. Set colors dialog box ΓòÉΓòÉΓòÉ
  448.  
  449. To change the colors of the current window: 
  450.  
  451.    1. Select one of the Color of radiobuttons to choose the window element. 
  452.    2. Select the desired color for that element from the listbox. The sample 
  453.       window will reflect the change. 
  454.    3. Repeat the first two steps for all elements of the window which color you 
  455.       want to change. 
  456.    4. Select Set colors as default checkbox if you want to save the color set 
  457.       of the current window as default. 
  458.    5. Select the Ok pushbutton. 
  459.  
  460.  To change the color set of the current window to one of the predefined sets: 
  461.  
  462.    1. Select one of the Set colors radiobuttons. The Default colors radiobutton 
  463.       chooses the colors last set with the Set colors as default checked. 
  464.  
  465.  Detailed description of controls: 
  466.  
  467.  Colors 
  468.     Select the desired color for the window element choosed using the Color of 
  469.     radiobuttons. 
  470.  
  471.  Color of 
  472.     Select the element of the editor window which color you want to change. You 
  473.     can also change the color of the "desktop" (main window background). 
  474.  
  475.  Set colors 
  476.     Select one of the coloured pushbuttons to quickly change all colors to one 
  477.     of the predefined sets or the Default colors pushbutton for the color set 
  478.     previously saved as default. 
  479.  
  480.  Set colors as default 
  481.     Select this check box to save the color set of the current window as 
  482.     default. You will then be able to recall it for another window using the 
  483.     Default colors pushbutton. 
  484.  
  485.  Ok 
  486.     Select the Ok pushbutton to change the colors of the current window to the 
  487.     colors you selected. 
  488.  
  489.  Cancel 
  490.     Select the Cancel pushbutton if you decide not to change the colors of the 
  491.     current window. 
  492.  
  493.  
  494. ΓòÉΓòÉΓòÉ 27. Miscellaneous options dialog box ΓòÉΓòÉΓòÉ
  495.  
  496. To change the tab width: 
  497.  
  498.    1. Type the new value in the Tab width field or set it using the spin 
  499.       buttons to the right. 
  500.    2. Select the Ok pushbutton. 
  501.  
  502.  To toggle autoindent mode on or off: 
  503.  
  504.    1. Select the Autoindent mode checkbox. 
  505.    2. Select the Ok pushbutton. 
  506.  
  507.  To change toolbar position: 
  508.  
  509.    1. Select one of the radiobuttons in the Toolbar group. 
  510.    2. Select the Ok pushbutton. 
  511.  
  512.  Detailed description of controls: 
  513.  
  514.  Tab width 
  515.     Type the desired interval between tab stops or select it using the spin 
  516.     buttons to the right of the Tab width field. When you press the Tab key 
  517.     while editing a file, the cursor is advanced to the next tab stop. 
  518.  
  519.  Autoindent mode 
  520.     Select the Autoindent mode checkbox to toggle autoindent mode on or off. In 
  521.     autoindent mode, when you press the Enter key while editing a file, the 
  522.     cursor is placed at the indent level of the previous line. 
  523.  
  524.  Toolbar 
  525.     Select one of the Horizontal, Vertical or Hide radiobuttons to change the 
  526.     position of the toolbar or turn it off. 
  527.  
  528.  Ok 
  529.     Select the Ok pushbutton to apply the changes. 
  530.  
  531.  Cancel 
  532.     Select the Cancel pushbutton if you decide not to change the settings. 
  533.  
  534.  
  535. ΓòÉΓòÉΓòÉ 28. Project Menu ΓòÉΓòÉΓòÉ
  536.  
  537. The Project menu contains commands that you use to open, close and edit a 
  538. project file, and to compile, make and run your program. The following commands 
  539. appear in the Project menu: 
  540.  
  541.  Open project 
  542.     Opens a project file 
  543.  Close project 
  544.     Closes a project file 
  545.  Modify project 
  546.     Lets you modify project using a dialog box 
  547.  Edit project file 
  548.     Lets you edit the project file manually 
  549.  Compile 
  550.     Compiles module in the current window 
  551.  Make 
  552.     Makes project 
  553.  Make all 
  554.     Rebuilds all project 
  555.  Run 
  556.     Runs resulting program 
  557.  Debug 
  558.     Starts debugger 
  559.  Stop 
  560.     Stops running program 
  561.  Get run history 
  562.     Retrieves history of crashed program procedure calls 
  563.  Run/debug options 
  564.     Sets run and debug options 
  565.  
  566.  
  567. ΓòÉΓòÉΓòÉ 29. Open project ΓòÉΓòÉΓòÉ
  568.  
  569. Use the Open project command to open an existing project file. 
  570.  
  571. A dialog will appear that allows you to select a project file. 
  572.  
  573.  
  574. ΓòÉΓòÉΓòÉ 30. Close project ΓòÉΓòÉΓòÉ
  575.  
  576. Use the Close project command to close the currently opened project. 
  577.  
  578.  
  579. ΓòÉΓòÉΓòÉ 31. Modify project ΓòÉΓòÉΓòÉ
  580.  
  581. Use the Modify project command to edit currently opened project using a dialog 
  582. box. 
  583.  
  584.  
  585. ΓòÉΓòÉΓòÉ 32. Edit project file ΓòÉΓòÉΓòÉ
  586.  
  587. Use the Edit project file command to edit currently opened project file 
  588. manually. A new window will be opened and the project file will be loaded into 
  589. it. 
  590.  
  591.  
  592. ΓòÉΓòÉΓòÉ 33. Compile ΓòÉΓòÉΓòÉ
  593.  
  594. Use the Compile command to compile a module in the current window. 
  595.  
  596. Mouse shortcut: Toolbar 
  597.  
  598. Keyboard shortcut: Alt+C 
  599.  
  600.  
  601. ΓòÉΓòÉΓòÉ 34. Make ΓòÉΓòÉΓòÉ
  602.  
  603. Use the Make command to compile all changed modules in the current project and 
  604. link it. 
  605.  
  606. Mouse shortcut: Toolbar 
  607.  
  608. Keyboard shortcut: Alt+M 
  609.  
  610.  
  611. ΓòÉΓòÉΓòÉ 35. Make all ΓòÉΓòÉΓòÉ
  612.  
  613. Use the Make all command to rebuild the current project completely. 
  614.  
  615. Mouse shortcut: Toolbar 
  616.  
  617. Keyboard shortcut: Alt+B 
  618.  
  619.  
  620. ΓòÉΓòÉΓòÉ 36. Run ΓòÉΓòÉΓòÉ
  621.  
  622. Use the Run command to run the resulting program after you make the project. 
  623.  
  624. Mouse shortcut: Toolbar 
  625.  
  626. Keyboard shortcut: Alt+R 
  627.  
  628.  
  629. ΓòÉΓòÉΓòÉ 37. Debug ΓòÉΓòÉΓòÉ
  630.  
  631. Use the Debug command to start the debugger with your program loaded into it. 
  632. The debugger command line have to be specified using the Run/debug options 
  633. dialog. 
  634.  
  635. Mouse shortcut: Toolbar 
  636.  
  637. Keyboard shortcut: Alt+D 
  638.  
  639.  
  640. ΓòÉΓòÉΓòÉ 38. Get run history ΓòÉΓòÉΓòÉ
  641.  
  642. Use the Get run history command to view procedure call stack of your last 
  643. crashed program. 
  644.  
  645.  
  646. ΓòÉΓòÉΓòÉ 39. Run/debug options ΓòÉΓòÉΓòÉ
  647.  
  648. Use the Run/debug options command to change various run and debug options. 
  649.  
  650. A dialog box will appear, allowing you to set up your program command line 
  651. parameters and debugger command line, and to toggle automake mode and session 
  652. closing. 
  653.  
  654.  
  655. ΓòÉΓòÉΓòÉ 40. Run/debug options dialog box ΓòÉΓòÉΓòÉ
  656.  
  657. To change the command line parameters for your program: 
  658.  
  659.    1. Type them in the Run arguments field. Do NOT type the name of your 
  660.       program - it will be substituted automatically. 
  661.    2. Select the Ok pushbutton. 
  662.  
  663.  To set up the debugger command line: 
  664.  
  665.    1. Type the command line used to start the debugger in the Debugger field. 
  666.       Do NOT type the name of your program - it will be substituted 
  667.       automatically along with the command line parameters. 
  668.    2. Select the Ok pushbutton. 
  669.  
  670.  To toggle automake mode on or off: 
  671.  
  672.    1. Select the Automake checkbox. 
  673.    2. Select the Ok pushbutton. 
  674.  
  675.  To toggle session closing on or off: 
  676.  
  677.    1. Select the Close session after run checkbox. 
  678.    2. Select the Ok pushbutton. 
  679.  
  680.  Detailed description of controls: 
  681.  
  682.  Run arguments 
  683.     Type the string you want to be passed to your program as the command line 
  684.     arguments when you issue the Run or Debug command in the Run arguments 
  685.     field. 
  686.  
  687.  Debugger 
  688.     Type the command line you want to be used to start your debugger when you 
  689.     issue the Debug command in the Debugger field. 
  690.  
  691.  Automake 
  692.     Select this checkbox to toggle automake mode on or off. In automake mode 
  693.     the make will be done automatically if you issue the Run or Debug command. 
  694.  
  695.  Close session after run 
  696.     Select this checkbox to toggle session closing on or off. If it is off, the 
  697.     session your program was executed in will remain open until you explicitly 
  698.     close it. 
  699.  
  700.  
  701. ΓòÉΓòÉΓòÉ 41. Windows Menu ΓòÉΓòÉΓòÉ
  702.  
  703. The Windows Menu contains commands that you use to select a window and manage 
  704. the windows layout. A list of all open windows is provided. 
  705.  
  706.  
  707. ΓòÉΓòÉΓòÉ 42. Messages list ΓòÉΓòÉΓòÉ
  708.  
  709. Use the Messages list command to switch to the Messages list window. 
  710.  
  711.  
  712. ΓòÉΓòÉΓòÉ 43. Cascade ΓòÉΓòÉΓòÉ
  713.  
  714. Use the Cascade command to cascade all opened windows. 
  715.  
  716.  
  717. ΓòÉΓòÉΓòÉ 44. Help Menu ΓòÉΓòÉΓòÉ
  718.  
  719. The Help menu contains commands that you use to display the most general help 
  720. topics, the alphabetical index of all help topics, and the product information. 
  721. The following commands appear in the File menu: 
  722.  
  723.  Help index 
  724.     Displays an alphabetical index of references to all help topics 
  725.  General help 
  726.     Displays general information about XDS 
  727.  Using help 
  728.     Displays general inforamtion about the help facitlity 
  729.  Keys help 
  730.     Displays a list and description of keys and mouse shortcuts you can use 
  731.  Product information 
  732.     Displays the Product information dialog 
  733.  
  734.  
  735. ΓòÉΓòÉΓòÉ 45. Help index ΓòÉΓòÉΓòÉ
  736.  
  737. Use the Help index command to display an alphabetic list of references to the 
  738. help topics for XDS. 
  739.  
  740. You can then select an index entry to display the help topic that is related to 
  741. that index entry. 
  742.  
  743.  
  744. ΓòÉΓòÉΓòÉ 46. General help ΓòÉΓòÉΓòÉ
  745.  
  746.  
  747. ΓòÉΓòÉΓòÉ 47. Key assignments ΓòÉΓòÉΓòÉ
  748.  
  749. Cursor movement 
  750.  
  751.  Arrows 
  752.     Move cursor by one character/line 
  753.  Home 
  754.     Move cursor to start of line 
  755.  End 
  756.     Move cursor to end of line 
  757.  PgUp 
  758.     Move cursor one window up 
  759.  PgDn 
  760.     Move cursor one window down 
  761.  Ctrl+PgUp 
  762.     Move cursor to top of file 
  763.  Ctrl+PgDn 
  764.     Move cursor to end of file 
  765.  Ctrl+B 
  766.     Save the current cursor position 
  767.  Ctrl+G 
  768.     Restore the current position 
  769.  Ctrl+Shift+G 
  770.     Swap the current position with saved 
  771.  
  772.  Editing 
  773.  
  774.  Ins 
  775.     Toggle insert/overwrite mode 
  776.  Tab 
  777.     Move cursor to the next tab stop 
  778.  Backspace 
  779.     Delete character before cursor 
  780.  Del 
  781.     Delete character after cursor or selection 
  782.  Ctrl+T 
  783.     Delete spaces or word after cursor 
  784.  Ctrl+Y 
  785.     Delete current line 
  786.  Alt+Up 
  787.     Swap current line with previous 
  788.  Alt+Down 
  789.     Swap current line with next 
  790.  Ctrl+Shift+Up 
  791.     Duplicate current line before itself 
  792.  Ctrl+Shift+Down 
  793.     Duplicate current line after itself 
  794.  Shift+Cursor_movement_key 
  795.     Move and extend selection 
  796.  Shift+Del 
  797.     Cut selected text to Clipboard 
  798.  Ctrl+Ins 
  799.     Copy selected text to Clipboard 
  800.  Shift+Ins 
  801.     Insert Clipboard contents at the cursor position 
  802.  
  803.  Finding and changing text 
  804.  
  805.  Ctrl+F 
  806.     Display the Find/Change to dialog 
  807.  Ctrl+L 
  808.     Repeat previous find action 
  809.  Ctrl+Up 
  810.     Find previous occurence of the current word 
  811.  Ctrl+Down 
  812.     Find next occurence of the current word 
  813.  
  814.  Window management 
  815.  
  816.  Alt+1..9 
  817.     Switch to the window with corresponding number 
  818.  Alt+0 
  819.     Switch to the Message list (if it is not empty) 
  820.  Ctrl+F6 
  821.     Switch to the next window 
  822.  Ctrl+Shift+F6 
  823.     Switch to the previous window 
  824.  Ctrl+F5 
  825.     Restore current window 
  826.  Ctrl+F7 
  827.     Move current window 
  828.  Ctrl+F8 
  829.     Change current window size 
  830.  Ctrl+F9 
  831.     Minimize current window 
  832.  Ctrl+F10 
  833.     Maximize current window 
  834.  Ctrl+F4 
  835.     Close current window 
  836.  Alt+F5 
  837.     Restore main window 
  838.  Alt+F7 
  839.     Move main window 
  840.  Alt+F8 
  841.     Change main window size 
  842.  Alt+F9 
  843.     Minimize main window 
  844.  Alt+F10 
  845.     Maximize main window 
  846.  Alt+F4 
  847.     Close all windows and exit XDS 
  848.  
  849.  Menu activation 
  850.  
  851.  Alt 
  852.     Activate main menu 
  853.  Alt+Space 
  854.     Activate main window system menu 
  855.  Alt+- 
  856.     Activate editing window system menu 
  857.  
  858.  WordStar compatibility keys 
  859.  
  860.  Ctrl+Q F 
  861.  Ctrl+Q A 
  862.     Display the Find/Change to dialog 
  863.  Ctrl+Q G 
  864.     Go to line by its number 
  865.  
  866.  Mouse shortcuts 
  867.  
  868.  Drag 
  869.     Select 
  870.  Drag selection 
  871.     Cut, then Paste 
  872.  Ctrl+Drag selection 
  873.     Copy, then Paste 
  874.  Double click 
  875.     Find next occurence of the word (does NOT affect Find/Change to) 
  876.  
  877.  
  878. ΓòÉΓòÉΓòÉ 48. Product information ΓòÉΓòÉΓòÉ
  879.  
  880. Use the Product information command to display the Product information dialog 
  881. which contains XDS version information and copyright notice. 
  882.  
  883.  
  884. ΓòÉΓòÉΓòÉ 49. Product information dialog ΓòÉΓòÉΓòÉ
  885.  
  886. This dialog displays information about the application, such   as version 
  887. number and copyright notice. 
  888.  
  889.  
  890. ΓòÉΓòÉΓòÉ 50. OK ΓòÉΓòÉΓòÉ
  891.  
  892. The OK button closes the Product information dialog.