menu.str

来自「开放源码的编译器open watcom 1.6.0版的源代码」· STR 代码 · 共 992 行 · 第 1/2 页

STR
992
字号
	"&Source",
	"j&Source",
	"Show the source code associated with the selected line",
	"jShow the source code associated with the selected line" )
MENU_STR( XTyped_Symbols,
	"&Typed Symbols",
	"j&Typed Symbols",
	  "Only show symbols with type information",
	  "jOnly show symbols with type information" )
MENU_STR( XFunctions,
	"&Functions",
	"j&Functions",
	"Show all functions in the selected module",
	"jShow all functions in the selected module" )
MENU_STR( XModify_,
	"&Modify...",
	"j&Modify...",
	"Modify the selected item",
	"jModify the selected item" )
MENU_STR( XNew_,
	"&New...",
	"j&New...",
	"Add a new item to this window",
	"jAdd a new item to this window" )
MENU_STR( XDelete,
	"&Delete",
	"j&Delete",
	"Delete the selected item from this window",
	"jDelete the selected item from this window" )

// - accelerator popup
MENU_STR( XTDKeys,
	"&TD keys",
	"j&TD keys",
	  "Use Turbo style accelerators",
	  "jUse Turbo style accelerators" )
MENU_STR( XWDKeys,
	"&WD keys",
	"j&WD keys",
	  "Use Default accelerators",
	  "jUse Default accelerators" )

// - modules popup
MENU_STR( XBreak_All,
	"&Break All",
	"j&Break All",
	  "Set a break point at every function in this module",
	  "jSet a break point at every function in this module" )
MENU_STR( ModulesXClear_All,
	"&Clear All",
	"j&Clear All",
	"Delete all break points in this module",
	"jDelete all break points in this module" )
MENU_STR( Show_AXll,
	"Show A&ll",
	"jShow A&ll",
	"Show all source modules regardless of debugging information",
	"jShow all source modules regardless of debugging information" )

// - images popup
MENU_STR( XNew_Symbols,
	"&New Symbols",
	"j&New Symbols",
	  "Add symbolic debugging information for the selected image",
	  "jAdd symbolic debugging information for the selected image" )
MENU_STR( XDelete_Symbols,
	"&Delete Symbols",
	"j&Delete Symbols",
	  "Delete the symbolic debugging information for the selected image",
	  "jDelete the symbolic debugging information for the selected image" )
MENU_STR( ImgXModules,
	"&Modules",
	"j&Modules",
	"Show all modules in the selected image",
	"jShow all modules in the selected image" )
MENU_STR( ImgXFunctions,
	"&Functions",
	"j&Functions",
	"Show all functions in the selected image",
	"jShow all functions in the selected image" )
MENU_STR( ImgXGlobals,
	"&Globals",
	"j&Globals",
	"Show all global variables in the selected image",
	"jShow all global variables in the selected image" )


// - threads popup
MENU_STR( XSwitch_to,
	"&Switch to",
	"j&Switch to",
	"Set the debugger to the selected thread context",
	"jSet the debugger to the selected thread context" )
MENU_STR( XFreeze,
	"&Freeze",
	"j&Freeze",
	"Do not allow the selected thread to execute",
	"jDo not allow the selected thread to execute" )
MENU_STR( XThaw,
	"&Thaw",
	"j&Thaw",
	"Allow the selected thread to execute",
	"jAllow the selected thread to execute" )

// - toolbar menu items

MENU_STR( XInto,
	"&Into",
	"j&Into",
	"Execute one line, stepping into calls",
	"jExecute one line, stepping into calls" )
MENU_STR( XOver,
	"&Over",
	"j&Over",
	"Execute one line, stepping over calls",
	"jExecute one line, stepping over calls" )
MENU_STR( XReturn,
	"&Return",
	"j&Return",
	"Execute until the current function returns",
	"jExecute until the current function returns" )

// - the watches & locals & variables popup
MENU_STR( XEdit_,
	"&Edit...",
	"j&Edit...",
	"Edit the selected expression. Type casts are allowed",
	"jEdit the selected expression. Type casts are allowed" )
MENU_STR( XRoot,
	"&Root",
	"j&Root",
	"Move the selected item to the root of this structure/array",
	"jMove the selected item to the root of this structure/array" )

// - variable/type popup
MENU_STR( XHex,
	"&Hex",
	"j&Hex",
	"",
	"" )
MENU_STR( DeXcimal,
	"De&cimal",
	"jDe&cimal",
	"",
	"" )
MENU_STR( CharacteXr,
	"Characte&r",
	"jCharacte&r",
	"Display the selected variable as a character",
	"jDisplay the selected variable as a character" )
MENU_STR( XString,
	"&String",
	"j&String",
	"Display the selected variable as a character string",
	"jDisplay the selected variable as a character string" )
