From: George H. <geo...@us...> - 2010-08-31 07:57:09
|
Update of /cvsroot/win32forth/win32forth/src In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv7883 Modified Files: Tag: V614XX w32fMsgList.f Log Message: Updated application IDs Index: w32fMsgList.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/w32fMsgList.f,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** w32fMsgList.f 25 Jun 2008 21:51:36 -0000 1.3 --- w32fMsgList.f 31 Aug 2010 07:57:00 -0000 1.3.2.1 *************** *** 23,27 **** \ ------------------------------------------------------------------------------ ! \ The win32forth applications pool IDs are organized by release. Theese comments \ are indeed remainders of all the IDs already used. \ Notice that there is no reason for two different releases to communicate. So --- 23,27 ---- \ ------------------------------------------------------------------------------ ! \ The win32forth applications pool IDs are organized by release. These comments \ are indeed remainders of all the IDs already used. \ Notice that there is no reason for two different releases to communicate. So *************** *** 49,55 **** 3333 value w32fWinEd ! 6130 value w32fForth ! 6131 value w32fIDE ! 6132 value w32fHelp w32fIDE value w32fEditor \ current editor, defaults to IDE, can be WINED --- 49,55 ---- 3333 value w32fWinEd ! 6140 value w32fForth ! 6141 value w32fIDE ! 6142 value w32fHelp w32fIDE value w32fEditor \ current editor, defaults to IDE, can be WINED *************** *** 69,78 **** \ ------------------------------------------------------------------------------ ! \ Theese message numbers must be defined in all applications of the win32forth \ pool of applications so that they can communicate. The comments give, for \ each message, if it is an incoming or outgoing message and its use. \ Althought a sender and a receiver are specified while messaging, it is better \ to define different messages numbers accross all applications communicating. ! \ Also, theese messages are likely to be used by every release. \ The basic parameters for a message are "addr" "siz" of a data area --- 69,78 ---- \ ------------------------------------------------------------------------------ ! \ These message numbers must be defined in all applications of the win32forth \ pool of applications so that they can communicate. The comments give, for \ each message, if it is an incoming or outgoing message and its use. \ Althought a sender and a receiver are specified while messaging, it is better \ to define different messages numbers accross all applications communicating. ! \ Also, these messages are likely to be used by every release. \ The basic parameters for a message are "addr" "siz" of a data area *************** *** 139,143 **** 123606 constant ED_OPEN_BROWSE \ " file for browse only 123607 constant ED_WATCH \ " file for display source for debugger ! \ in theese 3 msgs, addr siz contains: \ cell1 = line number ; maxpath+1 = filename 123608 constant ED_NAME \ send currently debugged name --- 139,143 ---- 123606 constant ED_OPEN_BROWSE \ " file for browse only 123607 constant ED_WATCH \ " file for display source for debugger ! \ in these 3 msgs, addr siz contains: \ cell1 = line number ; maxpath+1 = filename 123608 constant ED_NAME \ send currently debugged name |