Update of /cvsroot/win32forth/win32forth/apps/Win32ForthIDE
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv3712
Modified Files:
ClassBrowser.f
Log Message:
Jos: The added winpause speeds up the debug, view command and use of the IDE-apps without loozing much time with the building of the various trees.
Index: ClassBrowser.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/apps/Win32ForthIDE/ClassBrowser.f,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** ClassBrowser.f 12 May 2007 07:51:19 -0000 1.7
--- ClassBrowser.f 13 Jul 2008 12:50:49 -0000 1.8
***************
*** 62,66 ****
tvitem->tvins
tvins 0 TVM_INSERTITEMA hWnd Call SendMessage
! to hPrev ;
MAXSTRING 1+ bytes NameBuf$
--- 62,66 ----
tvitem->tvins
tvins 0 TVM_INSERTITEMA hWnd Call SendMessage
! to hPrev winpause ;
MAXSTRING 1+ bytes NameBuf$
|