home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / vile-src.zip / vile-8.1 / visvile / readme.txt < prev    next >
Text File  |  1998-09-07  |  2KB  |  43 lines

  1. ================================
  2. Visual Studio - Vile Integration
  3. ================================
  4.  
  5. Copyright (C) 1998 Clark Morgan
  6.  
  7. VisVile is a Visual Studio add-in that permits Winvile to replace the
  8. default text editor in certain situations.  Complete documentation of this
  9. add-in may be found in the file ../doc/visvile.doc .
  10.  
  11. VisVile is based upon VisVim, written by Heiko Erhardt (Copyright (C) 1997
  12. Heiko Erhardt).  VisVim is based upon VisEmacs, written by Christopher
  13. Payne (Copyright (C) Christopher Payne 1997).
  14.  
  15. VisVile is free software; you can redistribute it and/or modify
  16. it under the terms of the GNU General Public License as published by
  17. the Free Software Foundation; either version 2, or (at your option)
  18. any later version.
  19.  
  20. VisVile is distributed in the hope that it will be useful,
  21. but WITHOUT ANY WARRANTY; without even the implied warranty of
  22. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  23. GNU General Public License for more details.
  24.  
  25. - Clark Morgan, Aug 1998
  26.  
  27. Change Log
  28. ==========
  29. v1.01, released 9/07/98
  30.  
  31. - if visvile disabled, no other dialog options are editable
  32. - added more document type checking to avoid occasionally opening such
  33.   things as dialog box resource scripts.
  34. - implemented "CWD set from opened document's path" option
  35. - implemented "Write all modified buffers to disk prior to build" option.
  36.   This feature doesn't work as well as it could due to a DevStudio (v5)
  37.   bug.  Refer to ../doc/visvile.doc for further details.
  38. - implemented "Build log -> errbuf if build reports errs/warnings"
  39.   option.
  40.  
  41. v1.0, released 8/98
  42.  
  43.