home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Tools / pasteboard / PasteboardInspector.README < prev    next >
Encoding:
Text File  |  1994-03-24  |  1.9 KB  |  43 lines

  1. Pasteboard Inspector
  2.  
  3. copyright: NOT! Feel free to use any of the source to Pasteboard Inspector.
  4.  
  5. David Holscher
  6. Box #727
  7. Rose-Hulman Institute of Technology
  8. Terre Haute, IN 47803 
  9.  
  10. e-mail: holschdm@next-work.rose-hulman.edu
  11.  
  12.  
  13. The PastebordInspector is a NeXTstep application which allows you to
  14. examine the contents of the current pasteboards (see the NeXT
  15. Developer documentation and the for more information on the
  16. Pasteboard).  It also allows you to examine what the current selection
  17. would be on the pasteboard if used through services.  It does this by
  18. making itself a service.  You simply need to click on the Examine
  19. Pasteboard menu item under Services to do this.  The Pastebord
  20. Inspector automatically looks at the current pasteboard when it starts
  21. up (and it looks at the services pasteboard when started from
  22. services).  To examine the contents of any one of the four standard
  23. pasteboards at any time just select its name in the pasteboard
  24. browser.  You may edit some of the pasteboard types and put them back
  25. using the Put Back button.  I apologize that there isn't much help for
  26. Pasteboard Inspector, but it should be straight forward.
  27.  
  28. I originally wrote Pasteboard Inspector as somewhat of a hack to
  29. examine the contents of the pasteboard while working on a project that
  30. used the pasteboard extensively.  It grew up somewhat from there as
  31. some of my colleges asked for exapanded capabilities.  This is by far
  32. not what I would call a complete project, but it provides some example
  33. as to how to use the pasteboard - and can be of great help when
  34. working on applications that write to the pasteboard.  It will find
  35. non-standard types on the pasteboard, but not any non-standard
  36. pasteboards.
  37.  
  38. To compile Pasteboard Inspector simply execute the "make" command in a
  39. shell while in the Pasteboard Inspector directory.
  40.  
  41. If you have any questions, comments, wants, or gripes feel free to
  42. send them to me e-mail.
  43.