================================ Visual Studio - Vile Integration ================================ Copyright (C) 1998-2002 Clark Morgan VisVile is a Visual Studio add-in that permits Winvile to replace the default text editor in certain situations. Complete documentation of this add-in may be found in the file ../doc/visvile.doc . VisVile is based upon VisVim, written by Heiko Erhardt (Copyright (C) 1997 Heiko Erhardt). VisVim is based upon VisEmacs, written by Christopher Payne (Copyright (C) Christopher Payne 1997). VisVile is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. VisVile is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - Clark Morgan, Aug 1998 Change Log ========== 2/02 - makefiles converted to DevStudio V6.0 - visvile modified to pop winvile to foreground on Win2K/XP - fix clipped text in configuration dialog (at various geometries) - if the build log from an unsuccessful build is placed in winvile's error buffer (visvile config option), the editor's CWD is changed to match the build log's parent directory. Without this change, visvile's CWD defaults to \system32 on a Win2K host. 6/99 (visvile does not change) - winvile modified to permit editor to synchronize its current buffer (at its current line) with the DevStudio text editor. Very useful feature when setting breakpoints (via visvile's redirected key facility). v1.02, released 10/5/98 - implemented "Redirect selected keys to DevStudio" option. - added a macro file, visvile.dsm, that augments the new option. v1.01, released 9/07/98 - if visvile disabled, no other dialog options are editable - added more document type checking to avoid occasionally opening such things as dialog box resource scripts. - implemented "CWD set from opened document's path" option - implemented "Write all modified buffers to disk prior to build" option. This feature doesn't work as well as it could due to a DevStudio (v5) bug. Refer to ../doc/visvile.doc for further details. - implemented "Build log -> errbuf if build reports errs/warnings" option. v1.0, released 8/98