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

  1. ############################################
  2. File:        DeleteSpaceEOL.FPL
  3. Author:        Daniel Stenberg
  4. Email:        Daniel.Stenberg@sth.frontec.se, FidoNet 2:201/328
  5. Short:        Cleans off traling white spaces from every line in a buffer
  6. Version:    1.0
  7. Date:        1.3.95
  8. Local settings:
  9. Global settings: "cut_trails"
  10. Keysequence:
  11. Type:        function/hook/menu
  12. Prereq:        Menu.FPL
  13. ############################################
  14.  
  15. FUNCTION
  16.   Scans the buffer for lines that ends with white spaces and removes those.
  17. The scan is done at save time and only if the 'cut_trails' boolean is
  18. enabled.
  19.   This program also adds a boolean sub menu item under the
  20. 'customizing->program' item in a regular (no too much changed) Menu.FPL menu.
  21.  
  22. HISTORY
  23.   1.0 - New! I removed the previous version of this file!!
  24.