SciTE menu commands

CommandMenu text
IDM_NEWNew
IDM_OPENOpen
IDM_OPENSELECTEDOpen Selected Filename
IDM_REVERTRevert
IDM_CLOSEClose
IDM_SAVESave
IDM_SAVEASSave As
IDM_SAVEACOPYSave a Copy
IDM_COPYPATHCopy Path
IDM_ENCODING_DEFAULTCode Page Property
IDM_ENCODING_UCS2BEUTF-16 Big Endian
IDM_ENCODING_UCS2LEUTF-16 Little Endian
IDM_ENCODING_UTF8UTF-8 with BOM
IDM_ENCODING_UCOOKIEUTF-8
IDM_SAVEASHTMLAs HTML
IDM_SAVEASRTFAs RTF
IDM_SAVEASPDFAs PDF
IDM_SAVEASTEXAs LaTeX
IDM_SAVEASXMLAs XML
IDM_PRINTSETUPPage Setup
IDM_PRINTPrint
IDM_LOADSESSIONLoad Session
IDM_SAVESESSIONSave Session
IDM_QUITExit
IDM_UNDOUndo
IDM_REDORedo
IDM_CUTCut
IDM_COPYCopy
IDM_PASTEPaste
IDM_DUPLICATEDuplicate
IDM_CLEARDelete
IDM_SELECTALLSelect All
IDM_COPYASRTFCopy as RTF
IDM_MATCHBRACEMatch Brace
IDM_SELECTTOBRACESelect to Brace
IDM_SHOWCALLTIPShow Calltip
IDM_COMPLETEComplete Symbol
IDM_COMPLETEWORDComplete Word
IDM_ABBREVExpand Abbreviation
IDM_INS_ABBREVInsert Abbreviation
IDM_BLOCK_COMMENTBlock Comment or Uncomment
IDM_BOX_COMMENTBox Comment
IDM_STREAM_COMMENTStream Comment
IDM_UPRCASEMake Selection Uppercase
IDM_LWRCASEMake Selection Lowercase
IDM_JOINJoin
IDM_SPLITSplit
IDM_FINDFind
IDM_FINDNEXTFind Next
IDM_FINDNEXTBACKFind Previous
IDM_FINDINFILESFind in Files
IDM_REPLACEReplace
IDM_INCSEARCHIncremental Search
IDM_GOTOGo to
IDM_BOOKMARK_NEXTNext Bookmark
IDM_BOOKMARK_PREVPrevious Bookmark
IDM_BOOKMARK_TOGGLEToggle Bookmark
IDM_BOOKMARK_CLEARALLClear All Bookmarks
IDM_EXPANDToggle current fold
IDM_TOGGLE_FOLDALLToggle all folds
IDM_FULLSCREENFull Screen
IDM_VIEWTOOLBARTool Bar
IDM_VIEWTABBARTab Bar
IDM_VIEWSTATUSBARStatus Bar
IDM_VIEWSPACEWhitespace
IDM_VIEWEOLEnd of Line
IDM_VIEWGUIDESIndentation Guides
IDM_LINENUMBERMARGINLine Numbers
IDM_SELMARGINMargin
IDM_FOLDMARGINFold Margin
IDM_TOGGLEOUTPUTOutput
IDM_TOGGLEPARAMETERSParameters
IDM_COMPILECompile
IDM_BUILDBuild
IDM_CLEANClean
IDM_GOGo
IDM_STOPEXECUTEStop Executing
IDM_NEXTMSGNext Message
IDM_PREVMSGPrevious Message
IDM_CLEAROUTPUTClear Output
IDM_SWITCHPANESwitch Pane
IDM_ONTOPAlways On Top
IDM_OPENFILESHEREOpen Files Here
IDM_SPLITVERTICALVertical Split
IDM_WRAPWrap
IDM_WRAPOUTPUTWrap Output
IDM_READONLYRead-Only
IDM_EOL_CRLFCR + LF
IDM_EOL_CRCR
IDM_EOL_LFLF
IDM_EOL_CONVERTConvert Line End Characters
IDM_TABSIZEChange Indentation Settings
IDM_MONOFONTUse Monospaced Font
IDM_OPENLOCALPROPERTIESOpen Local Options File
IDM_OPENDIRECTORYPROPERTIESOpen Directory Options File
IDM_OPENUSERPROPERTIESOpen User Options File
IDM_OPENGLOBALPROPERTIESOpen Global Options File
IDM_OPENABBREVPROPERTIESOpen Abbreviations File
IDM_OPENLUAEXTERNALFILEOpen Lua Startup Script
IDM_PREVFILEPrevious
IDM_NEXTFILENext
IDM_MOVETABLEFTMove Tab Left
IDM_MOVETABRIGHTMove Tab Right
IDM_CLOSEALLClose All
IDM_SAVEALLSave All
IDM_HELPHelp
IDM_HELP_SCITESc1 Help
IDM_ABOUTAbout Sc1
IDM_HELP_SCITESciTE Help
IDM_ABOUTAbout SciTE

