From: George H. <geo...@us...> - 2011-08-19 13:03:17
|
Update of /cvsroot/win32forth/win32forth/Help In directory vz-cvs-4.sog:/tmp/cvs-serv8047 Modified Files: HelpMain.f Log Message: minor corrections plus new db Index: HelpMain.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/HelpMain.f,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** HelpMain.f 2 Sep 2008 06:48:38 -0000 1.8 --- HelpMain.f 19 Aug 2011 13:03:15 -0000 1.9 *************** *** 11,25 **** \ ------------------------------ ASSUMPTIONS & NOTES ---------------------------------- ! \ - In searching parent class for a method, it is assumed that the parent class is ! \ unique, ie: classes cannot be redefined \ - In analyzing source files, it is assumed that no word can overlap on 2 lines ! \ - In getting word's comments, it is assumed that comments immediately follow the word \ - For TV-structure-text-files handling, it is assumed that in texts containing \ "|" no space can follow | ! \ Note: xt are not recorded as they may be different if libraries are subsequently ! \ loaded at different places in dictionary ! \ Note: in order to get coherent quickinfo, which itself come from source via the ! \ VIEW info, the help database should be built right after rebuilding the whole ! \ win32forth system \ ------------------------------------------------------------------------------------- --- 11,25 ---- \ ------------------------------ ASSUMPTIONS & NOTES ---------------------------------- ! \ - In searching the parent class for a method, it is assumed that the parent class is ! \ unique, ie: classes haven't been redefined. \ - In analyzing source files, it is assumed that no word can overlap on 2 lines ! \ - In getting a word's comments, it is assumed that the comments immediately follow the word. \ - For TV-structure-text-files handling, it is assumed that in texts containing \ "|" no space can follow | ! \ Note: xts are not recorded as they will be different if libraries are subsequently ! \ loaded at different places in dictionary. ! \ Note: in order to get coherent quickinfo, which itself comes from the source via the ! \ VIEW info, the help database should be rebuilt right after rebuilding the whole ! \ win32forth system. \ ------------------------------------------------------------------------------------- |