home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK5 / DOS_50 / SV31E.ZIP / README.TXT next >
Text File  |  1993-10-20  |  5KB  |  116 lines

  1.  
  2. Thank you for your interest in Source View V3.1a.  This file
  3. is the latest addendum for the current release.
  4.  
  5. 1. What's new in Source View V3.1a?
  6.  
  7.    1a. Source View now uses XMS/EMS to  swap  out  all  open
  8.        files when you run your compiler, batch file or  exit
  9.        to  main  menu.  This  feature  eliminates   enormous
  10.        conventional  memory  overhead  for  child  programs.
  11.        Source View prefers XMS over EMS.
  12.        
  13.    1b. Dynamic marking and clipboard  functions  are  added.
  14.        The popular "Shift" key  combinations  for  clipboard
  15.        functions are also supported.
  16.  
  17.    1c. Undelete line [Ctrl U] function is added  to  restore
  18.        line(s) previously deleted.
  19.  
  20.    1d. Go to Next Window [Ctrl J N]  function  is  added  to
  21.        switch between different windows currently  displayed
  22.        on the screen.
  23.        
  24.    1e. Run [Ctrl Q U] function is added to access the  "Run"
  25.        function in the Compile Menu.
  26.  
  27.    1f. Delete Block [Ctrl K Y] function now asks for  user's
  28.        comfirmation.
  29.  
  30.    1g. Now you can choose not to open a  duplicate  file  or
  31.        to open it as a read-only file.
  32.        
  33.    1h. Now if Indent Mode is on, [Backspace] stops at indent
  34.        position according to all preceeding lines.
  35.  
  36. 2. Even though a lot of the  features  in  Source  View  are
  37.    designed for programmers, you  can  also  use  it  as  an
  38.    advance text  editor.  Another  good  way  of  using  the
  39.    editing power of Source  View  is  software  integration.
  40.    Many  programs  allow  users  to  designate   an   editor
  41.    replacement. For example:
  42.  
  43.    2a. The 1Word editor in XTGOLD can edit only one file  no
  44.        larger than 64K.  You can designate  Source  View  as
  45.        a replacement in the  configuration  (Alt-F10)  under
  46.        item "Editor program:".
  47.  
  48.    2b. The  PCEdit  in  ProComm  Plus  also  has  the   same
  49.        limitation and can be  replaced  by  Source  View  in
  50.        SETUP UTILITY (Alt-S) under item  FILE/PATH  Options.
  51.        The QLEdit in QuickLink II/Fax can be replaced  in  a
  52.        similar manner.
  53.  
  54.    2c. The default editor  in  FoxPro  can  be  replaced  by
  55.        adding the following line to CONFIG.FP:
  56.        
  57.      TEDIT = /0 SV.COM
  58.  
  59. 3. You might know the SysEdit program in Windows  3.1  which
  60.    automatically opens the four system  files  for  DOS  and
  61.    Windows.  Here is a tip on how you can do it in DOS  with
  62.    Source View:
  63.  
  64.    3a. Create a one-line batch file SYSED.BAT as follows:
  65.  
  66.      @SV C:\WINDOWS\SYSTEM.INI C:\WINDOWS\WIN.INI C:\AUTOEXEC.BAT C:\CONFIG.SYS
  67.  
  68.    3b. Place both  SYSED.BAT  and  SV.COM  in  one  of  your
  69.        directories included in your PATH.
  70.        
  71.    3c. At any DOS prompt, type SYSED <CR>.
  72.  
  73. 4. All Source View opened files  must  fit  in  conventional
  74.    memory.  Therefore, the total size of all open files  can
  75.    not exceed 640K.  The maximum number  of  open  files  is
  76.    only subject to memory availability.
  77.  
  78. 5. A number of bugs in V3.0i are fixed:
  79.  
  80.    5a. Screen color of last line changed after Setup/Save.
  81.    5b. Can not zoom out after closing the last but one file.
  82.    5c. Read-only file can be saved.
  83.    5d. Find/Replace case sensitive setup not available.
  84.    5e. Scroll Down [Ctrl Z] when the first line of screen is
  85.        being modified causes incorrect display of page.
  86.    5f. Find backward can only locate the first occurence.
  87.    5g. Macro reading exceeds 64 key strokes can not normally
  88.        terminate the macro assignment.
  89.    5h. If a file executed by Source  View  has  a  bad  disk
  90.        sector, choose "Abort"  from  DOS  terminates  Source
  91.        View itself.
  92.    5i. Run-time File Access Interface failed to handle  file
  93.        larger than 64k.
  94.    5j. Lockup after a duplicate key in Keymap Setup.
  95.    5k. Press [Ctrl P M] causes incorrect display of page.
  96.    5l. Can not execute a file with extension if it is not in
  97.        current directory.
  98.    5m. Run-time File Access Interface allows child  programs
  99.        to rename, create and delete  disk  files  that  have
  100.        been opened by the Source View Editor.
  101.    5n. Fails to recognize duplicate files with no extension.
  102.  
  103. 6. CompuServe Shareware Registration Information:
  104.  
  105.      Author:            Michael W. Chen  (Member of ASP)
  106.      CompuServe ID:     [72204,2725]
  107.  
  108.      Program Title:     SOURCE VIEW V3.0I
  109.      Registration ID:   884
  110.      Fee (USD):         30.00
  111.  
  112.    If you need technical  support,  you  can  write  to  the
  113.    address shown in the logo or to User-ID  [72204,2725]  in
  114.    CompuServe E-Mail.
  115.  
  116.