From: Jos v.d.V. <jo...@us...> - 2010-06-02 20:53:19
|
Update of /cvsroot/win32forth/win32forth/apps/Win32ForthIDE In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv11762/apps/Win32ForthIDE Modified Files: ClassBrowser.f Log Message: Jos: Removed Winpause from AddItem. Thius is possible thanks to new console. I discouvered that is wimpause is not needed anymore to switch to an other task. Also removed a duplicate erase. tvins /tvins erase erases also tvitem in the updated treeview. Index: ClassBrowser.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/Win32ForthIDE/ClassBrowser.f,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** ClassBrowser.f 13 Jul 2008 12:50:49 -0000 1.8 --- ClassBrowser.f 2 Jun 2010 20:53:11 -0000 1.9 *************** *** 50,54 **** : AddItem ( xt sztext hAfter hParent nChildren fChildren -- ) \ add an entry to the treeview tvins /tvins erase - tvitem /tvitem erase >r ( nChildren) to cChildren --- 50,53 ---- *************** *** 62,66 **** tvitem->tvins tvins 0 TVM_INSERTITEMA hWnd Call SendMessage ! to hPrev winpause ; MAXSTRING 1+ bytes NameBuf$ --- 61,65 ---- tvitem->tvins tvins 0 TVM_INSERTITEMA hWnd Call SendMessage ! to hPrev ; MAXSTRING 1+ bytes NameBuf$ |