MENU_STR( XPointer,
	"&Pointer",
	"j&Pointer",
	"Display the selected variable as a pointer",
	"jDisplay the selected variable as a pointer" )
MENU_STR( XArray,
	"&Array...",
	"j&Array...",
	"Expand variable as an array with given dimensions",
	"jExpand variable as an array with given dimensions" )

// - variable/show popup
MENU_STR( XRaw_Memory,
	"&Raw Memory",
	"j&Raw Memory",
	"Display the memory associated with this variable",
	"jDisplay the memory associated with this variable" )
MENU_STR( XPointer_Memory,
	"&Pointer Memory",
	"j&Pointer Memory",
	"Display the memory associated with this pointer value",
	"jDisplay the memory associated with this pointer value" )
MENU_STR( Pointer_XCode,
	"Pointer &Code",
	"jPointer &Code",
	"Display the source or assembly associated with this pointer",
	"jDisplay the source or assembly associated with this pointer" )
MENU_STR( XOn_Top_Line,
	"&Field On Top",
	"j&Field On Top",
	"Display the value of this field on the top line of the structure display",
	"Display the value of this field on the top line of the structure display" )
MENU_STR( XHide,
	"&Hide",
	"j&Hide",
	"Hide the selected field",
	"jHide the selected field" )
MENU_STR( XUnhide,
	"&Unhide",
	"j&Unhide",
	"Un-hide field of the selected struct",
	"jUn-hide field of the selected struct" )
MENU_STR( VarShowXType,
	"&Type",
	"j&Type",
	"Show the type of the selected item",
	"jShow the type of the selected item" )

// - variable/options popup
MENU_STR( XWhole_Expression,
	"&Whole Expression",
	"j&Whole Expression",
	"Show the entire expression on each line",
	"jShow the entire expression on each line" )
MENU_STR( VarXFunctions,
	"Show &Functions",
	"jShow &Functions",
	"Show member functions in the selected class",
	"jShow member functions in the selected class" )
MENU_STR( XInherited,
	"Show &Inherited",
	"jShow &Inherited",
	"Show inherited members in the selected class",
	"jShow inherited members in the selected class" )
MENU_STR( XCompiler,
	"Show &Generated",
	"jShow &Generated",
	  "Show compiler generated members in the selected class",
	  "jShow compiler generated members in the selected class" )
MENU_STR( XMembers,
	"&Expand 'this'",
	"j&Expand 'this'",
	"Automatically expand the 'this' pointer",
	"jAutomatically expand the 'this' pointer" )
MENU_STR( XPrivate,
	"Show &Private",
	"jShow &Private",
	  "Show private members in this class",
	  "jShow private members in this class" )
MENU_STR( PXrotected,
	"Show P&rotected",
	"jShow P&rotected",
	  "Show protected members in this class",
	  "jShow protected members in this class" )
MENU_STR( XStatic,
	"Show &Static",
	"jShow &Static",
	  "Show static members in this class",
	  "jShow static members in this class" )

// - the file popup
MENU_STR( XEnter_Function,
	"&Enter Function",
	"j&Enter Function",
	"Execute until the selected function is entered",
	"jExecute until the selected function is entered" )
MENU_STR( Run_to_XCursor,
	"Run to &Cursor",
	"jRun to &Cursor",
	"Execute until the cursor position is reached",
	"jExecute until the cursor position is reached" )

// - the file/show popup
MENU_STR( FileXModule_,
	"&Module...",
	"j&Module...",
	"Show a given module",
	"jShow a given module" )
MENU_STR( XLine_,
	"&Line...",
	"j&Line...",
	"Position the window at a given line number",
	"jPosition the window at a given line number" )

// - the memory & stack popup
MENU_STR( XNear_Follow,
	"&Near Follow",
	"j&Near Follow",
	  "Follow the near pointer under the cursor",
	  "jFollow the near pointer under the cursor" )
MENU_STR( XFar_Follow,
	"&Far Follow",
	"j&Far Follow",
	  "Follow the far pointer under the cursor",
	  "jFollow the far pointer under the cursor" )
MENU_STR( XSegment_Follow,
	"&Segment Follow",
	"j&Segment Follow",
	  "Follow the segment under the cursor",
	  "jFollow the segment under the cursor" )
MENU_STR( XCursor_Follow,
	"&Cursor Follow",
	"j&Cursor Follow",
	  "Make the cursor position the new starting address",
	  "jMake the cursor position the new starting address" )
MENU_STR( XRepeat,
	"&Repeat",
	"j&Repeat",
	  "Repeat the previous follow using the same offset",
	  "jRepeat the previous follow using the same offset" )
MENU_STR( MemoryXPrevious,
	"&Previous",
	"j&Previous",
	"Backout to the previous position in the follow chain",
	"jBackout to the previous position in the follow chain" )
