home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / clipvw12.zip / README.ClipView < prev   
Text File  |  1999-04-26  |  3KB  |  85 lines

  1. DISCLAIMER & OTHER ISSUES.
  2.  
  3. ClipView.exe, written by Dave Saville is Copyright 1996 by Dave Saville. 
  4. This program is freely distributable, and may be used by and distributed 
  5. along with any other software, provided that these files are not 
  6. internally modified, nor sold as a complete package by themselves.
  7.  
  8. This program is provided "as is" without any warranty of any kind 
  9. either expressed or implied. If it breaks you get to keep *all* the 
  10. pieces.
  11.  
  12. This program is 'postcardware'. If you like it please send me a 
  13. postcard of something interesting in your local area, address below. 
  14. If you don't it - tough.
  15.  
  16. WHAT DOES IT DO?
  17.  
  18. ClipView gives multiple text clipboards. It is based, visually, on 
  19. the Unix utility cutview. But it is not a port. ClipView traps the 
  20. write to clipboard messages and, if textual, copies them. Note that 
  21. starting a similar program such as the clipboard viewer itself will 
  22. disable ClipView, as only one program can trap the messages at a time. 
  23.  
  24. Each clip is presented in ClipView as a single line containing two 
  25. buttons and a one line list box. The first (select) button shows 
  26. by a '>' which is the current clipboard contents. This rotates round 
  27. the 'free' lines each time a clip action is made. To restore to the 
  28. clipboard a previously taken clip just click the select button. The 
  29. second (lock) button shows a 'L' if the clip is locked. A locked clip 
  30. can be selected like an unlocked one, but will never get overwritten. 
  31. The list box shows the clip. The clip may be edited in situ but the 
  32. change will not be reflected to a paste action unless you also select 
  33. the changed clip.
  34.  
  35. Locking the last free clip will generate a further free line up to a 
  36. maximum of eight. You can also add lines by using the right mouse 
  37. button pop up. The pop up allows clips to be added, deleted, printed, 
  38. edited and the whole lot saved to a file. You can also toggle the 
  39. clip capture function.
  40.  
  41. INSTALLATION
  42.  
  43. ZIP file created with INFO-ZIP.
  44.  
  45. UNZIP the program to a directory somewhere useful. Note that it needs 
  46. the EMX dlls etc..
  47.  
  48. ClipView needs to know where to save the clips. It will use the current 
  49. directory unless you give it another working directory in the settings 
  50. notebook. It also needs some temporary space for clip edits. For this 
  51. it assumes an environment variable TMP that points to a temporary 
  52. directory. Clip edits are saved as pid.clip#.tmp
  53.  
  54. HISTORY
  55. 1.2    April 1998    - Added double click LMB jumps to edit clip
  56.               Fixed some bugs in edit routine
  57. 1.1     August 1996    - Added Print & append to file
  58. 1.0    July 1996     - Initial release.
  59.  
  60. BUGS & FEATURES :-)
  61.  
  62. Editing in the list box does not result in an updated clip.
  63. I have not yet found out how to tell if a list box line has 
  64. been changed rather than selected.
  65.  
  66. The buttons should have bitmaps but I have not yet worked out how to do 
  67. it without doing the whole button thing myself.
  68.  
  69. Should have a 'float on top' option.
  70.  
  71. Could do with smaller fonts.
  72.  
  73. Printing to a non existing port can be fun! I do not know how to tell 
  74. if there is actually a device on the end of a port.
  75.  
  76. Enjoy.
  77.  
  78. Dave Saville
  79. 49 Mungo Park Way
  80. Orpington
  81. Kent
  82. UK
  83. BR5 4EE
  84.  
  85. dave@saville35.freeserve.co.uk