Scintilla key commands

CommandNameExplanation
2547AnnotationClearAllClear the annotations from all lines
2101AutoCCancelRemove the auto-completion list from the screen.
2104AutoCCompleteUser has selected an item so remove the list and insert the selection.
2328BackTabDedent the selected lines.
2078BeginUndoActionStart a sequence of actions that is undone and redone as a unit. May be nested.
2201CallTipCancelRemove the call tip from the screen.
4030CallTipClearHltDelete all highlighted ranges
4031CallTipUpdateHltUpdate calltip window to reflect changes made by CallTipAddHlt and CallTipClearHlt
2325CancelCancel any modes such as call tip or auto-completion list display.
2304CharLeftMove caret left one character.
2305CharLeftExtendMove caret left one character extending selection to new caret position.
2428CharLeftRectExtendMove caret left one character, extending rectangular selection to new caret position.
2306CharRightMove caret right one character.
2307CharRightExtendMove caret right one character extending selection to new caret position.
2429CharRightRectExtendMove caret right one character, extending rectangular selection to new caret position.
2399ChooseCaretXSet the last x chosen value to be the caret x position.
2180ClearClear the selection.
2004ClearAllDelete all text in the document.
2072ClearAllCmdKeysDrop all key mappings.
2005ClearDocumentStyleSet all style bytes to 0, remove all folding information.
2408ClearRegisteredImagesClear all the registered XPM images.
2571ClearSelectionsClear selections to a single empty stream selection
2178CopyCopy the selection to the clipboard.
2519CopyAllowLineCopy the selection, if selection empty copy the line with the caret
2177CutCut the selection to the clipboard.
2395DelLineLeftDelete back from the current position to the start of the line.
2396DelLineRightDelete forwards from the current position to the end of the line.
2335DelWordLeftDelete the word to the left of the caret.
2336DelWordRightDelete the word to the right of the caret.
2518DelWordRightEndDelete the word to the right of the caret, but not the trailing non-word characters.
2326DeleteBackDelete the selection or if no selection, the character before the caret.
2344DeleteBackNotLineDelete the selection or if no selection, the character before the caret. Will not delete the character before at the start of a line.
2318DocumentEndMove caret to last position in document.
2319DocumentEndExtendMove caret to last position in document extending selection to new caret position.
2316DocumentStartMove caret to first position in document.
2317DocumentStartExtendMove caret to first position in document extending selection to new caret position.
2324EditToggleOvertypeSwitch from insert to overtype mode or the reverse.
2175EmptyUndoBufferDelete the undo history.
2079EndUndoActionEnd a sequence of actions that is undone and redone as a unit.
2642FindIndicatorHideOn OS X, hide the find indicator.
2330FormFeedInsert a Form Feed character.
4023FreeSubStylesFree allocated sub styles
2400GrabFocusSet the focus to this Scintilla widget.
2312HomeMove caret to first position on line.
2345HomeDisplayMove caret to first position on display line.
2346HomeDisplayExtendMove caret to first position on display line extending selection to new caret position.
2313HomeExtendMove caret to first position on line extending selection to new caret position.
2430HomeRectExtendMove caret to first position on line, extending rectangular selection to new caret position.
2349HomeWrapThese are like their namesakes Home(Extend)?, LineEnd(Extend)?, VCHome(Extend)? except they behave differently when word-wrap is enabled: They go first to the start / end of the display line, like (Home|LineEnd)Display The difference is that, the cursor is already at the point, it goes on to the start or end of the document line, as appropriate for (Home|LineEnd|VCHome)(Extend)?.
2450HomeWrapExtendThese are like their namesakes Home(Extend)?, LineEnd(Extend)?, VCHome(Extend)? except they behave differently when word-wrap is enabled: They go first to the start / end of the display line, like (Home|LineEnd)Display The difference is that, the cursor is already at the point, it goes on to the start or end of the document line, as appropriate for (Home|LineEnd|VCHome)(Extend)?.
2455LineCopyCopy the line containing the caret.
2337LineCutCut the line containing the caret.
2338LineDeleteDelete the line containing the caret.
2300LineDownMove caret down one line.
2301LineDownExtendMove caret down one line extending selection to new caret position.
2426LineDownRectExtendMove caret down one line, extending rectangular selection to new caret position.
2404LineDuplicateDuplicate the current line.
2314LineEndMove caret to last position on line.
2347LineEndDisplayMove caret to last position on display line.
2348LineEndDisplayExtendMove caret to last position on display line extending selection to new caret position.
2315LineEndExtendMove caret to last position on line extending selection to new caret position.
2432LineEndRectExtendMove caret to last position on line, extending rectangular selection to new caret position.
2451LineEndWrapThese are like their namesakes Home(Extend)?, LineEnd(Extend)?, VCHome(Extend)? except they behave differently when word-wrap is enabled: They go first to the start / end of the display line, like (Home|LineEnd)Display The difference is that, the cursor is already at the point, it goes on to the start or end of the document line, as appropriate for (Home|LineEnd|VCHome)(Extend)?.
2452LineEndWrapExtendThese are like their namesakes Home(Extend)?, LineEnd(Extend)?, VCHome(Extend)? except they behave differently when word-wrap is enabled: They go first to the start / end of the display line, like (Home|LineEnd)Display The difference is that, the cursor is already at the point, it goes on to the start or end of the document line, as appropriate for (Home|LineEnd|VCHome)(Extend)?.
2342LineScrollDownScroll the document down, keeping the caret visible.
2343LineScrollUpScroll the document up, keeping the caret visible.
2339LineTransposeSwitch the current line with the previous.
2302LineUpMove caret up one line.
2303LineUpExtendMove caret up one line extending selection to new caret position.
2427LineUpRectExtendMove caret up one line, extending rectangular selection to new caret position.
2288LinesJoinJoin the lines in the target.
2340LowerCaseTransform the selection to lower case.
2536MarginTextClearAllClear the margin text on all lines
2401MoveCaretInsideViewMove the caret inside current view if it's not there already.
2621MoveSelectedLinesDownMove the selected lines down one line, shifting the line below before the selection
2620MoveSelectedLinesUpMove the selected lines up one line, shifting the line above after the selection
2329NewLineInsert a new line, may use a CRLF, CR or LF depending on EOL mode.
2172NullNull operation.
2322PageDownMove caret one page down.
2323PageDownExtendMove caret one page down extending selection to new caret position.
2434PageDownRectExtendMove caret one page down, extending rectangular selection to new caret position.
2320PageUpMove caret one page up.
2321PageUpExtendMove caret one page up extending selection to new caret position.
2433PageUpRectExtendMove caret one page up, extending rectangular selection to new caret position.
2413ParaDownMove caret between paragraphs (delimited by empty lines).
2414ParaDownExtendMove caret between paragraphs (delimited by empty lines).
2415ParaUpMove caret between paragraphs (delimited by empty lines).
2416ParaUpExtendMove caret between paragraphs (delimited by empty lines).
2179PastePaste the contents of the clipboard into the document replacing the selection.
2011RedoRedoes the next action on the undo history.
2552ReleaseAllExtendedStylesRelease all extended (>255) style numbers
2606RotateSelectionSet the main selection to the next selection.
2169ScrollCaretEnsure the caret is visible.
2629ScrollToEndScroll to end of document.
2628ScrollToStartScroll to start of document.
2366SearchAnchorSets the current caret position to be the search anchor.
2013SelectAllSelect all the text in the document.
2469SelectionDuplicateDuplicate the selection. If selection empty duplicate the line containing the caret.
2444SetCharsDefaultReset the set of characters for whitespace and word characters to the defaults.
2014SetSavePointRemember the current position in the undo history as the position at which the document was saved.
3001StartRecordStart notifying the container of all key presses and commands.
3002StopRecordStop notifying the container of all key presses and commands.
2437StutteredPageDownMove caret to bottom of page, or one page down if already at bottom of page.
2438StutteredPageDownExtendMove caret to bottom of page, or one page down if already at bottom of page, extending selection to new caret position.
2435StutteredPageUpMove caret to top of page, or one page up if already at top of page.
2436StutteredPageUpExtendMove caret to top of page, or one page up if already at top of page, extending selection to new caret position.
2050StyleClearAllClear all the styles and make equivalent to the global default style.
2058StyleResetDefaultReset the default style to its state at startup
2607SwapMainAnchorCaretSwap that caret and anchor of the main selection.
2327TabIf selection is empty or all on one line replace the selection with a tab character. If more than one line selected, indent the lines.
2287TargetFromSelectionMake the target range start and end be the same as the selection range start and end.
2459ToggleCaretStickySwitch between sticky and non-sticky: meant to be bound to a key.
2176UndoUndo one action in the undo history.
2341UpperCaseTransform the selection to upper case.
2331VCHomeMove caret to before first visible character on line. If already there move to first character on line.
2652VCHomeDisplayMove caret to before first visible character on display line. If already there move to first character on display line.
2653VCHomeDisplayExtendLike VCHomeDisplay but extending selection to new caret position.
2332VCHomeExtendLike VCHome but extending selection to new caret position.
2431VCHomeRectExtendMove caret to before first visible character on line. If already there move to first character on line. In either case, extend rectangular selection to new caret position.
2453VCHomeWrapThese are like their namesakes Home(Extend)?, LineEnd(Extend)?, VCHome(Extend)? except they behave differently when word-wrap is enabled: They go first to the start / end of the display line, like (Home|LineEnd)Display The difference is that, the cursor is already at the point, it goes on to the start or end of the document line, as appropriate for (Home|LineEnd|VCHome)(Extend)?.
2454VCHomeWrapExtendThese are like their namesakes Home(Extend)?, LineEnd(Extend)?, VCHome(Extend)? except they behave differently when word-wrap is enabled: They go first to the start / end of the display line, like (Home|LineEnd)Display The difference is that, the cursor is already at the point, it goes on to the start or end of the document line, as appropriate for (Home|LineEnd|VCHome)(Extend)?.
2619VerticalCentreCaretCentre current line in window.
2308WordLeftMove caret left one word.
2439WordLeftEndMove caret left one word, position cursor at end of word.
2440WordLeftEndExtendMove caret left one word, position cursor at end of word, extending selection to new caret position.
2309WordLeftExtendMove caret left one word extending selection to new caret position.
2390WordPartLeftMove to the previous change in capitalisation.
2391WordPartLeftExtendMove to the previous change in capitalisation extending selection to new caret position.
2392WordPartRightMove to the change next in capitalisation.
2393WordPartRightExtendMove to the next change in capitalisation extending selection to new caret position.
2310WordRightMove caret right one word.
2441WordRightEndMove caret right one word, position cursor at end of word.
2442WordRightEndExtendMove caret right one word, position cursor at end of word, extending selection to new caret position.
2311WordRightExtendMove caret right one word extending selection to new caret position.
2333ZoomInMagnify the displayed text by increasing the sizes by 1 point.
2334ZoomOutMake the displayed text smaller by decreasing the sizes by 1 point.