From: Dirk B. <db...@us...> - 2005-05-01 06:29:47
|
Update of /cvsroot/win32forth/win32forth/apps/WinEd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29906/apps/WinEd Modified Files: Ed_Version.F WinEd.f Log Message: Readded my latest WinEd changes, since thy were lost after uploading of Andrews latest version. Index: WinEd.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/WinEd/WinEd.f,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** WinEd.f 30 Apr 2005 20:52:42 -0000 1.5 --- WinEd.f 1 May 2005 06:29:38 -0000 1.6 *************** *** 17,20 **** --- 17,22 ---- + \ 1 value (WinEdDbg) + s" apps\WinEd" "fpath+ s" apps\WinEd\res" "fpath+ *************** *** 97,101 **** ! : Win-Ed ( -- ) Edit-init load-defaults --- 99,103 ---- ! : WinEd ( -- ) Edit-init load-defaults *************** *** 147,159 **** init-defaults ! forth-msg-chain off \ disable Win-Ed's ability to recognize windows ! \ messages through the console. ! \ We don't want the editor trying to insert a breakpoint ! \ into itself. ! .free \ how much memory did we really use? ! -1 ed-forth-count +! \ remove myself from Forth count ! ' Win-Ed turnkey WinEd \ save WinEd.exe ! 1 pause-seconds ! |