home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games 1995 January / amigagames-1995-01.iso / archive / userbox / publicdomain / term44-doc.lha / Documentation / XEM_Libs / snap.doc < prev    next >
Text File  |  1993-06-28  |  3KB  |  82 lines

  1.  
  2. It's done!  Now xemvt340.library sports "TurboHyperSupra Snap!"  No more
  3. boring xemvt340.library support.. now through the power of tremendous lack
  4. of sleep and potential divorce, I've managed to create a version of vt340
  5. that supports clipping to the clipboard.device.
  6.  
  7. *** Features:
  8.  
  9. 1> Different Units
  10.  
  11.    You may clip text to any one of the 256 different clipboard units
  12. through the 'Clipboard unit' option in the settings, or the 'ClipUnit '0''
  13. setting in the ENV:xemvt340 file.
  14.  
  15. 2> Linear Snapping
  16.  
  17.    You may choose to snap your text in a linear fashion, as demonstrated
  18. below:
  19.                ______________________________________________________
  20.  _____________|                                                      |
  21. |                                                                    |
  22. |                                           _________________________|
  23. |__________________________________________|
  24.  
  25. 3> Columnar Snapping
  26.  
  27.     You may choose to snap your text in a more columnar fashion, as
  28. demonstrated below:
  29.               __________________________________________
  30.              |                                          |
  31.              |                                          |
  32.              |                                          |
  33.              |__________________________________________|
  34.  
  35. 4> Word Snapping
  36.    
  37.     You may choose to snap your text by the word, which is similar to
  38. to the linear fashion in that if you go down a line, the text is not
  39. snapped according to the column, but according to chunks of words.
  40.  
  41. *** How does it work:
  42.  
  43. 1> Start an edge in the window:
  44.  
  45.  A>+ Put the mouse pointer on the first character you'd like to snap.
  46.    |
  47.    +- Press       `F8' if you want to snap in linear-mode
  48.    +- Press `ALT + F8' if you want to snap in columnar-mode
  49.  
  50.  B>+ Put the mouse pointer on the last character you'd like to snap.
  51.    |
  52.    +- Press       `F8' if you want to snap in linear-mode
  53.    +- Press `ALT + F8' if you want to snap in columnar-mode
  54.  
  55. Note: The edges are saved, so you can use it the next time you snap.
  56.       BUT: They can be switched each time you press F8.  Although
  57.       this isn't according to the styleguide, it is the easiest way
  58.       of clipping for me to program (and for you to use).  Just try it..
  59.       
  60.  
  61. 2> Copy text to clipboard:
  62.  
  63.  A>         Press `F9' to copy the marked text into the clipboard.
  64.  B> Press `Shift + F9' to copy the marked text into the clipboard _and_
  65.     into the input-stream. (XEROX mode :)
  66.  
  67. 3> Paste from clipboard:
  68.  
  69.  Press `F10' to feed the clipboard contents into the input-stream.
  70.  
  71. NOTE: To snap a single word:
  72.  
  73.  A> Put the mouse pointer on the word you want to snap.
  74.  B> Press `SHIFT + F8'.    (The word should be marked now)
  75.  C> Copy to clipboard.
  76.  D> Paste as often as you'd like.
  77.  
  78.  
  79.  
  80.  - Ueli Kaufmann  (ukaufman@pax.eunet.ch)
  81.    [ thanks to JVANRIPER@UNCA.EDU for his invaluable help. ]
  82.