home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff246.lzh / Ty / README < prev    next >
Text File  |  1989-09-14  |  3KB  |  57 lines

  1. This is a working version of yet another text display program, developed
  2. for the usual reasons - dissatifaction with all the other available text
  3. display programs available.  It is an evolution of the Amiga LESS 1.0
  4. program released on one of the early "Fish" disks.
  5.  
  6. The requirements of a text display program from our point of view are :
  7. 1) Source in public domain
  8. 2) Equal support keyboard and mouse control of all functions
  9. 3) Reasonably small, and friendly to multitasking
  10. 4) Use available features properly
  11.    (ie sizing & close gadget, arrow & help keys used sensibly)
  12. 5) Provide at least the following features
  13.    Foward/Backward scrolling by line & page (from mouse & keyboard)
  14.    Jump to position in file, eg top, bottom, line num., %, marked spot
  15.    Foward/Backward search
  16.    Either wrap words at the right margin OR allow sideways scrolling
  17.    Read multiple files, using CLI wildcards, and WB extended selection
  18. 6) Display ANSI escape sequences reasonably
  19. 7) Display files of arbitary length (ie bigger than available memory)
  20. 8) Acknowledge ^L's (\0x0c) as page breaks 
  21. 9) No endless loops or other 'hangs' if trying to display a 'binary' file.
  22. 10)No GURUing or upsetting GOMF by stomping on low memory addresses!
  23.  
  24. Many additional features would be nice, eg
  25.    Iconizable window
  26.    Residentable
  27.    Display/Sound etc IFF picture/sound files
  28.    Display other binary files as a HEX dump
  29.  
  30. Well this program doesn't meet all the above (YET!), it does support most
  31. of LESS's features (but not piping), and doesn't have any of LESS's major
  32. deficiencies (no intuition support, strange keyboard control).  But it does
  33. support almost all of items 1 to 10 above.
  34. Try it and tell us what's wrong, development is on going, hopefully oneday
  35. we'll have something that satifies most of our requirements.
  36. There's little documentation included, check out the help (from the help key
  37. of course!), and look at the ty.gadgets.pic if you're not sure about things,
  38. but of course it's more fun to try out the gadgets and find out what happens!
  39. See also the Projects & ProjectsDir from our C programmers section of our
  40. Newsdisk (NZAmigaUG #24).
  41. To my knowledge it doesn't have any serious bugs, but may have a lot of
  42. deficiencies.  Would you kind folks act as Beta testers and tell us what
  43. you find.
  44.  
  45. Contact ajwills on BIX, or write or ring :
  46. John Bickers                      Tony Wills
  47. 214 Rata Street                   156c Queens Drive
  48. Naenae                            Lyall Bay
  49. Lower Hutt                        Wellington 3
  50. NEW ZEALAND                       NEW ZEALAND
  51. phone (NewZealand)4-672-085       phone (New Zealand)4-877-258
  52.  
  53.  
  54. NB the compiled version of ty included in this ZOO is a slight update of
  55. that represented by the source files, it now supports ^L page breaks.
  56.  
  57.