From: Ezra B. <ezr...@us...> - 2009-05-21 03:17:02
|
Update of /cvsroot/win32forth/win32forth/apps/Win32ForthIDE In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv22207/apps/Win32ForthIDE Modified Files: ProjectWindow.f Log Message: Minor change. EAB Index: ProjectWindow.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/Win32ForthIDE/ProjectWindow.f,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ProjectWindow.f 10 May 2009 03:55:03 -0000 1.5 --- ProjectWindow.f 21 May 2009 03:16:55 -0000 1.6 *************** *** 680,683 **** --- 680,684 ---- false to in-enum? EndOf s" ;code" "of false to in-definition? EndOf + s" c;" "of false to in-definition? EndOf s" :class" "of _class add-class EndOf \ these next are for when navigating W32F source files |