home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / ME22-OS2.ZIP / MEHELP.ZIP / MEHELP.2 < prev    next >
Text File  |  1986-11-23  |  3KB  |  59 lines

  1.                             BLOCK COMMANDS
  2.  
  3. There are ten "pick buffers" which you can use to save text  when  you
  4. are  cutting  and  pasting  text.  The  default buffer is number 0. To
  5. change the number of the  current  pick  buffer,  use  the  <CHG  PICK
  6. BUFFER> command (the CTRL F7 key). 
  7.  
  8. <PICK+CLEAR>  (the  F8 key) clears the current pick buffer, and places
  9. the current line in the buffer. The line  is  then  deleted  from  the
  10. file. 
  11.  
  12. <PICK+APPEND>  (the SHIFT F8 key) appends the current line to the cur-
  13. rent pick buffer. The current line is then deleted from the file. 
  14.  
  15. <COPY> (the SHIFT F9 key) does the same  as  <PICK+CLEAR>  except  the
  16. current line is NOT deleted from the file. 
  17.  
  18.     All  three  of  the above commands may take an optional count (for
  19. example, <ESCAPE> 3 <PICK+CLEAR> will pick and delete the  next  three
  20. lines). There are ten pick buffers, numbered 0 through 9. Buffer 9 has
  21. a  special  use,  in  that  it  stores  lines and blocks that you have
  22. deleted with either the <DELETE  LINE>  command,  or  a  delete  block
  23. operation.  The  <UNDO>  command  looks  in  buffer  9 for lines to be
  24. reinstated. Buffer 0 is the default buffer.
  25.  
  26. <MARK> (the F7 key ) defines a block of text to perform  an  operation
  27. on.  Move to start of the block and press <MARK> a grey rectangle will
  28. be shown where you marked the text. Then move to the end of the  block
  29. and  press <MARK> again. The entire block will be highlighted. You are
  30. prompted for the operation to perform on the block. The current opera-
  31. tions are pick & clear, pick & append, copy, delete, write to a  file,
  32. change  the  case,  or  change  the format block associated with those
  33. lines. If you want to abort the operation, press <CTRL> D. 
  34.  
  35. <RECT MARK> (the SHIFT F7 key) is like the <MARK> operation, except it
  36. defines a rectangular block. This is useful for manipulating columns. 
  37.  
  38. <PUT>  (the F9 key ) allows you to take the contents of any one of the
  39. ten buffers and place it in your text. You are asked if  you  want  to
  40. insert  the text above the cursor, insert the text to the right of the
  41. cursor, or overlay the text at the cursor position (only if you used a
  42. <RECT MARK> to extract a column).
  43.  
  44. In addition to marking a block of text, you can mark an entire line or a
  45. group of lines.
  46.  
  47. The <MARK LINE> command (ALT F7 key) marks the current line. The line will
  48. be highlighted. The <MARK GROUP> command (the ALT F8 key) will mark all
  49. lines from the current line BACKWARDS until the previous marked line.
  50.  
  51. If there are lines which are marked, the following commands will affect the 
  52. marked lines :
  53.   <DELETE LINE>         (F1)            <COPY>          (SH F9)
  54.   <WRITE BUFFER>        (ALT W)         <PICK & APPEND> (SH F8) 
  55.   <PICK LINE>           (F8)
  56.  
  57. The <CLEAR MARK> command (CTRL F8 key) will unmark all lines which are
  58. marked.
  59.