* This file defines the pop-down menus used by all of the * configurations note that some menu items assume that keys are * defined in a specific way if you modify you key definitions you may * also have to modify this file. menu clear menu 1 0 0 ' Project ' menu 1 1 0 ' Next File ' f8 menu 1 2 0 ' Prev File ' s-f8 menu 1 3 0 ' Open ' menu 1 3 1 ' .directory ' zz-70 menu 1 3 2 ' DF0: ' zz-69 menu 1 3 3 ' DF1: ' zz-68 menu 1 4 0 ' Save ' f2 menu 1 5 0 ' Save & Exit ' f3 menu 1 6 0 ' Quit ' f4 menu 2 0 0 ' Edit ' menu 2 1 0 ' Unmark ' a-u menu 2 2 0 ' Mark ' menu 2 2 1 ' Block ' a-b menu 2 2 2 ' Char ' a-c menu 2 2 3 ' Line ' a-l menu 2 2 4 ' Word ' a-w menu 2 2 5 ' Sentence ' a-decimal menu 2 3 0 ' Word ' menu 2 3 1 ' Mark ' a-w menu 2 3 2 ' Lowercase ' a-i menu 2 3 3 ' Uppercase ' a-k menu 2 3 4 ' Capitalize ' a-v menu 2 3 5 ' Delete ' s-delete menu 2 4 0 ' Line ' menu 2 4 1 ' Insert ' f10 menu 2 4 2 ' Delete ' a-delete menu 2 4 3 ' Lowercase ' sa-i menu 2 4 4 ' Uppercase ' sa-k menu 2 4 5 ' Erase ' f5 menu 2 4 6 ' Erase End' f6 menu 2 4 7 ' Delete ' a-delete menu 2 5 0 ' Text Mark ' menu 2 5 1 ' Copy ' a-z menu 2 5 2 ' Move ' a-m menu 2 5 3 ' Delete ' a-d menu 2 5 4 ' Overlay ' a-o menu 2 5 5 ' Transfer ' a-t menu 2 5 6 ' Number ' s-f5 menu 2 5 7 ' Pattern ' a-f5 menu 2 5 8 ' Fill ' a-f menu 3 0 0 ' Where ' menu 3 1 0 ' Cursor to ' menu 3 1 1 ' Next Word ' s-right menu 3 1 2 ' Prev Word ' s-left menu 3 1 3 ' Begin Line ' a-left menu 3 1 4 ' End Line ' a-right menu 3 1 5 ' Next Page ' s-down menu 3 1 6 ' Prev Page ' s-up menu 3 1 7 ' Top File ' a-up menu 3 1 8 ' Bottom File ' a-down menu 3 2 0 ' Search ' zz-67 menu 3 3 0 ' Replace ' zz-66 menu 3 4 0 ' Match Frwd ' menu 3 4 1 ' ( ) ' a-x menu 3 4 2 ' { } ' a-p menu 3 4 3 ' /* */ ' a-q menu 3 5 0 ' Match Bkwd ' menu 3 5 1 ' ( ) ' sa-x menu 3 5 2 ' { } ' sa-p menu 3 5 3 ' /* */ ' sa-q menu 4 0 0 ' Margins ' menu 4 1 0 ' Display ' zz-65 menu 4 2 0 ' Disable ' zz-64 menu 4 3 0 ' From Line ' minus menu 4 4 0 ' Toggle Wrap ' sa-w menu 5 0 0 ' Formatting ' menu 5 1 0 ' Center ' sa-c menu 5 2 0 ' Justify ' menu 5 2 1 ' Left ' sa-l menu 5 2 2 ' Right ' sa-r menu 5 2 3 ' Both ' sa-j menu 5 3 0 ' Re-Paragraph ' menu 5 3 1 ' Left ' a-p menu 5 3 2 ' Left-Right ' sa-p menu 6 0 0 ' Misc. ' menu 6 1 0 ' Repeat Key ' a-f1 menu 6 2 0 ' Display Key ' s-f10 menu 6 3 0 ' Execute Line ' a-f3 menu 6 4 0 ' Shift Text ' menu 6 4 1 ' Left ' a-f7 menu 6 4 2 ' Right ' a-f8 menu 6 5 0 ' Sort Text ' menu 6 5 1 ' Up ' zz-53 menu 6 5 2 ' Down ' zz-52 menu 6 6 0 ' Messages ' menu 6 6 1 ' Display ' zz-58 menu 6 6 2 ' Bind Mesg ' zz-57 menu 6 6 3 ' Next ' zz-56 menu 6 6 4 ' Prev ' zz-55 menu 6 6 5 ' Clear ' zz-54 menu 6 7 0 ' Configurat\'n ' menu 6 7 1 ' Assembly ' zz-63 menu 6 7 2 ' C Prog. ' zz-62 menu 6 7 3 ' General ' zz-61 menu 6 7 4 ' Document ' zz-60 menu 6 7 5 ' WS Emul. ' zz-59 menu 6 7 6 ' Manual ' zz-51 menu 6 8 0 ' Help ' help menu 7 0 0 ' Demos ' menu 7 1 0 ' Block Mark ' zz-20 menu 7 2 0 ' Character Mark ' zz-21 menu 7 3 0 ' Line Mark ' zz-22 menu 7 4 0 ' Continuous ' zz-23 def zz-20=[execute]'macro PTEDir:Demos/BlockMark' def zz-21=[execute]'macro PTEDir:Demos/CharMark' def zz-22=[execute]'macro PTEDir:Demos/LineMark' def zz-23=[do][execute]'macro PTEDir:Demos/BlockMark'[execute]'macro PTEDir:Demos/CharMark'[execute]'macro PTEDir:Demos/LineMark'[loop] def zz-70=[if file exists 2]'.directory'[execute]'edit .directory'[else][error]'Not available, use DF0: or DF1:'[end if] def zz-69=[if file exists 2]'.directory'[execute]'edit .directory'[execute]'quit conf'[end if][execute]'dir df0:' def zz-68=[if file exists 2]'.directory'[execute]'edit .directory'[execute]'quit conf'[end if][execute]'dir df1:' def zz-67=[command cursor][delete line]'locate '[separator][separator][left][insert mode][error 3]'Format: ·search string«' def zz-66=[command cursor][delete line]'change '[separator][separator][separator][left 2][insert mode][error 3]'Format: ·search string»replacement string«' def zz-65=[execute]'? margins'[error 3]'Change margins and hit RETURN. Hit F5 to cancel'[command cursor] def zz-64=[execute]'set margins 1 254'[error]'Margins disabled' def zz-63=[execute]'macro PTEDefs:AsmSrc.Def' def zz-62=[execute]'macro PTEDefs:CSrc.Def' def zz-61=[execute]'macro PTEDefs:PTE.Def' def zz-60=[execute]'macro PTEDefs:Doc.Def' def zz-59=[execute]'macro PTEDefs:WS.Def' def zz-58=[macro] def zz-57=[command cursor][if blank line][error]'First type message on the COMMAND LINE'[else][begin line][if][change]'\\''\\\\''*'[end if][begin line][if][change]'\'''\\\'''*'[end if][error] def zz-57+[begin line][store cursor][insert mode]'set macro +0 = [error]\''[end line]'\'[execute]\'goto +0 '[environment 250]'\''[execute][recall cursor mode][data cursor][end if] def zz-56=[if not][next macro][error 2]'No more messages'[else][macro][end if] def zz-55=[if not][prev macro][error 2]'No more messages'[else][macro][end if] def zz-54=[clear macro] def zz-53=[sort up] def zz-52=[sort down] def zz-51=[execute]'macro PTEDefs:Manual.Def' menu on