langeng.inc.svn-base

来自「支持自定义语法高亮显示的编辑器控件」· SVN-BASE 代码 · 共 59 行

SVN-BASE
59
字号
SListIndexError  = 'List Index out of bounds Index: %d';
SInvalidTabError = 'Invalid Tab Stop';
sStringsExpected = 'Strings can''t be nil';
sUnknownRegType  = 'Unknown Registry Type';
sWrongEditSource = 'The instance of %s expected';

sCaseSensitive            = 'CaseSensitive';
sFindText                 = 'Find Text';
sReplText                 = 'Replace Text';
sEmptySel                 = 'Tried to search selected text but no text is selected';
sNotFound                 = 'Search string ''%s'' not found';
sReplace                  = 'Replace this occurence of ''%s''?';
sUnsupportedGraphicFormat = 'Unsupported graphic format : %s';

sUndoMenu      = '&Undo';
sRedoMenu      = '&Redo';
sCutMenu       = 'Cu&t';
sCopyMenu      = '&Copy';
sPasteMenu     = '&Paste';
sDeleteMenu    = '&Delete';
sSelectAllMenu = 'Se&lect All';

SFindInFilesTab    = 'Find in Files';
SWholeWords        = '&Whole words only';
SRegExpr           = 'Regular e&xpressions';
SWhere             = 'Where';
SSearchInProject   = 'Search all files in pro&ject';
SSearchInOpened    = 'Search all &open files';
SSearchInDirs      = 'Search in &directories';
SDirOptions        = 'Search Directory Options';
SFileMask          = 'File &mask:';
SBtnBrowse         = '&Browse...';
SIncludeSubDirs    = 'Include &subdirectories';
SReplaceInFilesTab = 'Replace in Files';
STextToFind        = '&Text to find:';
SReplaceWith       = '&Replace with:';
SOptions           = 'Options';
SCaseSens          = '&Case sensitive';
SSelectDir         = 'Select Directory:';
SErrBlankFileMask  = 'The file mask cannot be blank.';

SOkButton       = 'OK';
SCancelButton   = 'Cancel';
SReplaceAll     = 'Replace &All';
SFind           = 'Find';
SWholeWord      = '&Whole words only';
SDirection      = 'Direction';
SForward        = 'Forwar&d';
SBackward       = '&Backward';
SScope          = 'Scope';
SGlobal         = '&Global';
SSelText        = '&Selected text';
SOrigin         = 'Origin';
SFromCursor     = '&From cursor';
SEntireScope    = '&Entire scope';
SPromptRepl     = '&Prompt on replace';
SErrBlankSearch = 'The search string can not be blank';

⌨️ 快捷键说明

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