From: Ezra B. <ezr...@us...> - 2005-08-21 06:22:13
|
Update of /cvsroot/win32forth/win32forth/apps/ProMgr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20967/apps/ProMgr Modified Files: ProjectManager.f zipper.f Log Message: Updated ForthForm, docs and some associated files. - EAB Index: ProjectManager.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/ProMgr/ProjectManager.f,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ProjectManager.f 7 Aug 2005 09:34:57 -0000 1.7 --- ProjectManager.f 21 Aug 2005 06:22:00 -0000 1.8 *************** *** 102,106 **** needs zipper.f \ interface for Info-Zip's free Zip32.dll needs multiopen.f \ allow the selection of multiple files ! needs formutils.f \ shared definitions from ForthForm needs ScintillaHyperEdit.f needs HtmlDisplayWindow.f --- 102,106 ---- needs zipper.f \ interface for Info-Zip's free Zip32.dll needs multiopen.f \ allow the selection of multiple files ! needs exutils.f \ shared definitions from ForthForm needs ScintillaHyperEdit.f needs HtmlDisplayWindow.f *************** *** 1783,1794 **** then tcnt Set#FilesToBeZipped ! \ I'm yet to figure out how to zip without pathnames ! \ it seems there is a little gotcha in the DLL to be able to do this ! \ I'll figure it out someday ! with{ zipoptions }with ! \ 1 put> fJunkDir \ don't store path info? ! 1 put> fNoDirEntries \ ditto? ! 6 put> flevel \ default compression level ! end-with GetList: TheProject lcount cells bounds --- 1783,1787 ---- then tcnt Set#FilesToBeZipped ! 1 zipoptions put> fJunkDir \ don't store path info GetList: TheProject lcount cells bounds *************** *** 2007,2009 **** s" doc\promgr\prjProjectWindow.gif" needed-file ENDDOC - |