home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / textutil / textform / !TextForm / !Help < prev    next >
Encoding:
Text File  |  1995-08-08  |  2.8 KB  |  74 lines

  1. ======================================
  2. Help file for !TextForm===============
  3. =======================by Brian Widdas
  4. ======================================
  5.  
  6.     TextForm is a text formatter. It takes a plain
  7. text file, and formats it, making it more readable.
  8.     It is loaded in the usual way. Then, any text
  9. file dragged onto the application icon, either from
  10. the filer or from another application. If the file
  11. is being transferred from another application, the
  12. filer must first have 'seen' the !Scrap application.
  13. If there is insufficent memory for the file, this
  14. will be reported.
  15.     Once the file is loaded, a save dialogue box
  16. appears, and the file can be saved in the usual way.
  17.     When a file is loaded, the application's
  18. Wimpslot increases to accomodate the file. Once the
  19. file has been saved, or the save box removed by
  20. clicking the mouse anywhere on screen other than the
  21. box, the Wimpslot returns to 16K.
  22.     The application menu, accessible from the
  23. iconbar icon, contains a 'Width' entry. This allows
  24. the user to set the width the text is formatted to.
  25. Values between 1 and 999 can be entered. The default
  26. is 77, the width of an !Edit window (and of this
  27. text). A 'small' !Edit window, that is, as the
  28. window appears when first opened, is 52.
  29.  
  30. The source text file
  31. ====================
  32.     The source file is a text file, created in !Edit
  33. or a similar text processor. Paragraphs to be
  34. formatted are entered with no linefeeds between
  35. words. Lines are split by TextForm at a soft space
  36. (ASCII 32, produced using the spacebar). To prevent
  37. two words being split, such as 'Mr. Widdas', a hard
  38. space must be used (ASCII 160, produced by holding
  39. down the ALT key, typing 160 on the numeric keypad,
  40. then releasing the ALT key).
  41.     Paragraps may be indented, and tables produced.
  42. The indentation will not be affected by the
  43. formatting, neither will the table.
  44.     A line feed (ASCII 10, produced using the RETURN
  45. key) will no be affected by the formatting. For this
  46. reason, text to be formatted must not contain
  47. linefeeds, except where they are wanted (such as the
  48. end of paragraphs). For this reason, it is
  49. recommended that the formatted file be given a
  50. different name to the original file. The original
  51. may them be re-edited at a later date, rather than
  52. having to remove each linefeed that the formatter
  53. placed at the end of each line.
  54.  
  55.     The original help file for this application is
  56. contained within the applicatiom direcory, under the
  57. name 'Original'.
  58.  
  59. Copyright
  60. =========
  61.     This application is copyright © 1995 Brian
  62. Widdas.
  63.     It may be copied and distibuted by any person or
  64. organisation, on condition that:
  65.       It is distributed in its original form,
  66. unmodified and complete,
  67.       No charge, other than nominal charges for
  68. media, copying, and so on, is made.
  69.  
  70.     If you have improved/modified the program,
  71. please send it to me at the address in the 'Misc'
  72. file.
  73.  
  74.