From: George H. <geo...@us...> - 2011-09-08 23:38:36
|
Update of /cvsroot/win32forth/win32forth/apps/Win32ForthIDE In directory vz-cvs-4.sog:/tmp/cvs-serv19906 Modified Files: Main.f Log Message: Now only updates on the first change Index: Main.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/Win32ForthIDE/Main.f,v retrieving revision 1.72 retrieving revision 1.73 diff -C2 -d -r1.72 -r1.73 *** Main.f 8 Sep 2011 23:12:19 -0000 1.72 --- Main.f 8 Sep 2011 23:38:34 -0000 1.73 *************** *** 1133,1137 **** UpdateSelectionMode? if SelectionMode SetSelectionMode: ChildWindow \ update ! SelectionMode SC_SEL_STREAM = if false to UpdateSelectionMode? then then SelectionMode virtualspace? --- 1133,1140 ---- UpdateSelectionMode? if SelectionMode SetSelectionMode: ChildWindow \ update ! \ SelectionMode SC_SEL_STREAM = if ! false to UpdateSelectionMode? ! \ then ! then SelectionMode virtualspace? |