home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / bookkeep.zip / LESSON2 < prev    next >
Text File  |  1986-05-02  |  6KB  |  138 lines

  1.  
  2.                            SEE LESSON 2                           Screen 1
  3.  
  4. This file is marked Read-only so that SEE cannot alter the contents of the  disk
  5. file.  Whatever changes you make will be thrown away when you exit SEE.  You can
  6. always start over and the file will be just like it is now.
  7.  
  8. People editing files often wish to get copies of groups of lines and place  them
  9. somewhere.   SEE  has a very advanced facility for accomplishing this.  Move the
  10. cursor to the line that says "This is the second line.", and  hit  the  function
  11. Get (F3).  This tells SEE to make an internal copy of the current line.  Now hit
  12. Close (CTRL-F1) to remove this line.  Finally, hit the down arrow  key  so  that
  13. the cursor is one line below the "first line", and hit Put (F4).   This  is  how
  14. you move lines.
  15.  
  16.                 This is the second line.
  17.                 This is the first line.
  18.  
  19. SEE  still has the "second line" in it's internal buffer; it you were to hit Put
  20. again,  SEE  would  place  another  identical copy into the file.  Let's put the
  21. lines back the way they were before.  Move the cursor up one line to the  "first
  22. line", and hit Get (F3) followed by Close (CTRL-F1).  Move the cursor  down  one
  23. line, and hit Put (F4).  The lines should be upside-down again.
  24.  
  25.                            SEE LESSON 2                           Screen 2
  26.  
  27. Now, we'll do exactly  the  same  thing  as  before,  but  using  different  SEE
  28. commands.   Move the cursor to the "second line", and hit Cut (CTRL-F3).  Cut is
  29. exactly the same as Get followed immediately by Close.  Move the cursor down one
  30. line and hit Put (F4).
  31.  
  32.         This is the second line.
  33.                                                 This is the first line.
  34.                  This is the third line.
  35.  
  36. Cut, Get, Put, and Paste (which we haven't tried yet) all share the same buffer.
  37. If you hit Cut or Get and there is already something in the buffer, the stuff in
  38. the buffer is discarded.
  39.  
  40. Hit  Put  again.   As was mentioned earlier, SEE still has the same line in it's
  41. buffer.  Hit Cut to get rid of this line.
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.                            SEE LESSON 2                           Screen 3
  49.  
  50. SEE has a few simple commands for moving around the screen quickly.  These are:
  51.  
  52.         Tab         - the tab key moves you forward to the next tab stop, just
  53.                         like a typewriter.  Tab stops are every four columns.
  54.  
  55.         Ctrl-U      - moves you backwards to the previous tab stop.
  56.  
  57.         Ctrl-arrow  - holding the control key down while pressing the left or
  58.                         right arrow key moves eight spaces instead of one.
  59.  
  60.         Home        - moves the cursor to the beginning of the line.  If you
  61.                         are already at the beginning of the line, Home moves
  62.                         you to the beginning of the first line on the screen.
  63.  
  64.         End         - moves you to the end of the line.  If you are already at
  65.                         the end of the line, End moves you to the end of the
  66.                         last line on the screen.
  67.  
  68. Try each of these commands a few times.
  69.  
  70.  
  71.                            SEE LESSON 2                           Screen 4
  72.  
  73. Similarly, SEE has a few commands to move you quickly through a file.
  74.  
  75.         Ctrl-Page   - holding the control key down while hitting Pg Up or
  76.                         Pg Dn moves you four pages instead of one.
  77.  
  78.         Ctrl-Home   - holding the control key down while hitting Home moves
  79.                         you to the beginning of the file.
  80.  
  81.         Ctrl-End    - holding the control key down while hitting End moves
  82.                         you to the last line of the file.
  83.  
  84. Generally speaking, if a key near the arrow keys does something, using Ctrl with
  85. that key does more of the same.
  86.  
  87. Try  each  of  these commands now.  Remember to get yourself back to page 5 when
  88. you're done trying them out...
  89.  
  90.  
  91.  
  92.  
  93.  
  94.                            SEE LESSON 2                           Screen 5
  95.  
  96. The next command we'll cover is Search.  Hit Home twice so that the cursor is at
  97. the upper left corner of the screen.  At the bottom of the screen  is  the  word
  98. "apropos";  we  will search for this word.  Hit the key labeled ESC.  The cursor
  99. will  jump  down  to  the status line, and the word "Enter: " will appear.  Now,
  100. type the word "apropos" (without the quotes).  Hit Search (F10).  When  you  hit
  101. Search,  the  word  "Enter: " and your input will disappear, and the cursor will
  102. jump to the first occurance the word, which is on line 3 of this paragraph.  Hit
  103. Search  (F10)  again  immediately; the cursor will jump to the second occurance,
  104. which is on line 5 of this paragraph.  Search remembers what  it  was  searching
  105. for, and does it again.  Now hit Search again.  The cursor will jump to the last
  106. occurance (below).  If you hit Search again, nothing happens.  SEE looks for the
  107. word again, but it's not to be found, so SEE does nothing.
  108.  
  109.                 Apropos
  110.  
  111. Finally, the insert key.  Move the cursor right one space,  and insert a  second
  112. "p".  Now hit the insert key, move the cursor right so that it's underlining the
  113. second  "o", and type "riate".  Notice that the cursor turned into an underscore
  114. to  flag this change in behavior.  Hit the insert key again; now things are back
  115. to normal.
  116.  
  117.                            SEE LESSON 2                           Screen 6
  118.  
  119. Summary of the commands covered in this lesson:
  120.  
  121.   Get (F3)      - Get a copy of the current line
  122.   Cut (Ctrl-F3) - Cut the current line out of the file
  123.   Put (F4)      - Put something previously Get or Cut into the file
  124.   Tab           - move to the next tab stop
  125.   Ctrl-U        - move to the previous tab stop
  126.   Home          - move to the beginning of the line
  127.   End           - move to the end of the line
  128.   Ctrl-arrow    - move left or right 8 spaces
  129.   Ctrl-Pg       - move up or down 4 pages
  130.   Ctrl-Home     - move to the beginning of the file
  131.   Ctrl-End      - move to the end of the file
  132.   ESC "text" Search (F10)   - Search for "text"
  133.   Insert        - change inserting characters to/from overwriting characters
  134.  
  135. You have now learned about half the commands in SEE.
  136.  
  137. End of Lesson 2
  138.