home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Editor / DVD!FX17.LHA / FrexxEd / fpl / WordWrap.FPL.README < prev    next >
Encoding:
Text File  |  1995-05-24  |  1.5 KB  |  43 lines

  1. ############################################
  2. File:        WordWrap.FPL
  3. Author:        Daniel Stenberg, Volker Gûth and Jesper Skov
  4. Email:        Daniel.Stenberg@sth.frontec.se,
  5.         vgueth@HRZ.Uni-Bielefeld.DE
  6.         jskov@iesd.auc.dk
  7. Short:        Wraps the line at a certain column
  8. Version:    1.4
  9. Date:        24.5.95
  10. Local settings: "wordwrap", "wall_right"
  11. Global settings:
  12. Keysequence:
  13. Type:        Hook
  14. Prereq:
  15. ############################################
  16.  
  17. FUNCTION
  18.   When the local setting "wordwrap" is enabled, all outputs are checked if
  19. they pass the column "wall_right". If they do, they will be wrapped and the
  20. writing continues on the line below!
  21.  
  22. BUGS
  23.   It is a hook on Output() which means that only when the check is done only
  24. when things are written, not backspaced or deleted text. This _can_ although
  25. be done if anyone just modifies the script a bit!
  26.  
  27.   If you switch on 'wordwrap' and outputs in a line that already is many words
  28. wider than the right border, the result won't be satisfying! :(
  29.  
  30. HISTORY
  31.  1.1 - Set the 'W'-flag in the settings enabling save.
  32.  1.2 - It doesn't leave a trailing space at the end of line any more!
  33.  1.3 - Volker improved it, "because the old puts a single punctuation
  34.        mark in the new line and it cuts the Backslash from a LaTeX-command."
  35.  1.4 - Jesper made it capable of handling multiple words pasted with the same
  36.        Output()
  37.        Daniel made it hook BlockPaste() too, and made any output that makes
  38.        a line longer than 'wall_right' wordwrap the rightmost words even when
  39.        appending text to the middle of a line!
  40.  
  41. SEE ALSO
  42.   The Format.FPL program!
  43.