Update of /cvsroot/win32forth/win32forth/src/console
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19644/src/console
Modified Files:
ConsoleMenu.f
Log Message:
Added DexH to the Tool's menu of the console window.
Index: ConsoleMenu.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/console/ConsoleMenu.f,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ConsoleMenu.f 29 Aug 2005 15:56:28 -0000 1.4
--- ConsoleMenu.f 20 Dec 2005 18:02:03 -0000 1.5
***************
*** 143,149 ****
\ INTERNAL \ internal definitions start here
! \
\ |Class MENUCONSOLE <Super MENUITEM \ Only for use with the console window
! \
\ :M DoMenu: ( IDM -- )
\ mid =
--- 143,149 ----
\ INTERNAL \ internal definitions start here
! \
\ |Class MENUCONSOLE <Super MENUITEM \ Only for use with the console window
! \
\ :M DoMenu: ( IDM -- )
\ mid =
***************
*** 152,156 ****
\ [DEFINED] ledit-y [IF] getxy to ledit-y to ledit-x \ move lineeditor down
\ [THEN] then ;M
! \
\ ;Class
--- 152,156 ----
\ [DEFINED] ledit-y [IF] getxy to ledit-y to ledit-x \ move lineeditor down
\ [THEN] then ;M
! \
\ ;Class
***************
*** 245,248 ****
--- 245,249 ----
MENULINE "&Help System" "help-system"
MENULINE "Cross &reference lister" "xref"
+ MENULINE "&Dex - Document Extractor" "dexh"
POPUP "&Macros"
|