home *** CD-ROM | disk | FTP | other *** search
/ Kids Cube / 1_Art.iso / mmm21 / edithelp.txt < prev    next >
Text File  |  1993-01-11  |  9KB  |  259 lines

  1.  THE DEVELOPMENT EDITOR
  2.  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  3.    The Development Editor is a basic word-processor with Multiple overlapping
  4.  windows, Full mouse support, Pull down menu, Copy and paste features. If
  5.  you're at all familiar with the SideKick Notepad or a Word Star type editor, 
  6.  then this editor should be a breeze.
  7.  
  8.  There are three ways to select a menu command from the Edit window:
  9.  
  10.  ■ With a MOUSE, click the title of the menu you want to pull down, then
  11.    click the desired command.
  12.  
  13.  ■ Press F10, then use the arrow keys to go to the menu you want (or press
  14.    the highlighted letter of the menu command), and use them again to select
  15.    a command.
  16.  
  17.  ■ Press Alt and the highlighted letter of the menu you want, then use the
  18.    arrow keys (or press the highlighted letter) to select a command. Press
  19.    Enter.
  20.  
  21.  The menu title that's highlighted is the currently selected menu. Menu
  22.  commands are followed by either an ellipsis mark (...), an arrow, or a
  23.  shortcut.
  24.  
  25.  Choosing a command that's followed by an ellipsis displays a dialog box;
  26.  
  27.  Once in the Edit window, you enter text just as if you were using a
  28.  typewriter.
  29.  
  30.  ■ When you want to end a line, press Enter.
  31.  ■ To exit the editor, press Alt X.
  32.  
  33.  
  34.  MENU SELECTIONS
  35.  ═══════════════
  36.  
  37.  File  (Alt-F)
  38.  ─────────────
  39.  The File menu offers choices for opening files, changing directories,
  40.  and exiting the program.
  41.  
  42.  File Open  (F3)
  43.  ───────────────
  44.  The Open command displays the Open a File dialog box. In this dialog box
  45.  you select the text file you want to edit.
  46.  
  47.  The Open a File dialog box contains:
  48.   ■ an input box with a history list
  49.   ■ a list box to browse the directory
  50.   ■ the standard Cancel button
  51.   ■ Open action button
  52.   ■ an information panel that describes the
  53.     selected file
  54.  
  55.  The Open a File dialog box contains an input box, a file list, a file
  56.  information panel, the standard button Cancel, one other action button
  57.  (Open), plus a history list that's attached to the Name inputbox.
  58.  
  59.   ┌─ Name ──────────────────────────┐
  60.   │  *.BAT                          │
  61.   └─────────────────────────────────┘
  62.  The Name input box is where you enter the name of the file to load, or the
  63.  file-name mask to use as a filter for the Files list box (for example, *.*).   ][
  64.  
  65.   ┌ Files ──────────────────────────┐
  66.   │                                 │
  67.   │  EXAMPLE1.BAT  │  FILENM03.BAT  │
  68.   │  EXAMPLE2.BAT  │  FILENM04.BAT  │
  69.   │  EXAMPLE3.BAT  │  FILENM05.BAT  │
  70.   │  EXAMPLE4.BAT  │  FILENM06.BAT  │
  71.   │  EXAMPLE5.BAT  │  ..            │
  72.   │  EXAMPLE6.BAT  │  \MOREEXAM     │
  73.   │  FILENM01.BAT  │  \SPEECH       │
  74.   │  FILENM02.BAT  │  \MUSIC        │
  75.   │  ▒▒▒■▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒   │
  76.   └─────────────────────────────────┘
  77.  The Files list box lists the names of files in the current directory that
  78.  match the file-name mask in the Name input box, plus the parent directory
  79.  and all subdirectories.
  80.  
  81.   ┌──────────────────────────────────────────┐
  82.   │ C:\MULTI1\*.BAT                          │
  83.   │ EXAMPLE1.BAT    52  Jul 14,1991  12:00pm │
  84.   └──────────────────────────────────────────┘
  85.  The File information panel shows the path name, file name, date, time,
  86.  and size of the selected file.None of the items on this information panel
  87.  are selectable.
  88.  
  89.   ┌──────────┐
  90.   │ [ Open ] │
  91.   └──────────┘
  92.  The Open button opens a new window and places the selected file in
  93.  that window.
  94.   ┌────────────┐
  95.   │ [ Cancel ] │
  96.   └────────────┘
  97.  If you choose Cancel, nothing changes and no action occurs, and the dialog
  98.  box is put away. (Esc always cancels a dialog box, even if a Cancel button
  99.  does not appear.)
  100.  
  101.  File Change Dir
  102.  ───────────────
  103.  File Change Dir brings up the Change Directory dialog box, in which you
  104.  can change the current directory.
  105.  
  106.  File DOS Shell
  107.  ──────────────
  108.  With the DOS Shell command, you can leave the program temporarily to
  109.  perform a DOS command or run another program. To return to this program,
  110.  type EXIT at the DOS prompt.
  111.  
  112.  File Exit  (Alt-X)
  113.  ──────────────────
  114.  The Exit command terminates this program.
  115.  
  116.  
  117.  Edit Undo
  118.  ─────────
  119.  The Undo command will correct the last edited line in the open window.
  120.  
  121.  Edit Copy
  122.  ─────────
  123.  The Copy command leaves the selected text intact but places an exact copy
  124.  of it in the clipboard. You can paste that text into any other text file.
  125.  With the MOUSE, click and drag the text you want to copy.
  126.  
  127.  Edit Paste
  128.  ──────────
  129.  The Paste command inserts the selected text from the clipboard into the
  130.  current window at the cursor position.
  131.  
  132.  
  133.  Search Find
  134.  ───────────
  135.  The Find command displays the find dialog box, where you type in the text
  136.  you want to search for. You can set several options in the dialog box that
  137.  effect the search.
  138.  
  139.  Search Replace
  140.  ──────────────
  141.  The Replace command displays a dialog box, where you type in the text
  142.  you want to search for and the text you want to replace it with.
  143.  
  144.  
  145.  Window     (Alt-W)
  146.  ──────────────────
  147.  The Window menu contains commands to close, move and perform other
  148.  window-management commands. Most of the windows in this program have all
  149.  the standard window elements, including scroll bars, a close box, and
  150.  zoom icons. For more about windows and their elements, refer to windows.
  151.  
  152.  Window Size/Move    (Ctrl-F5)
  153.  ─────────────────────────────
  154.  Choose this command to change the size or position of the active window.
  155.  
  156.  Size
  157.  ────
  158.  If you press Shift while you use the arrow keys, you can change the size
  159.  of the active window. Once you've adjusted its size or position, press
  160.  Enter. If a window has a Resize corner, you can drag that corner to resize
  161.  the window.
  162.  
  163.  Move
  164.  ────
  165.  When you choose Window Size/Move, the active window moves in response to
  166.  the arrow keys. Once you've moved the window to where you want it, press
  167.  Enter. You can also move a window by dragging its title bar with the mouse.
  168.  
  169.  Window Zoom    (F5)
  170.  ───────────────────
  171.  Choose Zoom to resize the active window to the maximum size. If the window
  172.  is already zoomed, you can choose this command to restore it to its
  173.  previous size. You can also double-click anywhere on the window's title
  174.  bar (except where an icon appears) to zoom or unzoom the window.
  175.  
  176.  Window Tile
  177.  ───────────
  178.  Choose Window Tile to tile all file viewers on the desktop.
  179.  
  180.   ┌────────────────────────────────────┐
  181.   │ ╔════════════1══╗┌────────────2──┐ │
  182.   │ ║               ║│               │ │
  183.   │ ║               ║│               │ │
  184.   │ ║               ║│               │ │
  185.   │ ║               ║│               │ │
  186.   │ ╚═══════════════╝└───────────────┘ │
  187.   │ ┌────────────3──┐┌────────────4──┐ │
  188.   │ │               ││               │ │
  189.   │ │               ││               │ │
  190.   │ │               ││               │ │
  191.   │ │               ││               │ │
  192.   │ └───────────────┘└───────────────┘ │
  193.   └────────────────────────────────────┘
  194.                Tiled Windows
  195.  
  196.  
  197.  Window Cascade
  198.  ──────────────
  199.  Choose Window Cascade to stack all file viewers on the desktop.
  200.  
  201.   ┌──────────────────────────1─┐
  202.   │┌─────────────────────────2─┐
  203.   ││┌────────────────────────3─┐
  204.   │││╔═══════════════════════4═╗
  205.   │││║                         ║
  206.   │││║                         ║
  207.   │││║                         ║
  208.   │││║                         ║
  209.   │││║                         ║
  210.   └└└╚═════════════════════════╝
  211.          Cascaded Windows
  212.  
  213.  Window Next
  214.  ───────────
  215.  Choose Next to cycle forwards through the windows on the desktop.
  216.  
  217.  Window Previous
  218.  ───────────────
  219.  Choose Previous to cycle backwards through the windows on the desktop.
  220.  
  221.  Window Close     (Alt-F3)
  222.  ─────────────────────────
  223.  Choose Close to close the active window. You can also click the Close
  224.  box in the upper right corner to close a window.
  225.  
  226.  
  227.  THESE COMMANDS WILL HELP YOU IF YOU ARE NOT USING A MOUSE.
  228.  
  229.  Cursor Movement Commands
  230.  ────────────────────────
  231.  Character left         Left arrow     
  232.  Character right        Right arrow
  233.  Line up                Up arrow
  234.  Line down              Down arrow
  235.  Scroll up              Ctrl-W
  236.  Scroll down            Ctrl-Z
  237.  Page up                PgUp
  238.  Page down              PgDn
  239.  
  240.  Move to next           Tab
  241.  selection in
  242.  dialog box
  243.  
  244.  Insert & Delete Commands
  245.  ────────────────────────
  246.  Insert mode on/off     Ins
  247.  Delete line            Ctrl-Y
  248.  Delete character left  Backspace
  249.  Delete character       Del
  250.  
  251.  Block Commands
  252.  ──────────────
  253.  Mark block begin       Ctrl-K B
  254.  Mark block end         Ctrl-K K
  255.  Mark single word       Ctrl-K T
  256.  Copy block             Ctrl-K C
  257.  Move block             Ctrl-K V
  258.  Delete block           Ctrl-K Y
  259.