Update of /cvsroot/win32forth/win32forth/src/console
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv904
Modified Files:
ConsoleMenuNew.f
Log Message:
Rod: Keyboard Macros are now supported if KeySaveNew.f is loaded in ExtendNew.f
Index: ConsoleMenuNew.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/console/ConsoleMenuNew.f,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ConsoleMenuNew.f 18 Jul 2008 19:45:30 -0000 1.1
--- ConsoleMenuNew.f 6 Aug 2008 18:20:37 -0000 1.2
***************
*** 255,259 ****
MENULINE "D&fc - File comparison utility" ".Dfc"
MENULINE "Dump Top-Level-&Windows" ".Windows"
! ((
POPUP "&Macros"
MENUITEM "&New Key Recording File..." con-new-macro ;
--- 255,259 ----
MENULINE "D&fc - File comparison utility" ".Dfc"
MENULINE "Dump Top-Level-&Windows" ".Windows"
! [DEFINED] con-new-macro [IF]
POPUP "&Macros"
MENUITEM "&New Key Recording File..." con-new-macro ;
***************
*** 264,268 ****
MENUITEM "RePlay &Last Key File \tCtrl+Shft+M" replay-macro ;
MENUITEM "&Repeat Key File 'n' times..\tCtrl+Shft+R" conhndl repeat-amacro ;
! ))
POPUP "&Help"
MENUITEM "Win32Forth &Documentation\tF1" F1-doc ;
--- 264,268 ----
MENUITEM "RePlay &Last Key File \tCtrl+Shft+M" replay-macro ;
MENUITEM "&Repeat Key File 'n' times..\tCtrl+Shft+R" conhndl repeat-amacro ;
! [THEN]
POPUP "&Help"
MENUITEM "Win32Forth &Documentation\tF1" F1-doc ;
|