home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / GLYPH.ZIP / README.DOC < prev    next >
Encoding:
Text File  |  1988-05-31  |  1.9 KB  |  40 lines

  1.  
  2. Dear Basil
  3.  
  4.     Here is a quick and dirty prototype for a template utility. It was
  5. written in haste, so it is by no means comprehensive. Essentially, all
  6. you need to make it work are OBJECTS.TEM, OBJECTS.TLB and a .WW file of
  7. your own choosing.
  8.     It creates a report of all objects contained in the editor similar
  9. in format to the screen display in Show/Hide Object. Presently, there is
  10. some logic to handle paging and two types of reports (see TESTLONG.REP and
  11. TESTSHOR.REP for sample output) but be forewarned we're talking patch, hack
  12. and rig code here.
  13.     The impetus for this utility was template debugging, despite my best
  14. efforts to the contrary, I sometimes lose track of the object definitions
  15. in .WW files. One obvious enhancement would be to redirect the output to
  16. a file other than a .PRG. I would have used SET_OUPUT( <expC> ) but I figured
  17. that it may cause some confusion with the pre-generation OVERWRITE ? prompt.
  18. As it turns out, if you need this report, then you are probably not ready
  19. to generate the final draft of your code anyway.
  20.     As prototypes go, it's alright, but the ultimate implementation would
  21. be as a command line utility with plenty-o-switches and the ability to
  22. redirect the output with the DOS ">" operator.
  23.     Towards the end of OBJECTS.TLB there are a few generic functions that
  24. may be of some use to UI2 owners. (free game)
  25.     I'll send the .WW files and templates that I mentioned at some
  26. indeterminate time in the future but as far as utilarianism is concerned
  27. the OBJECTS library is more friendly.
  28.     Oh yes, please pull this note if you decide to put these files on the
  29. BBS. I would appreciate it. Also, there is a reference to a FREESP message
  30. in the optsummary function. The code has been commented out but you can
  31. uncomment if you want to recreate the scenario. Any questions give me a call.
  32.     Later............
  33.  
  34.  
  35.  
  36.                        Sincerely
  37.  
  38.                        Glyph
  39.                        11:03 am, Tuesday, May 31, 1988
  40.