home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 1 / Mecomp-CD.iso / amiga / tools / utillities / vinced / readme < prev    next >
Text File  |  1997-05-31  |  8KB  |  218 lines

  1.                         ViNCEd  Version 3.43
  2.                         ---------------------
  3.  
  4. This is the latest version of my full-screen window handler!
  5.  
  6. ******************************************************************
  7.  
  8. Please, before installation, look in the directory
  9. GUIDES in this archive and read the LICENCE!
  10.  
  11. ******************************************************************
  12.  
  13.  
  14. If you want to find out more about this fine program, read the guide, too.
  15.  
  16.  
  17. -------- history ----- this is not the complete history, read the guide!----
  18. Changes made since 3.42:
  19.  
  20.     Removed a bug in public screen support and another in the
  21.     font loader. Added path truncation and "Jump to Next Screen"
  22.     menu item.
  23.  
  24. Changes made since 3.41:
  25.  
  26.     Much smoother scrollers if enough CPU power available.
  27.     Tiny bugs fixed, partially left over from 3.40.
  28.  
  29. *****************************************************************************    
  30.  
  31. To update from 3.32 to 3.43:
  32.  
  33.     Re-install, since A LOT of stuff changed!
  34.  
  35.  
  36. To update from 3.4x to 3.43:
  37.  
  38.     - Copy and decode SetVNC.coded to C: with Extras/decode
  39.     - copy vnc.library to LIBS:
  40.     - copy the new guide to where you kept the old one
  41.     - copy the new include files
  42.     - copy the locale databases
  43.  
  44. -----------------------------------------------------------------------------
  45.  
  46. ANNOUNCEMENT:
  47.     If you selected the "Disable full screen Edit" setting on the
  48.     system page of SetVNC as setting for ViNCEd, you will have noticed
  49.     that the RETURN key does not operate like expected in the SHELL.
  50.  
  51.     THIS IS NOT A BUG! 
  52.  
  53.     This edit mode is for programs that wants to read masks from the
  54.     input, UNLIKE THE SHELL. DO NOT TURN IT ON FOR THE SHELL!
  55.  
  56.     If you like to glue the cursor to the edit position and don't want
  57.     it moving 'round the screen if marking blocks or scrolling, turn on
  58.     the XTerm Cursor Mode in the edit pages of SetVNC!
  59.  
  60.     If you prefer single TAB requesters, turn on both the "Requester if
  61.     expansion is not unique" and the "First TAB expands fully" flag
  62.     in the Shell pages of SetVNC.
  63.     
  64. -----------------------------------------------------------------------------
  65.  
  66. ANNOUNCEMENT:        Co-Authors wanted !
  67.  
  68. 1) Localization:
  69.  
  70. If you like to localize ViNCEd to your language, please send me some mail!
  71.  
  72. You need to provide:
  73.     - some knowledge about AmigaDOS and locales.
  74.     - some knowledge of your native language (-;
  75.  
  76.  
  77. 2) MUI Prefs editor:
  78.  
  79. I'd like somebody to write a MUI version of a prefs editor. This can't be a
  80. full replacement for SetVNC, but at least the global prefs should be edit-
  81. able with it. Some limitations of MUI (no intuition requesters) limit the
  82. possibilities of a MUI version of SetVNC, but this is O.K. for a prefs editor.
  83.  
  84. You need to provide:
  85.     - some knowledge about a programming language,
  86.         preferably assembler or C.
  87.     - knowledge about how to write GUIs with MUI.
  88.     - a registered version of MUI or at least the MUI include files
  89.  
  90. You'll receive a documentation on how ViNCEd saves its preferences and on
  91. how to call the library functions to install the prefs, see also the include
  92. files!
  93.  
  94.  
  95. I'm sorry, but I can't offer any money for these jobs cause ViNCEd is
  96. freeware. It is expected that you provide your work as freeware, too. I
  97. won't claim any copyright on these programs or databases, but I need your
  98. O.K. to include them in the ViNCEd archive. Contact me at the address below
  99. if you think you like to do the job(s).
  100.  
  101.         Thanx, Thomas
  102.  
  103. ****************************************************************************
  104.  
  105. Another note: 
  106.  
  107.     VirusWorkShop seems to have trouble with overlays!
  108.  
  109.     THIS IS NOT A VIRUS! 
  110.  
  111.     VirusWorkShop will be updated soon, as soon as Markus has
  112.     enough time and did his diploma! Good luck, Markus!
  113.  
  114.     Thanks Urban, for reporting!
  115.  
  116. ----------------------------------------------------------------------------
  117.  
  118.     Some virus checkers might complain about the set PktWait() pointer
  119.     of the VNCFiler.supervisor. Again:
  120.  
  121.     THIS IS NOT A VIRUS!
  122.  
  123.     Anti-Beol has been updated to handle this case, please update your
  124.     copy as well!
  125.  
  126. ****************************************************************************
  127.  
  128.  
  129. The Extras-Drawer contains some additional programs, which are independent
  130. of ViNCEd.
  131.  
  132. _____________________________________________________________________________
  133.  
  134. PatchAlloc:     Removes a bug in the AllocMem procedure of the OS.
  135. Allocating memory with the REVERSE flag may cause a hang if no memory is
  136. available. This bug has been removed in the version 3.0 of the OS and is
  137. now part of the SetPatch program. But if you have older versions of the OS,
  138. copy this file to your C: drawer and insert the command
  139.  
  140. PatchAlloc
  141.  
  142. in your startup-sequence near to the SetPatch-call.
  143.  
  144. ____________________________________________________________________________
  145.  
  146.  
  147. PatchRAM:       Removes some bugs in the RAM disk. First, the RAM disk shows
  148. after installation of this patch the real size of memory it needs - it is
  149. no longer always 100% full - and second it allocates big memory chunks in
  150. reverse order, to avoid unneccessary defragmentation of the memory. You
  151. should copy PatchRAM to your C: drawer and insert it in your
  152. startup-sequence, somewhere below the place where the RAM disk gets accessed
  153. first. A good place is below the line
  154.  
  155. makedir RAM:t
  156. PatchRAM                ;<- insert patch here.
  157.  
  158.  
  159. If you use PatchRAM together with an older release of the OS, install
  160. PatchAlloc first, as described above.
  161.  
  162.  
  163. This program is available from AmiNet, independent of the ViNCEd package.
  164. It's also from THOR.
  165.  
  166. _____________________________________________________________________________
  167.  
  168. FastFonts:      Speeds up text output of topaz.8 and topaz.9, even under
  169. the (faster, but still not fast) Os 2.04 and above. This program should
  170. be inserted in the startup-sequence as well, if you usually work with the
  171. topaz fonts. I know that these fonts are more or less obsolete now....
  172.  
  173. _____________________________________________________________________________
  174.  
  175. StringSnip:     Improves string gadget editor features in a way compare-
  176. able with ViNCEd. The installer script will do the installation for you.
  177. Here are the additional keys:
  178.  
  179. Alt+Cursor      :       Jump to the beginning/end of the next/prev word.
  180. Ctrl+Cursor     :       Jump to the start/end of the input.
  181. Alt+Del         :       Erase complete input (like Amiga-X before)
  182. Shift+Del       :       ditto.
  183. Shift+Alt+BS    :       Erase text in front of cursor to start of line.
  184. Shift+Alt+Del   :       Erase text behind cursor to end of line.
  185. Amiga-X         :       Cut text from gadget into clipboard.
  186. Amiga-C         :       Copy the text from the gadget into the clipboard.
  187. Amiga-V         :       Paste the text in the clipboard into the gadget.
  188.  
  189. Commodore-key   :       Turn of the extensions.
  190.  
  191.  
  192. A similar edit hook can be found in MultiCX, however it does not handle
  193. things compareable to ViNCEd, and for another reason (see below) I recommend
  194. you NOT to use MultiCX.
  195.  
  196. _____________________________________________________________________________
  197.  
  198. TrueMultiAssigns:    Starting with AmigaDOS 2, an assign might include
  199. several directories. However, these so called "MultiAssigns" are not
  200. handled very consistent by AmigaDOS. This patch fixes the pattern matching
  201. routines of AmigaDOS to operate propably with multi directory assigns.
  202. Quite a lot of solutions to the multi assign problem can be found on AmiNet,
  203. but all I had a look on are broken in one or another way (like the 1.02
  204. TrueMultiAssigns by Marcus Wild, or the patch that comes with MultiCX) and
  205. don't operate properly with ViNCEd. As usual, the THOR solution is best!
  206.  
  207. As with StringSnip, TrueMultiAssigns will be added to your startup sequence
  208. by the installer script on request.
  209.  
  210. _____________________________________________________________________________
  211.  
  212. Decode:            Used to decode the "SetVNC" file in this archive with
  213. a pretty dump algorithm. Shouldn't be used for anything else...
  214.  
  215.  
  216.         Thomas,         May 1997
  217.  
  218.