From: George H. <geo...@us...> - 2008-06-25 19:03:00
|
Update of /cvsroot/win32forth/win32forth/Help/hdb In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv517 Modified Files: HelpSrc.hdb HelpWrd.hdb HelpWrd.ndx HelpWrd.tv HelpWrd.txt Log Message: Rebuilt help database so defer@ finds correct version. Index: HelpSrc.hdb =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/hdb/HelpSrc.hdb,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsji06X9 and /tmp/cvsawCvxD differ Index: HelpWrd.txt =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/hdb/HelpWrd.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** HelpWrd.txt 16 Jun 2008 03:25:40 -0000 1.2 --- HelpWrd.txt 25 Jun 2008 19:02:27 -0000 1.3 *************** *** 1428,1445 **** : _OPT-CODE ( -<name>- ) \ redefine to resolve code length in bytes - : (CONSOLETITLE) { \ $buff -- } - : .MEM-FREE ( -- ) - CREATE CONFIG$ - DEFER CONSOLETITLE - : HELLO { \ doing-app? -- } - \ startup stuff - : LOADUSERCONFIG ( -- ) - \ load user configuration file [...1558 lines suppressed...] - \ compile it - the sender is supposed to have - \ filled the clipboard with code (addr=len=0) - \ Sender : IDE (debugger) Receiver : Forth - \ ------------------------------------------- - CONSTANT WM_RSTKBP \ show Return stack (addr=len=0) - CONSTANT WM_SETBP \ tell the forth console to set a breakpoint on a word - \ ie: tell it to start debugging the word - \ addr siz : word name result =0 failed -1 success - CONSTANT WM_SHOWDEFER \ send DEFER name and expect that receiver will - \ display its current contents - \ addr siz = word - \ Sender : all Receiver : Forth - \ -------------------------------- - CONSTANT WM_STEPBP \ single step (addr=len=0) - CONSTANT WM_UNESTBP \ unnest to definition above (addr=len=0) - CONSTANT WM_WORDHELP \ ask help to display quickinfo for a word - \ addr siz = word (return 0 if not in database) RECORD: &PS \ The PAINTSTRUCT for Begin- and EndPaint \ It will be valid only when handling the WM_PAINT message --- 14447,14450 ---- Index: HelpWrd.hdb =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/hdb/HelpWrd.hdb,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvst2b2xI and /tmp/cvseW06mf differ Index: HelpWrd.tv =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/hdb/HelpWrd.tv,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** HelpWrd.tv 16 Jun 2008 03:25:40 -0000 1.2 --- HelpWrd.tv 25 Jun 2008 19:02:27 -0000 1.3 *************** *** 1,8973 **** 0 tvn| Words| tvd| 0| ! 1 tvn| CLASSROOT| tvd| 5667| 2 tvn| -methods-| tvd| 0| ! -3 tvn| CLASSINIT:| tvd| 5668| ! -3 tvn| ~:| tvd| 5669| ! -3 tvn| ADDR:| tvd| 5670| ! -3 tvn| PRINT:| tvd| 5671| ! 2 tvn| OBJECT| tvd| 5672| 3 tvn| -methods-| tvd| 0| ! -4 tvn| GET:| tvd| 5673| [...29126 lines suppressed...] ! 2 tvn| NOTE| tvd| 4233| ! 2 tvn| NOTE| tvd| 4229| ! 2 tvn| NOWAY-POINTER| tvd| 3710| ! 2 tvn| NT?| tvd| 4052| ! 2 tvn| R>F| tvd| 3799| ! 2 tvn| REL>ABS| tvd| 5411| ! 2 tvn| SET-FONT| tvd| 3745| ! 2 tvn| SIZE-POINTER| tvd| 3707| ! 2 tvn| SP>COL| tvd| 4649| ! 2 tvn| SP>COL| tvd| 4225| ! 2 tvn| UPARROW-POINTER| tvd| 3708| ! 2 tvn| WAIT-POINTER| tvd| 3709| ! 2 tvn| WIN32S?| tvd| 4049| ! 2 tvn| WIN95?| tvd| 4051| ! 2 tvn| WIN98?| tvd| 4050| ! 2 tvn| WITH-IMG| tvd| 5077| ! 2 tvn| ZEXEC| tvd| 3523| ! 2 tvn| _PRINT-DIR-FILES| tvd| 5143| 1 tvn| Vocabularies| tvd| 0| 2 tvn| Application space| tvd| 0| Index: HelpWrd.ndx =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/hdb/HelpWrd.ndx,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvs2Vu11d and /tmp/cvsAfpmLl differ |