home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / mag_discs / volume_5 / issue_09 / pd_ov / PtoOtest < prev    next >
Text File  |  1992-03-28  |  2KB  |  33 lines

  1. Addendum to Part 2
  2.  
  3.  
  4. In Part 2 of the article, Words06, I looked at the effect of adding 
  5. text during editing of multi-column text and we saw that there was a 
  6. problem with wrapping.  In addition, in Part 1, I pointed out the 
  7. problem with wrap back on delete in column layouts.  Problems can also 
  8. arise in simple text layouts if a line of text is entered in the line 
  9. immediately above an existing line.
  10.  
  11. These problems arise because PipeDream uses the blank line as a 
  12. demarcation between paragraphs,and if the blank line is missing 
  13. PipeDream assumes that the two lines should be part of the same 
  14. paragraph.  Thus, wrap back will occur from the line immediately below 
  15. on deletion in the row if there is no blank line following.  In 
  16. addition since PipeDream does not wrap spaces, if wrap occurs from an 
  17. added line, and there is no separating blank line, then the text 
  18. already in a following line will be displaced to the right by the 
  19. wrapped word and will continue to do so as more text is added.  This 
  20. will occur in spite of the fact that the Options settings are:- Insert 
  21. on Wrap is set to Row, Wrap is On, Insert on Return is ON and the 
  22. Insert mode is in use, ie. the normal simple word processing set of 
  23. options. 
  24.  
  25. If you think about it, this is logical with the Insert mode selected 
  26. and with the blank line forming the separator for paragraphs.  As was 
  27. seen in the earlier examples, the command "Left align" can be used to 
  28. control the situation.
  29.  
  30. I thought that it would be worthwhile having a recap and explaining 
  31. this in an addendum as it can cause some confusion in simple word 
  32. processing.
  33.