MENU_STR( MemoryXHome,
	"&Home",
	"j&Home",
	"Return to the home memory location",
	"jReturn to the home memory location" )
MENU_STR( XLeft,
	"&Left",
	"j&Left",
	"Move the start of the window left by one unit",
	"jMove the start of the window left by one unit" )
MENU_STR( RXight,
	"R&ight",
	"jR&ight",
	"Move the start of the window right by one unit",
	"jMove the start of the window right by one unit" )

// - the memory/type popup and the IO/type popup
MENU_STR( XByte,
	"&Byte",
	"j&Byte",
	"",
	"" )
MENU_STR( XWord,
	"&Word",
	"j&Word",
	"",
	"" )
MENU_STR( XDWord,
	"&DWord",
	"j&DWord",
	"",
	"" )
MENU_STR( XChar,
	"&Char",
	"j&Char",
	"",
	"" )
MENU_STR( XShort,
	"&Short",
	"j&Short",
	"",
	"" )
MENU_STR( XLong,
	"&Long",
	"j&Long",
	"",
	"" )
MENU_STR( Unsigned_ChaXr,
	"Unsigned Cha&r",
	"jUnsigned Cha&r",
	"",
	"" )
MENU_STR( Unsigned_ShorXt,
	"Unsigned Shor&t",
	"jUnsigned Shor&t",
	"",
	"" )
MENU_STR( Unsigned_LonXg,
	"Unsigned Lon&g",
	"jUnsigned Lon&g",
	"",
	"" )
MENU_STR( _16_1X6_Pointer,
	"16:1&6 Pointer",
	"j16:1&6 Pointer",
	"",
	"" )
MENU_STR( _16_X32_Pointer,
	"16:&32 Pointer",
	"j16:&32 Pointer",
	"",
	"" )
MENU_STR( BXinary,
	"B&inary",
	"jB&inary",
	"",
	"" )
MENU_STR( XFloat,
	"&Float",
	"j&Float",
	"",
	"" )
MENU_STR( DXouble,
	"D&ouble",
	"jD&ouble",
	"",
	"" )

// - the I/O ports popup
MENU_STR( XRead,
	"&Read",
	"j&Read",
	"Read the displayed value from the selected port",
	"jRead the displayed value from the selected port" )
MENU_STR( XWrite,
	"&Write",
	"j&Write",
	"Write the displayed value to the selected port",
	"jWrite the displayed value to the selected port" )

// - the break popup
MENU_STR( XEnable,
	"&Enable",
	"j&Enable",
	"Enable the selected break point",
	"jEnable the selected break point" )
MENU_STR( DXisable,
	"D&isable",
	"jD&isable",
	"Disable the selected break point",
	"jDisable the selected break point" )

// - the calls popup
MENU_STR( XUnwind,
	"&Unwind",
	"j&Unwind",
	"Unwind the call stack to the selected level",
	"jUnwind the call stack to the selected level" )
MENU_STR( XGoto,
	"&Goto",
	"j&Goto",
	"Execute until the program returns to the selected level in the call history",
	"jExecute until the program returns to the selected level in the call history" )

// - the registers popup
MENU_STR( XExtended,
	"&Extended",
	"j&Extended",
	"Show the extended 386 register set",
	"jShow the extended 386 register set" )

// - the assembly popup
MENU_STR( HeXx,
	"He&x",
	"jHe&x",
	"",
	"" )

// these are gadget help strings

MENU_STR( GadgetREAD,
	"",
	"",
	"Read the displayed value from the port",
	"jRead the displayed value from the port" )
MENU_STR( GadgetWRITE,
	"",
	"",
	"Write the displayed value to the port",
	"jWrite the displayed value to the port" )
MENU_STR( GadgetCLOSE,
	"",
	"",
	"Do not display fields of this structure/array",
	"jDo not display fields of this structure/array" )
MENU_STR( GadgetOPEN,
	"",
	"",
	"Display fields of this structure/array",
	"jDisplay fields of this structure/array" )
MENU_STR( GadgetPOINTS,
	"",
	"",
	"Follow this pointer",
	"jFollow this pointer" )
MENU_STR( GadgetUNPOINTS,
	"",
	"",
	"This pointer has been followed; back out",
	"jThis pointer has been followed; back out" )
MENU_STR( GadgetSOURCE,
	"",
	"",
	"Show the source code associated with this line",
	"jShow the source code associated with this line" )
MENU_STR( GadgetASSEMBLY,
	"",
	"",
	"Show the assembly language associated with this line",
	"jShow the assembly language associated with this line" )
MENU_STR( SetBreak,
	"",
	"",
	"Set a break point at this line",
	"jSet a break point at this line" )
MENU_STR( RemoveBreak,
	"",
	"",
	"Remove this break point",
	"jRemove this break point" )
MENU_STR( DisableBreak,
	"",
	"",
	"Disable this break point",
	"jDisable this break point" )

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?