Skip to content

Message

Bases: IntEnum

AddRefDocument = 2376 class-attribute instance-attribute

Extend life of document.

AddSelection = 2573 class-attribute instance-attribute

Add a selection

AddStyledText = 2002 class-attribute instance-attribute

Add array of cells to document.

AddTabStop = 2676 class-attribute instance-attribute

Add an explicit tab stop for a line.

AddText = 2001 class-attribute instance-attribute

Add text to the document at current position.

AddUndoAction = 2560 class-attribute instance-attribute

Add a container action to the undo stack

Allocate = 2446 class-attribute instance-attribute

Enlarge the document to a particular size of text bytes.

AllocateExtendedStyles = 2553 class-attribute instance-attribute

Allocate some extended (>255) style numbers and return the start of the range

AllocateLineCharacterIndex = 2711 class-attribute instance-attribute

Request line character index be created or its use count increased.

AllocateLines = 2089 class-attribute instance-attribute

Enlarge the number of lines allocated.

AllocateSubStyles = 4020 class-attribute instance-attribute

Allocate a set of sub styles for a particular base style, returning start of range

AnnotationClearAll = 2547 class-attribute instance-attribute

Clear the annotations from all lines

AnnotationGetLines = 2546 class-attribute instance-attribute

Get the number of annotation lines for a line

AnnotationGetStyle = 2543 class-attribute instance-attribute

Get the style number for the annotations for a line

AnnotationGetStyleOffset = 2551 class-attribute instance-attribute

Get the start of the range of style numbers used for annotations

AnnotationGetStyles = 2545 class-attribute instance-attribute

Get the annotation styles for a line

AnnotationGetText = 2541 class-attribute instance-attribute

Get the annotation text for a line

AnnotationGetVisible = 2549 class-attribute instance-attribute

Get the visibility for the annotations for a view

AnnotationSetStyle = 2542 class-attribute instance-attribute

Set the style number for the annotations for a line

AnnotationSetStyleOffset = 2550 class-attribute instance-attribute

Get the start of the range of style numbers used for annotations

AnnotationSetStyles = 2544 class-attribute instance-attribute

Set the annotation styles for a line

AnnotationSetText = 2540 class-attribute instance-attribute

Set the annotation text for a line

AnnotationSetVisible = 2548 class-attribute instance-attribute

Set the visibility for the annotations for a view

AppendText = 2282 class-attribute instance-attribute

Append a string to the end of the document without changing the selection.

AssignCmdKey = 2070 class-attribute instance-attribute

When key+modifier combination keyDefinition is pressed perform sciCommand.

AutoCActive = 2102 class-attribute instance-attribute

Is there an auto-completion list visible?

AutoCCancel = 2101 class-attribute instance-attribute

Remove the auto-completion list from the screen.

AutoCComplete = 2104 class-attribute instance-attribute

User has selected an item so remove the list and insert the selection.

AutoCGetAutoHide = 2119 class-attribute instance-attribute

Retrieve whether or not autocompletion is hidden automatically when nothing matches.

AutoCGetCancelAtStart = 2111 class-attribute instance-attribute

Retrieve whether auto-completion cancelled by backspacing before start.

AutoCGetCaseInsensitiveBehaviour = 2635 class-attribute instance-attribute

Get auto-completion case insensitive behaviour.

AutoCGetChooseSingle = 2114 class-attribute instance-attribute

Retrieve whether a single item auto-completion list automatically choose the item.

AutoCGetCurrent = 2445 class-attribute instance-attribute

Get currently selected item position in the auto-completion list

AutoCGetCurrentText = 2610 class-attribute instance-attribute

Get currently selected item text in the auto-completion list Returns the length of the item text Result is NUL-terminated.

AutoCGetDropRestOfWord = 2271 class-attribute instance-attribute

Retrieve whether or not autocompletion deletes any word characters after the inserted text upon completion.

AutoCGetIgnoreCase = 2116 class-attribute instance-attribute

Retrieve state of ignore case flag.

AutoCGetImageScale = 2816 class-attribute instance-attribute

Get the scale factor in percent for auto-completion list images.

AutoCGetMaxHeight = 2211 class-attribute instance-attribute

Set the maximum height, in rows, of auto-completion and user lists.

AutoCGetMaxWidth = 2209 class-attribute instance-attribute

Get the maximum width, in characters, of auto-completion and user lists.

AutoCGetMulti = 2637 class-attribute instance-attribute

Retrieve the effect of autocompleting when there are multiple selections.

AutoCGetOptions = 2639 class-attribute instance-attribute

Retrieve autocompletion options.

AutoCGetOrder = 2661 class-attribute instance-attribute

Get the way autocompletion lists are ordered.

AutoCGetSeparator = 2107 class-attribute instance-attribute

Retrieve the auto-completion list separator character.

AutoCGetStyle = 2120 class-attribute instance-attribute

Get the style number used for auto-completion and user lists fonts.

AutoCGetTypeSeparator = 2285 class-attribute instance-attribute

Retrieve the auto-completion list type-separator character.

AutoCPosStart = 2103 class-attribute instance-attribute

Retrieve the position of the caret when the auto-completion list was displayed.

AutoCSelect = 2108 class-attribute instance-attribute

Select the item in the auto-completion list that starts with a string.

AutoCSetAutoHide = 2118 class-attribute instance-attribute

Set whether or not autocompletion is hidden automatically when nothing matches.

AutoCSetCancelAtStart = 2110 class-attribute instance-attribute

Should the auto-completion list be cancelled if the user backspaces to a position before where the box was created.

AutoCSetCaseInsensitiveBehaviour = 2634 class-attribute instance-attribute

Set auto-completion case insensitive behaviour to either prefer case-sensitive matches or have no preference.

AutoCSetChooseSingle = 2113 class-attribute instance-attribute

Should a single item auto-completion list automatically choose the item.

AutoCSetDropRestOfWord = 2270 class-attribute instance-attribute

Set whether or not autocompletion deletes any word characters after the inserted text upon completion.

AutoCSetFillUps = 2112 class-attribute instance-attribute

Define a set of characters that when typed will cause the autocompletion to choose the selected item.

AutoCSetIgnoreCase = 2115 class-attribute instance-attribute

Set whether case is significant when performing auto-completion searches.

AutoCSetImageScale = 2815 class-attribute instance-attribute

Set the scale factor in percent for auto-completion list images.

AutoCSetMaxHeight = 2210 class-attribute instance-attribute

Set the maximum height, in rows, of auto-completion and user lists. The default is 5 rows.

AutoCSetMaxWidth = 2208 class-attribute instance-attribute

Set the maximum width, in characters, of auto-completion and user lists. Set to 0 to autosize to fit longest item, which is the default.

AutoCSetMulti = 2636 class-attribute instance-attribute

Change the effect of autocompleting when there are multiple selections.

AutoCSetOptions = 2638 class-attribute instance-attribute

Set autocompletion options.

AutoCSetOrder = 2660 class-attribute instance-attribute

Set the way autocompletion lists are ordered.

AutoCSetSeparator = 2106 class-attribute instance-attribute

Change the separator character in the string setting up an auto-completion list. Default is space but can be changed if items contain space.

AutoCSetStyle = 2109 class-attribute instance-attribute

Set the style number used for auto-completion and user lists fonts.

AutoCSetTypeSeparator = 2286 class-attribute instance-attribute

Change the type-separator character in the string setting up an auto-completion list. Default is '?' but can be changed if items contain '?'.

AutoCShow = 2100 class-attribute instance-attribute

Display a auto-completion list. The lengthEntered parameter indicates how many characters before the caret should be used to provide context.

AutoCStops = 2105 class-attribute instance-attribute

Define a set of character that when typed cancel the auto-completion list.

BackTab = 2328 class-attribute instance-attribute

If selection is empty or all on one line dedent the line if caret is at start, else move caret. If more than one line selected, dedent the lines.

BeginUndoAction = 2078 class-attribute instance-attribute

Start a sequence of actions that is undone and redone as a unit. May be nested.

BraceBadLight = 2352 class-attribute instance-attribute

Highlight the character at a position indicating there is no matching brace.

BraceBadLightIndicator = 2499 class-attribute instance-attribute

Use specified indicator to highlight non matching brace instead of changing its style.

BraceHighlight = 2351 class-attribute instance-attribute

Highlight the characters at two positions.

BraceHighlightIndicator = 2498 class-attribute instance-attribute

Use specified indicator to highlight matching braces instead of changing their style.

BraceMatch = 2353 class-attribute instance-attribute

Find the position of a matching brace or INVALID_POSITION if no match. The maxReStyle must be 0 for now. It may be defined in a future release.

BraceMatchNext = 2369 class-attribute instance-attribute

Similar to BraceMatch, but matching starts at the explicit start position.

CallTipActive = 2202 class-attribute instance-attribute

Is there an active call tip?

CallTipCancel = 2201 class-attribute instance-attribute

Remove the call tip from the screen.

CallTipPosStart = 2203 class-attribute instance-attribute

Retrieve the position where the caret was before displaying the call tip.

CallTipSetBack = 2205 class-attribute instance-attribute

Set the background colour for the call tip.

CallTipSetFore = 2206 class-attribute instance-attribute

Set the foreground colour for the call tip.

CallTipSetForeHlt = 2207 class-attribute instance-attribute

Set the foreground colour for the highlighted part of the call tip.

CallTipSetHlt = 2204 class-attribute instance-attribute

Highlight a segment of the definition.

CallTipSetPosStart = 2214 class-attribute instance-attribute

Set the start position in order to change when backspacing removes the calltip.

CallTipSetPosition = 2213 class-attribute instance-attribute

Set position of calltip, above or below text.

CallTipShow = 2200 class-attribute instance-attribute

Show a call tip containing a definition near position pos.

CallTipUseStyle = 2212 class-attribute instance-attribute

Enable use of STYLE_CALLTIP and set call tip tab size in pixels.

CanPaste = 2173 class-attribute instance-attribute

Will a paste succeed?

CanRedo = 2016 class-attribute instance-attribute

Are there any redoable actions in the undo history?

CanUndo = 2174 class-attribute instance-attribute

Are there any undoable actions in the undo history?

Cancel = 2325 class-attribute instance-attribute

Cancel any modes such as call tip or auto-completion list display.

ChangeInsertion = 2672 class-attribute instance-attribute

Change the text that is being inserted in response to SC_MOD_INSERTCHECK

ChangeLastUndoActionText = 2801 class-attribute instance-attribute

Set the text and length of the most recently pushed action

ChangeLexerState = 2617 class-attribute instance-attribute

Indicate that the internal state of a lexer has changed over a range and therefore there may be a need to redraw.

ChangeSelectionMode = 2659 class-attribute instance-attribute

Set the selection mode to stream (SC_SEL_STREAM) or rectangular (SC_SEL_RECTANGLE/SC_SEL_THIN) or by lines (SC_SEL_LINES) without changing MoveExtendsSelection.

CharLeft = 2304 class-attribute instance-attribute

Move caret left one character.

CharLeftExtend = 2305 class-attribute instance-attribute

Move caret left one character extending selection to new caret position.

CharLeftRectExtend = 2428 class-attribute instance-attribute

Move caret left one character, extending rectangular selection to new caret position.

CharPositionFromPoint = 2561 class-attribute instance-attribute

Find the position of a character from a point within the window.

CharPositionFromPointClose = 2562 class-attribute instance-attribute

Find the position of a character from a point within the window. Return INVALID_POSITION if not close to text.

CharRight = 2306 class-attribute instance-attribute

Move caret right one character.

CharRightExtend = 2307 class-attribute instance-attribute

Move caret right one character extending selection to new caret position.

CharRightRectExtend = 2429 class-attribute instance-attribute

Move caret right one character, extending rectangular selection to new caret position.

ChooseCaretX = 2399 class-attribute instance-attribute

Set the last x chosen value to be the caret x position.

Clear = 2180 class-attribute instance-attribute

Clear the selection.

ClearAll = 2004 class-attribute instance-attribute

Delete all text in the document.

ClearAllCmdKeys = 2072 class-attribute instance-attribute

Drop all key mappings.

ClearAllRepresentations = 2770 class-attribute instance-attribute

Clear representations to default.

ClearCmdKey = 2071 class-attribute instance-attribute

When key+modifier combination keyDefinition is pressed do nothing.

ClearDocumentStyle = 2005 class-attribute instance-attribute

Set all style bytes to 0, remove all folding information.

ClearRegisteredImages = 2408 class-attribute instance-attribute

Clear all the registered XPM images.

ClearRepresentation = 2667 class-attribute instance-attribute

Remove a character representation.

ClearSelections = 2571 class-attribute instance-attribute

Clear selections to a single empty stream selection

ClearTabStops = 2675 class-attribute instance-attribute

Clear explicit tabstops on a line.

Colourise = 4003 class-attribute instance-attribute

Colourise a segment of the document using the current lexing language.

ContractedFoldNext = 2618 class-attribute instance-attribute

Find the next line at or after lineStart that is a contracted fold header line. Return -1 when no more lines.

ConvertEOLs = 2029 class-attribute instance-attribute

Convert all line endings in the document to one mode.

Copy = 2178 class-attribute instance-attribute

Copy the selection to the clipboard.

CopyAllowLine = 2519 class-attribute instance-attribute

Copy the selection, if selection empty copy the line with the caret

CopyRange = 2419 class-attribute instance-attribute

Copy a range of text to the clipboard. Positions are clipped into the document.

CopyText = 2420 class-attribute instance-attribute

Copy argument text to the clipboard.

CountCharacters = 2633 class-attribute instance-attribute

Count characters between two positions.

CountCodeUnits = 2715 class-attribute instance-attribute

Count code units between two positions.

CreateDocument = 2375 class-attribute instance-attribute

Create a new document object. Starts with reference count of 1 and not selected into editor.

CreateLoader = 2632 class-attribute instance-attribute

Create an ILoader*.

Cut = 2177 class-attribute instance-attribute

Cut the selection to the clipboard.

CutAllowLine = 2810 class-attribute instance-attribute

Cut the selection, if selection empty cut the line with the caret

DelLineLeft = 2395 class-attribute instance-attribute

Delete back from the current position to the start of the line.

DelLineRight = 2396 class-attribute instance-attribute

Delete forwards from the current position to the end of the line.

DelWordLeft = 2335 class-attribute instance-attribute

Delete the word to the left of the caret.

DelWordRight = 2336 class-attribute instance-attribute

Delete the word to the right of the caret.

DelWordRightEnd = 2518 class-attribute instance-attribute

Delete the word to the right of the caret, but not the trailing non-word characters.

DeleteBack = 2326 class-attribute instance-attribute

Delete the selection or if no selection, the character before the caret.

DeleteBackNotLine = 2344 class-attribute instance-attribute

Delete the selection or if no selection, the character before the caret. Will not delete the character before at the start of a line.

DeleteRange = 2645 class-attribute instance-attribute

Delete a range of text in the document.

DescribeKeyWordSets = 4017 class-attribute instance-attribute

Retrieve a '\n' separated list of descriptions of the keyword sets understood by the current lexer. Result is NUL-terminated.

DescribeProperty = 4016 class-attribute instance-attribute

Describe a property. Result is NUL-terminated.

DescriptionOfStyle = 4032 class-attribute instance-attribute

Retrieve a description of a style. Result is NUL-terminated.

DistanceToSecondaryStyles = 4025 class-attribute instance-attribute

Where styles are duplicated by a feature such as active/inactive code return the distance between the two types.

DocLineFromVisible = 2221 class-attribute instance-attribute

Find the document line of a display line taking hidden lines into account.

DocumentEnd = 2318 class-attribute instance-attribute

Move caret to last position in document.

DocumentEndExtend = 2319 class-attribute instance-attribute

Move caret to last position in document extending selection to new caret position.

DocumentStart = 2316 class-attribute instance-attribute

Move caret to first position in document.

DocumentStartExtend = 2317 class-attribute instance-attribute

Move caret to first position in document extending selection to new caret position.

DropSelectionN = 2671 class-attribute instance-attribute

Drop one selection

EOLAnnotationClearAll = 2744 class-attribute instance-attribute

Clear the end of annotations from all lines

EOLAnnotationGetStyle = 2743 class-attribute instance-attribute

Get the style number for the end of line annotations for a line

EOLAnnotationGetStyleOffset = 2748 class-attribute instance-attribute

Get the start of the range of style numbers used for end of line annotations

EOLAnnotationGetText = 2741 class-attribute instance-attribute

Get the end of line annotation text for a line

EOLAnnotationGetVisible = 2746 class-attribute instance-attribute

Get the visibility for the end of line annotations for a view

EOLAnnotationSetStyle = 2742 class-attribute instance-attribute

Set the style number for the end of line annotations for a line

EOLAnnotationSetStyleOffset = 2747 class-attribute instance-attribute

Get the start of the range of style numbers used for end of line annotations

EOLAnnotationSetText = 2740 class-attribute instance-attribute

Set the end of line annotation text for a line

EOLAnnotationSetVisible = 2745 class-attribute instance-attribute

Set the visibility for the end of line annotations for a view

EditToggleOvertype = 2324 class-attribute instance-attribute

Switch from insert to overtype mode or the reverse.

EmptyUndoBuffer = 2175 class-attribute instance-attribute

Delete the undo history.

EncodedFromUTF8 = 2449 class-attribute instance-attribute

Translates a UTF8 string into the document encoding. Return the length of the result in bytes. On error return 0.

EndUndoAction = 2079 class-attribute instance-attribute

End a sequence of actions that is undone and redone as a unit.

EnsureVisible = 2232 class-attribute instance-attribute

Ensure a particular line is visible by expanding any header line hiding it.

EnsureVisibleEnforcePolicy = 2234 class-attribute instance-attribute

Ensure a particular line is visible by expanding any header line hiding it. Use the currently set visibility policy to determine which range to display.

ExpandChildren = 2239 class-attribute instance-attribute

Expand a fold header and all children. Use the level argument instead of the line's current level.

FindColumn = 2456 class-attribute instance-attribute

Find the position of a column on a line taking into account tabs and multi-byte characters. If beyond end of line, return line end position.

FindIndicatorFlash = 2641 class-attribute instance-attribute

On macOS, flash a find indicator, then fade out.

FindIndicatorHide = 2642 class-attribute instance-attribute

On macOS, hide the find indicator.

FindIndicatorShow = 2640 class-attribute instance-attribute

On macOS, show a find indicator.

FindText = 2150 class-attribute instance-attribute

Find some text in the document.

FindTextFull = 2196 class-attribute instance-attribute

Find some text in the document.

FoldAll = 2662 class-attribute instance-attribute

Expand or contract all fold headers.

FoldChildren = 2238 class-attribute instance-attribute

Expand or contract a fold header and its children.

FoldDisplayTextGetStyle = 2707 class-attribute instance-attribute

Get the style of fold display text.

FoldDisplayTextSetStyle = 2701 class-attribute instance-attribute

Set the style of fold display text.

FoldLine = 2237 class-attribute instance-attribute

Expand or contract a fold header.

FormFeed = 2330 class-attribute instance-attribute

Insert a Form Feed character.

FormatRange = 2151 class-attribute instance-attribute

Draw the document into a display context such as a printer.

FormatRangeFull = 2777 class-attribute instance-attribute

Draw the document into a display context such as a printer.

FreeSubStyles = 4023 class-attribute instance-attribute

Free allocated sub styles

GetAccessibility = 2703 class-attribute instance-attribute

Report accessibility status.

GetAdditionalCaretFore = 2605 class-attribute instance-attribute

Get the foreground colour of additional carets.

Whether additional carets will blink

GetAdditionalCaretsVisible = 2609 class-attribute instance-attribute

Whether additional carets are visible

GetAdditionalSelAlpha = 2603 class-attribute instance-attribute

Get the alpha of the selection.

GetAdditionalSelectionTyping = 2566 class-attribute instance-attribute

Whether typing can be performed into multiple selections

GetAllLinesVisible = 2236 class-attribute instance-attribute

Are all lines visible?

GetAnchor = 2009 class-attribute instance-attribute

Returns the position of the opposite end of the selection to the caret.

GetAutomaticFold = 2664 class-attribute instance-attribute

Get automatic folding behaviours.

GetBackSpaceUnIndents = 2263 class-attribute instance-attribute

Does a backspace pressed when caret is within indentation unindent?

GetBidirectional = 2708 class-attribute instance-attribute

Retrieve bidirectional text display state.

GetBufferedDraw = 2034 class-attribute instance-attribute

Is drawing done first into a buffer or direct to the screen?

GetCaretFore = 2138 class-attribute instance-attribute

Get the foreground colour of the caret.

GetCaretLineBack = 2097 class-attribute instance-attribute

Get the colour of the background of the line containing the caret.

GetCaretLineBackAlpha = 2471 class-attribute instance-attribute

Get the background alpha of the caret line.

GetCaretLineFrame = 2704 class-attribute instance-attribute

Retrieve the caret line frame width. Width = 0 means this option is disabled.

GetCaretLineHighlightSubLine = 2773 class-attribute instance-attribute

Get only highlighting subline instead of whole line.

GetCaretLineLayer = 2764 class-attribute instance-attribute

Get the layer of the background of the line containing the caret.

GetCaretLineVisible = 2095 class-attribute instance-attribute

Is the background of the line containing the caret in a different colour?

GetCaretLineVisibleAlways = 2654 class-attribute instance-attribute

Is the caret line always visible?

GetCaretPeriod = 2075 class-attribute instance-attribute

Get the time in milliseconds that the caret is on and off.

GetCaretSticky = 2457 class-attribute instance-attribute

Can the caret preferred x position only be changed by explicit movement commands?

GetCaretStyle = 2513 class-attribute instance-attribute

Returns the current style of the caret.

GetCaretWidth = 2189 class-attribute instance-attribute

Returns the width of the insert mode caret.

GetChangeHistory = 2781 class-attribute instance-attribute

Report change history status.

GetCharAt = 2007 class-attribute instance-attribute

Returns the character byte at the position.

GetCharacterCategoryOptimization = 2721 class-attribute instance-attribute

Get the number of characters to have directly indexed categories

GetCharacterPointer = 2520 class-attribute instance-attribute

Compact the document buffer and return a read-only pointer to the characters in the document.

GetCodePage = 2137 class-attribute instance-attribute

Get the code page used to interpret the bytes of the document as characters.

GetColumn = 2129 class-attribute instance-attribute

Retrieve the column number of a position, taking tab width into account.

GetCommandEvents = 2718 class-attribute instance-attribute

Get whether command events are sent to the container.

GetControlCharSymbol = 2389 class-attribute instance-attribute

Get the way control characters are displayed.

GetCopySeparator = 2812 class-attribute instance-attribute

Get the string to separate parts when copying a multiple selection.

GetCurLine = 2027 class-attribute instance-attribute

Retrieve the text of the line containing the caret. Returns the index of the caret on the line. Result is NUL-terminated.

GetCurrentPos = 2008 class-attribute instance-attribute

Returns the position of the caret.

GetCursor = 2387 class-attribute instance-attribute

Get cursor type.

GetDefaultFoldDisplayText = 2723 class-attribute instance-attribute

Get the default fold display text.

GetDirectFunction = 2184 class-attribute instance-attribute

Retrieve a pointer to a function that processes messages for this Scintilla.

GetDirectPointer = 2185 class-attribute instance-attribute

Retrieve a pointer value to use as the first argument when calling the function returned by GetDirectFunction.

GetDirectStatusFunction = 2772 class-attribute instance-attribute

Retrieve a pointer to a function that processes messages for this Scintilla and returns status.

GetDocPointer = 2357 class-attribute instance-attribute

Retrieve a pointer to the document object.

GetDocumentOptions = 2379 class-attribute instance-attribute

Get which document options are set.

GetDragDropEnabled = 2818 class-attribute instance-attribute

Get whether drag-and-drop is enabled or disabled

GetEOLMode = 2030 class-attribute instance-attribute

Retrieve the current end of line mode - one of CRLF, CR, or LF.

GetEdgeColour = 2364 class-attribute instance-attribute

Retrieve the colour used in edge indication.

GetEdgeColumn = 2360 class-attribute instance-attribute

Retrieve the column number which text should be kept within.

GetEdgeMode = 2362 class-attribute instance-attribute

Retrieve the edge highlight mode.

GetElementAllowsTranslucent = 2757 class-attribute instance-attribute

Get whether an element supports translucency.

GetElementBaseColour = 2758 class-attribute instance-attribute

Get the colour of an element.

GetElementColour = 2754 class-attribute instance-attribute

Get the colour of an element.

GetElementIsSet = 2756 class-attribute instance-attribute

Get whether an element has been set by SetElementColour. When false, a platform-defined or default colour is used.

GetEndAtLastLine = 2278 class-attribute instance-attribute

Retrieve whether the maximum scroll position has the last line at the bottom of the view.

GetEndStyled = 2028 class-attribute instance-attribute

Retrieve the position of the last correctly styled character.

GetExtraAscent = 2526 class-attribute instance-attribute

Get extra ascent for each line

GetExtraDescent = 2528 class-attribute instance-attribute

Get extra descent for each line

GetFirstVisibleLine = 2152 class-attribute instance-attribute

Retrieve the display line at the top of the display.

GetFocus = 2381 class-attribute instance-attribute

Get internal focus flag.

GetFoldExpanded = 2230 class-attribute instance-attribute

Is a header line expanded?

GetFoldLevel = 2223 class-attribute instance-attribute

Retrieve the fold level of a line.

GetFoldParent = 2225 class-attribute instance-attribute

Find the parent line of a child line.

GetFontLocale = 2761 class-attribute instance-attribute

Get the locale for displaying text.

GetFontQuality = 2612 class-attribute instance-attribute

Retrieve the quality level for text.

GetGapPosition = 2644 class-attribute instance-attribute

Return a position which, to avoid performance costs, should not be within the range of a call to GetRangePointer.

GetHScrollBar = 2131 class-attribute instance-attribute

Is the horizontal scroll bar visible?

GetHighlightGuide = 2135 class-attribute instance-attribute

Get the highlighted indentation guide column.

GetHotspotActiveBack = 2495 class-attribute instance-attribute

Get the back colour for active hotspots.

GetHotspotActiveFore = 2494 class-attribute instance-attribute

Get the fore colour for active hotspots.

GetHotspotActiveUnderline = 2496 class-attribute instance-attribute

Get whether underlining for active hotspots.

GetHotspotSingleLine = 2497 class-attribute instance-attribute

Get the HotspotSingleLine property

GetIMEInteraction = 2678 class-attribute instance-attribute

Is the IME displayed in a window or inline?

GetIdentifier = 2623 class-attribute instance-attribute

Get the identifier.

GetIdleStyling = 2693 class-attribute instance-attribute

Retrieve the limits to idle styling.

GetIndent = 2123 class-attribute instance-attribute

Retrieve indentation size.

GetIndentationGuides = 2133 class-attribute instance-attribute

Are the indentation guides visible?

GetIndicatorCurrent = 2501 class-attribute instance-attribute

Get the current indicator

GetIndicatorValue = 2503 class-attribute instance-attribute

Get the current indicator value

GetLastChild = 2224 class-attribute instance-attribute

Find the last child line of a header line.

GetLayoutCache = 2273 class-attribute instance-attribute

Retrieve the degree of caching of layout information.

GetLayoutThreads = 2776 class-attribute instance-attribute

Get maximum number of threads used for layout

GetLength = 2006 class-attribute instance-attribute

Returns the number of bytes in the document.

GetLexer = 4002 class-attribute instance-attribute

Retrieve the lexing language of the document.

GetLexerLanguage = 4012 class-attribute instance-attribute

Retrieve the name of the lexer. Return the length of the text. Result is NUL-terminated.

GetLine = 2153 class-attribute instance-attribute

Retrieve the contents of a line. Returns the length of the line.

GetLineCharacterIndex = 2710 class-attribute instance-attribute

Retrieve line character index state.

GetLineCount = 2154 class-attribute instance-attribute

Returns the number of lines in the document. There is always at least one.

GetLineEndPosition = 2136 class-attribute instance-attribute

Get the position after the last visible characters on a line.

GetLineEndTypesActive = 2658 class-attribute instance-attribute

Get the line end types currently recognised. May be a subset of the allowed types due to lexer limitation.

GetLineEndTypesAllowed = 2657 class-attribute instance-attribute

Get the line end types currently allowed.

GetLineEndTypesSupported = 4018 class-attribute instance-attribute

Bit set of LineEndType enumertion for which line ends beyond the standard LF, CR, and CRLF are supported by the lexer.

GetLineIndentPosition = 2128 class-attribute instance-attribute

Retrieve the position before the first non indentation character on a line.

GetLineIndentation = 2127 class-attribute instance-attribute

Retrieve the number of columns that a line is indented.

GetLineSelEndPosition = 2425 class-attribute instance-attribute

Retrieve the position of the end of the selection at the given line (INVALID_POSITION if no selection on this line).

GetLineSelStartPosition = 2424 class-attribute instance-attribute

Retrieve the position of the start of the selection at the given line (INVALID_POSITION if no selection on this line).

GetLineState = 2093 class-attribute instance-attribute

Retrieve the extra styling information for a line.

GetLineVisible = 2228 class-attribute instance-attribute

Is a line visible?

GetMainSelection = 2575 class-attribute instance-attribute

Which selection is the main selection

GetMarginBackN = 2251 class-attribute instance-attribute

Retrieve the background colour of a margin

GetMarginCursorN = 2249 class-attribute instance-attribute

Retrieve the cursor shown in a margin.

GetMarginLeft = 2156 class-attribute instance-attribute

Returns the size in pixels of the left margin.

GetMarginMaskN = 2245 class-attribute instance-attribute

Retrieve the marker mask of a margin.

GetMarginOptions = 2557 class-attribute instance-attribute

Get the margin options.

GetMarginRight = 2158 class-attribute instance-attribute

Returns the size in pixels of the right margin.

GetMarginSensitiveN = 2247 class-attribute instance-attribute

Retrieve the mouse click sensitivity of a margin.

GetMarginTypeN = 2241 class-attribute instance-attribute

Retrieve the type of a margin.

GetMarginWidthN = 2243 class-attribute instance-attribute

Retrieve the width of a margin in pixels.

GetMargins = 2253 class-attribute instance-attribute

How many margins are there?.

GetMaxLineState = 2094 class-attribute instance-attribute

Retrieve the last line number that has line state.

GetModEventMask = 2378 class-attribute instance-attribute

Get which document modification events are sent to the container.

GetModify = 2159 class-attribute instance-attribute

Is the document different from when it was last saved?

GetMouseDownCaptures = 2385 class-attribute instance-attribute

Get whether mouse gets captured.

GetMouseDwellTime = 2265 class-attribute instance-attribute

Retrieve the time the mouse must sit still to generate a mouse dwell event.

GetMouseSelectionRectangularSwitch = 2669 class-attribute instance-attribute

Whether switching to rectangular mode while selecting with the mouse is allowed.

GetMouseWheelCaptures = 2697 class-attribute instance-attribute

Get whether mouse wheel can be active outside the window.

GetMoveExtendsSelection = 2706 class-attribute instance-attribute

Get whether or not regular caret moves will extend or reduce the selection.

GetMultiEdgeColumn = 2749 class-attribute instance-attribute

Get multi edge positions.

GetMultiPaste = 2615 class-attribute instance-attribute

Retrieve the effect of pasting when there are multiple selections.

GetMultipleSelection = 2564 class-attribute instance-attribute

Whether multiple selections can be made

GetNamedStyles = 4029 class-attribute instance-attribute

Retrieve the number of named styles for the lexer.

GetNextTabStop = 2677 class-attribute instance-attribute

Find the next explicit tab stop position on a line after a position.

GetOvertype = 2187 class-attribute instance-attribute

Returns true if overtype mode is active otherwise false is returned.

GetPasteConvertEndings = 2468 class-attribute instance-attribute

Get convert-on-paste setting

GetPhasesDraw = 2673 class-attribute instance-attribute

How many phases is drawing done in?

GetPositionCache = 2515 class-attribute instance-attribute

How many entries are allocated to the position cache?

GetPrimaryStyleFromStyle = 4028 class-attribute instance-attribute

For a secondary style, return the primary style, else return the argument.

GetPrintColourMode = 2149 class-attribute instance-attribute

Returns the print colour mode.

GetPrintMagnification = 2147 class-attribute instance-attribute

Returns the print magnification.

GetPrintWrapMode = 2407 class-attribute instance-attribute

Is printing line wrapped?

GetProperty = 4008 class-attribute instance-attribute

Retrieve a "property" value previously set with SetProperty. Result is NUL-terminated.

GetPropertyExpanded = 4009 class-attribute instance-attribute

Retrieve a "property" value previously set with SetProperty, with "$()" variable replacement on returned buffer. Result is NUL-terminated.

GetPropertyInt = 4010 class-attribute instance-attribute

Retrieve a "property" value previously set with SetProperty, interpreted as an int AFTER any "$()" variable replacement.

GetPunctuationChars = 2649 class-attribute instance-attribute

Get the set of characters making up punctuation characters

GetRangePointer = 2643 class-attribute instance-attribute

Return a read-only pointer to a range of characters in the document. May move the gap so that the range is contiguous, but will only move up to lengthRange bytes.

GetReadOnly = 2140 class-attribute instance-attribute

In read-only mode?

GetRectangularSelectionAnchor = 2591 class-attribute instance-attribute

Return the anchor position of the rectangular selection.

GetRectangularSelectionAnchorVirtualSpace = 2595 class-attribute instance-attribute

Return the virtual space of the anchor of the rectangular selection.

GetRectangularSelectionCaret = 2589 class-attribute instance-attribute

Return the caret position of the rectangular selection.

GetRectangularSelectionCaretVirtualSpace = 2593 class-attribute instance-attribute

Return the virtual space of the caret of the rectangular selection.

GetRectangularSelectionModifier = 2599 class-attribute instance-attribute

Get the modifier key used for rectangular selection.

GetRepresentation = 2666 class-attribute instance-attribute

Get the way a character is drawn. Result is NUL-terminated.

GetRepresentationAppearance = 2767 class-attribute instance-attribute

Get the appearance of a representation.

GetRepresentationColour = 2769 class-attribute instance-attribute

Get the colour of a representation.

GetScrollWidth = 2275 class-attribute instance-attribute

Retrieve the document width assumed for scrolling.

GetScrollWidthTracking = 2517 class-attribute instance-attribute

Retrieve whether the scroll width tracks wide lines.

GetSearchFlags = 2199 class-attribute instance-attribute

Get the search flags used by SearchInTarget.

GetSelAlpha = 2477 class-attribute instance-attribute

Get the alpha of the selection.

GetSelEOLFilled = 2479 class-attribute instance-attribute

Is the selection end of line filled?

GetSelText = 2161 class-attribute instance-attribute

Retrieve the selected text. Return the length of the text. Result is NUL-terminated.

GetSelectionEmpty = 2650 class-attribute instance-attribute

Is every selected range empty?

GetSelectionEnd = 2145 class-attribute instance-attribute

Returns the position at the end of the selection.

GetSelectionHidden = 2088 class-attribute instance-attribute

GetSelectionLayer = 2762 class-attribute instance-attribute

Get the layer for drawing selections

GetSelectionMode = 2423 class-attribute instance-attribute

Get the mode of the current selection.

GetSelectionNAnchor = 2579 class-attribute instance-attribute

Return the anchor position of the nth selection.

GetSelectionNAnchorVirtualSpace = 2583 class-attribute instance-attribute

Return the virtual space of the anchor of the nth selection.

GetSelectionNCaret = 2577 class-attribute instance-attribute

Return the caret position of the nth selection.

GetSelectionNCaretVirtualSpace = 2581 class-attribute instance-attribute

Return the virtual space of the caret of the nth selection.

GetSelectionNEnd = 2587 class-attribute instance-attribute

Returns the position at the end of the selection.

GetSelectionNEndVirtualSpace = 2727 class-attribute instance-attribute

Returns the virtual space at the end of the selection.

GetSelectionNStart = 2585 class-attribute instance-attribute

Returns the position at the start of the selection.

GetSelectionNStartVirtualSpace = 2726 class-attribute instance-attribute

Returns the virtual space at the start of the selection.

GetSelectionSerialized = 2785 class-attribute instance-attribute

Retrieve serialized form of selection.

GetSelectionStart = 2143 class-attribute instance-attribute

Returns the position at the start of the selection.

GetSelections = 2570 class-attribute instance-attribute

How many selections are there?

GetStatus = 2383 class-attribute instance-attribute

Get error status.

GetStyleAt = 2010 class-attribute instance-attribute

Returns the style byte at the position.

GetStyleFromSubStyle = 4027 class-attribute instance-attribute

For a sub style, return the base style, else return the argument.

GetStyleIndexAt = 2038 class-attribute instance-attribute

Returns the unsigned style byte at the position.

GetStyledText = 2015 class-attribute instance-attribute

Retrieve a buffer of cells. Returns the number of bytes in the buffer not including terminating NULs.

GetStyledTextFull = 2778 class-attribute instance-attribute

Retrieve a buffer of cells that can be past 2GB. Returns the number of bytes in the buffer not including terminating NULs.

GetSubStyleBases = 4026 class-attribute instance-attribute

Get the set of base styles that can be extended with sub styles Result is NUL-terminated.

GetSubStylesLength = 4022 class-attribute instance-attribute

The number of sub styles associated with a base style

GetSubStylesStart = 4021 class-attribute instance-attribute

The starting style number for the sub styles associated with a base style

GetTabDrawMode = 2698 class-attribute instance-attribute

Retrieve the current tab draw mode. Returns one of SCTD_* constants.

GetTabIndents = 2261 class-attribute instance-attribute

Does a tab pressed when caret is within indentation indent?

GetTabMinimumWidth = 2725 class-attribute instance-attribute

Get the minimum visual width of a tab.

GetTabWidth = 2121 class-attribute instance-attribute

Retrieve the visible size of a tab.

GetTag = 2616 class-attribute instance-attribute

Retrieve the value of a tag from a regular expression search. Result is NUL-terminated.

GetTargetEnd = 2193 class-attribute instance-attribute

Get the position that ends the target.

GetTargetEndVirtualSpace = 2731 class-attribute instance-attribute

Get the virtual space of the target end

GetTargetStart = 2191 class-attribute instance-attribute

Get the position that starts the target.

GetTargetStartVirtualSpace = 2729 class-attribute instance-attribute

Get the virtual space of the target start

GetTargetText = 2687 class-attribute instance-attribute

Retrieve the text in the target.

GetTechnology = 2631 class-attribute instance-attribute

Get the tech.

GetText = 2182 class-attribute instance-attribute

Retrieve all the text in the document. Returns number of characters retrieved. Result is NUL-terminated.

GetTextLength = 2183 class-attribute instance-attribute

Retrieve the number of characters in the document.

GetTextRange = 2162 class-attribute instance-attribute

Retrieve a range of text. Return the length of the text.

GetTextRangeFull = 2039 class-attribute instance-attribute

Retrieve a range of text that can be past 2GB. Return the length of the text.

GetUndoActionPosition = 2803 class-attribute instance-attribute

What is the position of an action?

GetUndoActionText = 2804 class-attribute instance-attribute

What is the text of an action?

GetUndoActionType = 2802 class-attribute instance-attribute

What is the type of an action?

GetUndoActions = 2790 class-attribute instance-attribute

How many undo actions are in the history?

GetUndoCollection = 2019 class-attribute instance-attribute

Is undo history being collected?

GetUndoCurrent = 2798 class-attribute instance-attribute

Which action is the current point?

GetUndoDetach = 2794 class-attribute instance-attribute

Which action is the detach point?

GetUndoSavePoint = 2792 class-attribute instance-attribute

Which action is the save point?

GetUndoSelectionHistory = 2783 class-attribute instance-attribute

Report undo selection history status.

GetUndoSequence = 2799 class-attribute instance-attribute

Is an undo sequence active?

GetUndoTentative = 2796 class-attribute instance-attribute

Which action is the tentative point?

GetUseTabs = 2125 class-attribute instance-attribute

Retrieve whether tabs will be used in indentation.

GetVScrollBar = 2281 class-attribute instance-attribute

Is the vertical scroll bar visible?

GetViewEOL = 2355 class-attribute instance-attribute

Are the end of line characters visible?

GetViewWS = 2020 class-attribute instance-attribute

Are white space characters currently visible? Returns one of SCWS_* constants.

GetVirtualSpaceOptions = 2597 class-attribute instance-attribute

Return options for virtual space behaviour.

GetWhitespaceChars = 2647 class-attribute instance-attribute

Get the set of characters making up whitespace for when moving or selecting by word.

GetWhitespaceSize = 2087 class-attribute instance-attribute

Get the size of the dots used to mark space characters.

GetWordChars = 2646 class-attribute instance-attribute

Get the set of characters making up words for when moving or selecting by word. Returns the number of characters

GetWrapIndentMode = 2473 class-attribute instance-attribute

Retrieve how wrapped sublines are placed. Default is fixed.

GetWrapMode = 2269 class-attribute instance-attribute

Retrieve whether text is word wrapped.

GetWrapStartIndent = 2465 class-attribute instance-attribute

Retrive the start indent for wrapped lines.

GetWrapVisualFlags = 2461 class-attribute instance-attribute

Retrive the display mode of visual flags for wrapped lines.

GetWrapVisualFlagsLocation = 2463 class-attribute instance-attribute

Retrive the location of visual flags for wrapped lines.

GetXOffset = 2398 class-attribute instance-attribute

Get the xOffset (ie, horizontal scroll position).

GetZoom = 2374 class-attribute instance-attribute

Retrieve the zoom level.

GotoLine = 2024 class-attribute instance-attribute

Set caret to start of a line and ensure it is visible.

GotoPos = 2025 class-attribute instance-attribute

Set caret to a position and ensure it is visible.

GrabFocus = 2400 class-attribute instance-attribute

Set the focus to this Scintilla widget.

HideLines = 2227 class-attribute instance-attribute

Make a range of lines invisible.

HideSelection = 2163 class-attribute instance-attribute

Draw the selection either highlighted or in normal (non-highlighted) style.

Home = 2312 class-attribute instance-attribute

Move caret to first position on line.

HomeDisplay = 2345 class-attribute instance-attribute

Move caret to first position on display line.

HomeDisplayExtend = 2346 class-attribute instance-attribute

Move caret to first position on display line extending selection to new caret position.

HomeExtend = 2313 class-attribute instance-attribute

Move caret to first position on line extending selection to new caret position.

HomeRectExtend = 2430 class-attribute instance-attribute

Move caret to first position on line, extending rectangular selection to new caret position.

HomeWrap = 2349 class-attribute instance-attribute

Like Home but when word-wrap is enabled goes first to start of display line HomeDisplay, then to start of document line Home.

HomeWrapExtend = 2450 class-attribute instance-attribute

Like HomeExtend but when word-wrap is enabled extends first to start of display line HomeDisplayExtend, then to start of document line HomeExtend.

IndexPositionFromLine = 2714 class-attribute instance-attribute

Retrieve the position measured in index units at the start of a document line.

IndicGetAlpha = 2524 class-attribute instance-attribute

Get the alpha fill colour of the given indicator.

IndicGetFlags = 2685 class-attribute instance-attribute

Retrieve the attributes of an indicator.

IndicGetFore = 2083 class-attribute instance-attribute

Retrieve the foreground colour of an indicator.

IndicGetHoverFore = 2683 class-attribute instance-attribute

Retrieve the foreground hover colour of an indicator.

IndicGetHoverStyle = 2681 class-attribute instance-attribute

Retrieve the hover style of an indicator.

IndicGetOutlineAlpha = 2559 class-attribute instance-attribute

Get the alpha outline colour of the given indicator.

IndicGetStrokeWidth = 2752 class-attribute instance-attribute

Retrieve the stroke width of an indicator.

IndicGetStyle = 2081 class-attribute instance-attribute

Retrieve the style of an indicator.

IndicGetUnder = 2511 class-attribute instance-attribute

Retrieve whether indicator drawn under or over text.

IndicSetAlpha = 2523 class-attribute instance-attribute

Set the alpha fill colour of the given indicator.

IndicSetFlags = 2684 class-attribute instance-attribute

Set the attributes of an indicator.

IndicSetFore = 2082 class-attribute instance-attribute

Set the foreground colour of an indicator.

IndicSetHoverFore = 2682 class-attribute instance-attribute

Set the foreground hover colour of an indicator.

IndicSetHoverStyle = 2680 class-attribute instance-attribute

Set a hover indicator to plain, squiggle or TT.

IndicSetOutlineAlpha = 2558 class-attribute instance-attribute

Set the alpha outline colour of the given indicator.

IndicSetStrokeWidth = 2751 class-attribute instance-attribute

Set the stroke width of an indicator in hundredths of a pixel.

IndicSetStyle = 2080 class-attribute instance-attribute

Set an indicator to plain, squiggle or TT.

IndicSetUnder = 2510 class-attribute instance-attribute

Set an indicator to draw under text or over(default).

IndicatorAllOnFor = 2506 class-attribute instance-attribute

Are any indicators present at pos?

IndicatorClearRange = 2505 class-attribute instance-attribute

Turn a indicator off over a range.

IndicatorEnd = 2509 class-attribute instance-attribute

Where does a particular indicator end?

IndicatorFillRange = 2504 class-attribute instance-attribute

Turn a indicator on over a range.

IndicatorStart = 2508 class-attribute instance-attribute

Where does a particular indicator start?

IndicatorValueAt = 2507 class-attribute instance-attribute

What value does a particular indicator have at a position?

InsertText = 2003 class-attribute instance-attribute

Insert string at a position.

IsRangeWord = 2691 class-attribute instance-attribute

Is the range start..end considered a word?

LineCopy = 2455 class-attribute instance-attribute

Copy the line containing the caret.

LineCut = 2337 class-attribute instance-attribute

Cut the line containing the caret.

LineDedent = 2814 class-attribute instance-attribute

Dedent the current and selected lines.

LineDelete = 2338 class-attribute instance-attribute

Delete the line containing the caret.

LineDown = 2300 class-attribute instance-attribute

Move caret down one line.

LineDownExtend = 2301 class-attribute instance-attribute

Move caret down one line extending selection to new caret position.

LineDownRectExtend = 2426 class-attribute instance-attribute

Move caret down one line, extending rectangular selection to new caret position.

LineDuplicate = 2404 class-attribute instance-attribute

Duplicate the current line.

LineEnd = 2314 class-attribute instance-attribute

Move caret to last position on line.

LineEndDisplay = 2347 class-attribute instance-attribute

Move caret to last position on display line.

LineEndDisplayExtend = 2348 class-attribute instance-attribute

Move caret to last position on display line extending selection to new caret position.

LineEndExtend = 2315 class-attribute instance-attribute

Move caret to last position on line extending selection to new caret position.

LineEndRectExtend = 2432 class-attribute instance-attribute

Move caret to last position on line, extending rectangular selection to new caret position.

LineEndWrap = 2451 class-attribute instance-attribute

Like LineEnd but when word-wrap is enabled goes first to end of display line LineEndDisplay, then to start of document line LineEnd.

LineEndWrapExtend = 2452 class-attribute instance-attribute

Like LineEndExtend but when word-wrap is enabled extends first to end of display line LineEndDisplayExtend, then to start of document line LineEndExtend.

LineFromIndexPosition = 2713 class-attribute instance-attribute

Retrieve the document line containing a position measured in index units.

LineFromPosition = 2166 class-attribute instance-attribute

Retrieve the line containing a position.

LineIndent = 2813 class-attribute instance-attribute

Indent the current and selected lines.

LineLength = 2350 class-attribute instance-attribute

How many characters are on a line, including end of line characters?

LineReverse = 2354 class-attribute instance-attribute

Reverse order of selected lines.

LineScroll = 2168 class-attribute instance-attribute

Scroll horizontally and vertically.

LineScrollDown = 2342 class-attribute instance-attribute

Scroll the document down, keeping the caret visible.

LineScrollUp = 2343 class-attribute instance-attribute

Scroll the document up, keeping the caret visible.

LineTranspose = 2339 class-attribute instance-attribute

Switch the current line with the previous.

LineUp = 2302 class-attribute instance-attribute

Move caret up one line.

LineUpExtend = 2303 class-attribute instance-attribute

Move caret up one line extending selection to new caret position.

LineUpRectExtend = 2427 class-attribute instance-attribute

Move caret up one line, extending rectangular selection to new caret position.

LinesJoin = 2288 class-attribute instance-attribute

Join the lines in the target.

LinesOnScreen = 2370 class-attribute instance-attribute

Retrieves the number of lines completely visible.

LinesSplit = 2289 class-attribute instance-attribute

Split the lines in the target into lines that are less wide than pixelWidth where possible.

LowerCase = 2340 class-attribute instance-attribute

Transform the selection to lower case.

MarginGetStyle = 2533 class-attribute instance-attribute

Get the style number for the text margin for a line

MarginGetStyleOffset = 2538 class-attribute instance-attribute

Get the start of the range of style numbers used for margin text

MarginGetStyles = 2535 class-attribute instance-attribute

Get the styles in the text margin for a line

MarginGetText = 2531 class-attribute instance-attribute

Get the text in the text margin for a line

MarginSetStyle = 2532 class-attribute instance-attribute

Set the style number for the text margin for a line

MarginSetStyleOffset = 2537 class-attribute instance-attribute

Get the start of the range of style numbers used for margin text

MarginSetStyles = 2534 class-attribute instance-attribute

Set the style in the text margin for a line

MarginSetText = 2530 class-attribute instance-attribute

Set the text in the text margin for a line

MarginTextClearAll = 2536 class-attribute instance-attribute

Clear the margin text on all lines

MarkerAdd = 2043 class-attribute instance-attribute

Add a marker to a line, returning an ID which can be used to find or delete the marker.

MarkerAddSet = 2466 class-attribute instance-attribute

Add a set of markers to a line.

MarkerDefine = 2040 class-attribute instance-attribute

Set the symbol used for a particular marker number.

MarkerDefinePixmap = 2049 class-attribute instance-attribute

Define a marker from a pixmap.

MarkerDefineRGBAImage = 2626 class-attribute instance-attribute

Define a marker from RGBA data. It has the width and height from RGBAImageSetWidth/Height

MarkerDelete = 2044 class-attribute instance-attribute

Delete a marker from a line.

MarkerDeleteAll = 2045 class-attribute instance-attribute

Delete all markers with a particular number from all lines.

MarkerDeleteHandle = 2018 class-attribute instance-attribute

Delete a marker.

MarkerEnableHighlight = 2293 class-attribute instance-attribute

Enable/disable highlight for current folding block (smallest one that contains the caret)

MarkerGet = 2046 class-attribute instance-attribute

Get a bit mask of all the markers set on a line.

MarkerGetLayer = 2734 class-attribute instance-attribute

Get the layer used for a marker that is drawn in the text area, not the margin.

MarkerHandleFromLine = 2732 class-attribute instance-attribute

Retrieve marker handles of a line

MarkerLineFromHandle = 2017 class-attribute instance-attribute

Retrieve the line number at which a particular marker is located.

MarkerNext = 2047 class-attribute instance-attribute

Find the next line at or after lineStart that includes a marker in mask. Return -1 when no more lines.

MarkerNumberFromLine = 2733 class-attribute instance-attribute

Retrieve marker number of a marker handle

MarkerPrevious = 2048 class-attribute instance-attribute

Find the previous line before lineStart that includes a marker in mask.

MarkerSetAlpha = 2476 class-attribute instance-attribute

Set the alpha used for a marker that is drawn in the text area, not the margin.

MarkerSetBack = 2042 class-attribute instance-attribute

Set the background colour used for a particular marker number.

MarkerSetBackSelected = 2292 class-attribute instance-attribute

Set the background colour used for a particular marker number when its folding block is selected.

MarkerSetBackSelectedTranslucent = 2296 class-attribute instance-attribute

Set the background colour used for a particular marker number when its folding block is selected.

MarkerSetBackTranslucent = 2295 class-attribute instance-attribute

Set the background colour used for a particular marker number.

MarkerSetFore = 2041 class-attribute instance-attribute

Set the foreground colour used for a particular marker number.

MarkerSetForeTranslucent = 2294 class-attribute instance-attribute

Set the foreground colour used for a particular marker number.

MarkerSetLayer = 2735 class-attribute instance-attribute

Set the layer used for a marker that is drawn in the text area, not the margin.

MarkerSetStrokeWidth = 2297 class-attribute instance-attribute

Set the width of strokes used in .01 pixels so 50 = 1/2 pixel width.

MarkerSymbolDefined = 2529 class-attribute instance-attribute

Which symbol was defined for markerNumber with MarkerDefine

MoveCaretInsideView = 2401 class-attribute instance-attribute

Move the caret inside current view if it's not there already.

MoveSelectedLinesDown = 2621 class-attribute instance-attribute

Move the selected lines down one line, shifting the line below before the selection

MoveSelectedLinesUp = 2620 class-attribute instance-attribute

Move the selected lines up one line, shifting the line above after the selection

MultiEdgeAddLine = 2694 class-attribute instance-attribute

Add a new vertical edge to the view.

MultiEdgeClearAll = 2695 class-attribute instance-attribute

Clear all vertical edges.

MultipleSelectAddEach = 2689 class-attribute instance-attribute

Add each occurrence of the main selection in the target to the set of selections. If the current selection is empty then select word around caret.

MultipleSelectAddNext = 2688 class-attribute instance-attribute

Add the next occurrence of the main selection to the set of selections as main. If the current selection is empty then select word around caret.

NameOfStyle = 4030 class-attribute instance-attribute

Retrieve the name of a style. Result is NUL-terminated.

NewLine = 2329 class-attribute instance-attribute

Insert a new line, may use a CRLF, CR or LF depending on EOL mode.

Null = 2172 class-attribute instance-attribute

Null operation.

PageDown = 2322 class-attribute instance-attribute

Move caret one page down.

PageDownExtend = 2323 class-attribute instance-attribute

Move caret one page down extending selection to new caret position.

PageDownRectExtend = 2434 class-attribute instance-attribute

Move caret one page down, extending rectangular selection to new caret position.

PageUp = 2320 class-attribute instance-attribute

Move caret one page up.

PageUpExtend = 2321 class-attribute instance-attribute

Move caret one page up extending selection to new caret position.

PageUpRectExtend = 2433 class-attribute instance-attribute

Move caret one page up, extending rectangular selection to new caret position.

ParaDown = 2413 class-attribute instance-attribute

Move caret down one paragraph (delimited by empty lines).

ParaDownExtend = 2414 class-attribute instance-attribute

Extend selection down one paragraph (delimited by empty lines).

ParaUp = 2415 class-attribute instance-attribute

Move caret up one paragraph (delimited by empty lines).

ParaUpExtend = 2416 class-attribute instance-attribute

Extend selection up one paragraph (delimited by empty lines).

Paste = 2179 class-attribute instance-attribute

Paste the contents of the clipboard into the document replacing the selection.

PointXFromPosition = 2164 class-attribute instance-attribute

Retrieve the x value of the point in the window where a position is displayed.

PointYFromPosition = 2165 class-attribute instance-attribute

Retrieve the y value of the point in the window where a position is displayed.

PositionAfter = 2418 class-attribute instance-attribute

Given a valid document position, return the next position taking code page into account. Maximum value returned is the last position in the document.

PositionBefore = 2417 class-attribute instance-attribute

Given a valid document position, return the previous position taking code page into account. Returns 0 if passed 0.

PositionFromLine = 2167 class-attribute instance-attribute

Retrieve the position at the start of a line.

PositionFromPoint = 2022 class-attribute instance-attribute

Find the position from a point within the window.

PositionFromPointClose = 2023 class-attribute instance-attribute

Find the position from a point within the window but return INVALID_POSITION if not close to text.

PositionRelative = 2670 class-attribute instance-attribute

Given a valid document position, return a position that differs in a number of characters. Returned value is always between 0 and last position in document.

PositionRelativeCodeUnits = 2716 class-attribute instance-attribute

Given a valid document position, return a position that differs in a number of UTF-16 code units. Returned value is always between 0 and last position in document. The result may point half way (2 bytes) inside a non-BMP character.

PrivateLexerCall = 4013 class-attribute instance-attribute

For private communication between an application and a known lexer.

PropertyNames = 4014 class-attribute instance-attribute

Retrieve a '\n' separated list of properties understood by the current lexer. Result is NUL-terminated.

PropertyType = 4015 class-attribute instance-attribute

Retrieve the type of a property.

PushUndoActionType = 2800 class-attribute instance-attribute

Push one action onto undo history with no text

RGBAImageSetHeight = 2625 class-attribute instance-attribute

Set the height for future RGBA image data.

RGBAImageSetScale = 2651 class-attribute instance-attribute

Set the scale factor in percent for future RGBA image data.

RGBAImageSetWidth = 2624 class-attribute instance-attribute

Set the width for future RGBA image data.

Redo = 2011 class-attribute instance-attribute

Redoes the next action on the undo history.

RegisterImage = 2405 class-attribute instance-attribute

Register an XPM image for use in autocompletion lists.

RegisterRGBAImage = 2627 class-attribute instance-attribute

Register an RGBA image for use in autocompletion lists. It has the width and height from RGBAImageSetWidth/Height

ReleaseAllExtendedStyles = 2552 class-attribute instance-attribute

Release all extended (>255) style numbers

ReleaseDocument = 2377 class-attribute instance-attribute

Release a reference to the document, deleting document if it fades to black.

ReleaseLineCharacterIndex = 2712 class-attribute instance-attribute

Decrease use count of line character index and remove if 0.

ReplaceRectangular = 2771 class-attribute instance-attribute

Replace the selection with text like a rectangular paste.

ReplaceSel = 2170 class-attribute instance-attribute

Replace the selected text with the argument text.

ReplaceTarget = 2194 class-attribute instance-attribute

Replace the target text with the argument text. Text is counted so it can contain NULs. Returns the length of the replacement text.

ReplaceTargetMinimal = 2779 class-attribute instance-attribute

Replace the target text with the argument text but ignore prefix and suffix that are the same as current.

ReplaceTargetRE = 2195 class-attribute instance-attribute

Replace the target text with the argument text after \d processing. Text is counted so it can contain NULs. Looks for \d where d is between 1 and 9 and replaces these with the strings matched in the last search operation which were surrounded by ( and ). Returns the length of the replacement text including any change caused by processing the \d patterns.

ResetElementColour = 2755 class-attribute instance-attribute

Use the default or platform-defined colour for an element.

RotateSelection = 2606 class-attribute instance-attribute

Set the main selection to the next selection.

ScrollCaret = 2169 class-attribute instance-attribute

Ensure the caret is visible.

ScrollRange = 2569 class-attribute instance-attribute

Scroll the argument positions and the range between them into view giving priority to the primary position then the secondary position. This may be used to make a search match visible.

ScrollToEnd = 2629 class-attribute instance-attribute

Scroll to end of document.

ScrollToStart = 2628 class-attribute instance-attribute

Scroll to start of document.

ScrollVertical = 2817 class-attribute instance-attribute

Scroll vertically with allowance for wrapping.

SearchAnchor = 2366 class-attribute instance-attribute

Sets the current caret position to be the search anchor.

SearchInTarget = 2197 class-attribute instance-attribute

Search for a counted string in the target and set the target to the found range. Text is counted so it can contain NULs. Returns start of found range or -1 for failure in which case target is not moved.

SearchNext = 2367 class-attribute instance-attribute

Find some text starting at the search anchor. Does not ensure the selection is visible.

SearchPrev = 2368 class-attribute instance-attribute

Find some text starting at the search anchor and moving backwards. Does not ensure the selection is visible.

SelectAll = 2013 class-attribute instance-attribute

Select all the text in the document.

SelectionDuplicate = 2469 class-attribute instance-attribute

Duplicate the selection. If selection empty duplicate the line containing the caret.

SelectionFromPoint = 2474 class-attribute instance-attribute

Find the selection index for a point. -1 when not at a selection.

SelectionIsRectangle = 2372 class-attribute instance-attribute

Is the selection rectangular? The alternative is the more common stream selection.

SetAccessibility = 2702 class-attribute instance-attribute

Enable or disable accessibility.

SetAdditionalCaretFore = 2604 class-attribute instance-attribute

Set the foreground colour of additional carets.

Set whether additional carets will blink

SetAdditionalCaretsVisible = 2608 class-attribute instance-attribute

Set whether additional carets are visible

SetAdditionalSelAlpha = 2602 class-attribute instance-attribute

Set the alpha of the selection.

SetAdditionalSelBack = 2601 class-attribute instance-attribute

Set the background colour of additional selections. Must have previously called SetSelBack with non-zero first argument for this to have an effect.

SetAdditionalSelFore = 2600 class-attribute instance-attribute

Set the foreground colour of additional selections. Must have previously called SetSelFore with non-zero first argument for this to have an effect.

SetAdditionalSelectionTyping = 2565 class-attribute instance-attribute

Set whether typing can be performed into multiple selections

SetAnchor = 2026 class-attribute instance-attribute

Set the selection anchor to a position. The anchor is the opposite end of the selection from the caret.

SetAutomaticFold = 2663 class-attribute instance-attribute

Set automatic folding behaviours.

SetBackSpaceUnIndents = 2262 class-attribute instance-attribute

Sets whether a backspace pressed when caret is within indentation unindents.

SetBidirectional = 2709 class-attribute instance-attribute

Set bidirectional text display state.

SetBufferedDraw = 2035 class-attribute instance-attribute

If drawing is buffered then each line of text is drawn into a bitmap buffer before drawing it to the screen to avoid flicker.

SetCaretFore = 2069 class-attribute instance-attribute

Set the foreground colour of the caret.

SetCaretLineBack = 2098 class-attribute instance-attribute

Set the colour of the background of the line containing the caret.

SetCaretLineBackAlpha = 2470 class-attribute instance-attribute

Set background alpha of the caret line.

SetCaretLineFrame = 2705 class-attribute instance-attribute

Display the caret line framed. Set width != 0 to enable this option and width = 0 to disable it.

SetCaretLineHighlightSubLine = 2774 class-attribute instance-attribute

Set only highlighting subline instead of whole line.

SetCaretLineLayer = 2765 class-attribute instance-attribute

Set the layer of the background of the line containing the caret.

SetCaretLineVisible = 2096 class-attribute instance-attribute

Display the background of the line containing the caret in a different colour.

SetCaretLineVisibleAlways = 2655 class-attribute instance-attribute

Sets the caret line to always visible.

SetCaretPeriod = 2076 class-attribute instance-attribute

Get the time in milliseconds that the caret is on and off. 0 = steady on.

SetCaretSticky = 2458 class-attribute instance-attribute

Stop the caret preferred x position changing when the user types.

SetCaretStyle = 2512 class-attribute instance-attribute

Set the style of the caret to be drawn.

SetCaretWidth = 2188 class-attribute instance-attribute

Set the width of the insert mode caret.

SetChangeHistory = 2780 class-attribute instance-attribute

Enable or disable change history.

SetCharacterCategoryOptimization = 2720 class-attribute instance-attribute

Set the number of characters to have directly indexed categories

SetCharsDefault = 2444 class-attribute instance-attribute

Reset the set of characters for whitespace and word characters to the defaults.

SetCodePage = 2037 class-attribute instance-attribute

Set the code page used to interpret the bytes of the document as characters. The SC_CP_UTF8 value can be used to enter Unicode mode.

SetCommandEvents = 2717 class-attribute instance-attribute

Set whether command events are sent to the container.

SetControlCharSymbol = 2388 class-attribute instance-attribute

Change the way control characters are displayed: If symbol is < 32, keep the drawn way, else, use the given character.

SetCopySeparator = 2811 class-attribute instance-attribute

Set the string to separate parts when copying a multiple selection.

SetCurrentPos = 2141 class-attribute instance-attribute

Sets the position of the caret.

SetCursor = 2386 class-attribute instance-attribute

Sets the cursor to one of the SC_CURSOR* values.

SetDefaultFoldDisplayText = 2722 class-attribute instance-attribute

Set the default fold display text.

SetDocPointer = 2358 class-attribute instance-attribute

Change the document object used.

SetDragDropEnabled = 2819 class-attribute instance-attribute

Enable or disable drag-and-drop

SetEOLMode = 2031 class-attribute instance-attribute

Set the current end of line mode.

SetEdgeColour = 2365 class-attribute instance-attribute

Change the colour used in edge indication.

SetEdgeColumn = 2361 class-attribute instance-attribute

Set the column number of the edge. If text goes past the edge then it is highlighted.

SetEdgeMode = 2363 class-attribute instance-attribute

The edge may be displayed by a line (EDGE_LINE/EDGE_MULTILINE) or by highlighting text that goes beyond it (EDGE_BACKGROUND) or not displayed at all (EDGE_NONE).

SetElementColour = 2753 class-attribute instance-attribute

Set the colour of an element. Translucency (alpha) may or may not be significant and this may depend on the platform. The alpha byte should commonly be 0xff for opaque.

SetEmptySelection = 2556 class-attribute instance-attribute

Set caret to a position, while removing any existing selection.

SetEndAtLastLine = 2277 class-attribute instance-attribute

Sets the scroll range so that maximum scroll position has the last line at the bottom of the view (default). Setting this to false allows scrolling one page below the last line.

SetExtraAscent = 2525 class-attribute instance-attribute

Set extra ascent for each line

SetExtraDescent = 2527 class-attribute instance-attribute

Set extra descent for each line

SetFirstVisibleLine = 2613 class-attribute instance-attribute

Scroll so that a display line is at the top of the display.

SetFocus = 2380 class-attribute instance-attribute

Change internal focus flag.

SetFoldExpanded = 2229 class-attribute instance-attribute

Show the children of a header line.

SetFoldFlags = 2233 class-attribute instance-attribute

Set some style options for folding.

SetFoldLevel = 2222 class-attribute instance-attribute

Set the fold level of a line. This encodes an integer level along with flags indicating whether the line is a header and whether it is effectively white space.

SetFoldMarginColour = 2290 class-attribute instance-attribute

Set one of the colours used as a chequerboard pattern in the fold margin

SetFoldMarginHiColour = 2291 class-attribute instance-attribute

Set the other colour used as a chequerboard pattern in the fold margin

SetFontLocale = 2760 class-attribute instance-attribute

Set the locale for displaying text.

SetFontQuality = 2611 class-attribute instance-attribute

Choose the quality level for text from the FontQuality enumeration.

SetHScrollBar = 2130 class-attribute instance-attribute

Show or hide the horizontal scroll bar.

SetHighlightGuide = 2134 class-attribute instance-attribute

Set the highlighted indentation guide column. 0 = no highlighted guide.

SetHotspotActiveBack = 2411 class-attribute instance-attribute

Set a back colour for active hotspots.

SetHotspotActiveFore = 2410 class-attribute instance-attribute

Set a fore colour for active hotspots.

SetHotspotActiveUnderline = 2412 class-attribute instance-attribute

Enable / Disable underlining active hotspots.

SetHotspotSingleLine = 2421 class-attribute instance-attribute

Limit hotspots to single line so hotspots on two lines don't merge.

SetILexer = 4033 class-attribute instance-attribute

Set the lexer from an ILexer*.

SetIMEInteraction = 2679 class-attribute instance-attribute

Choose to display the IME in a window or inline.

SetIdentifier = 2622 class-attribute instance-attribute

Set the identifier reported as idFrom in notification messages.

SetIdentifiers = 4024 class-attribute instance-attribute

Set the identifiers that are shown in a particular style

SetIdleStyling = 2692 class-attribute instance-attribute

Sets limits to idle styling.

SetIndent = 2122 class-attribute instance-attribute

Set the number of spaces used for one level of indentation.

SetIndentationGuides = 2132 class-attribute instance-attribute

Show or hide indentation guides.

SetIndicatorCurrent = 2500 class-attribute instance-attribute

Set the indicator used for IndicatorFillRange and IndicatorClearRange

SetIndicatorValue = 2502 class-attribute instance-attribute

Set the value used for IndicatorFillRange

SetKeyWords = 4005 class-attribute instance-attribute

Set up the key words used by the lexer.

SetLayoutCache = 2272 class-attribute instance-attribute

Sets the degree of caching of layout information.

SetLayoutThreads = 2775 class-attribute instance-attribute

Set maximum number of threads used for layout

SetLengthForEncode = 2448 class-attribute instance-attribute

Set the length of the utf8 argument for calling EncodedFromUTF8. Set to -1 and the string will be measured to the first nul.

SetLineEndTypesAllowed = 2656 class-attribute instance-attribute

Set the line end types that the application wants to use. May not be used if incompatible with lexer or encoding.

SetLineIndentation = 2126 class-attribute instance-attribute

Change the indentation of a line to a number of columns.

SetLineState = 2092 class-attribute instance-attribute

Used to hold extra styling information for each line.

SetMainSelection = 2574 class-attribute instance-attribute

Set the main selection

SetMarginBackN = 2250 class-attribute instance-attribute

Set the background colour of a margin. Only visible for SC_MARGIN_COLOUR.

SetMarginCursorN = 2248 class-attribute instance-attribute

Set the cursor shown when the mouse is inside a margin.

SetMarginLeft = 2155 class-attribute instance-attribute

Sets the size in pixels of the left margin.

SetMarginMaskN = 2244 class-attribute instance-attribute

Set a mask that determines which markers are displayed in a margin.

SetMarginOptions = 2539 class-attribute instance-attribute

Set the margin options.

SetMarginRight = 2157 class-attribute instance-attribute

Sets the size in pixels of the right margin.

SetMarginSensitiveN = 2246 class-attribute instance-attribute

Make a margin sensitive or insensitive to mouse clicks.

SetMarginTypeN = 2240 class-attribute instance-attribute

Set a margin to be either numeric or symbolic.

SetMarginWidthN = 2242 class-attribute instance-attribute

Set the width of a margin to a width expressed in pixels.

SetMargins = 2252 class-attribute instance-attribute

Allocate a non-standard number of margins.

SetModEventMask = 2359 class-attribute instance-attribute

Set which document modification events are sent to the container.

SetMouseDownCaptures = 2384 class-attribute instance-attribute

Set whether the mouse is captured when its button is pressed.

SetMouseDwellTime = 2264 class-attribute instance-attribute

Sets the time the mouse must sit still to generate a mouse dwell event.

SetMouseSelectionRectangularSwitch = 2668 class-attribute instance-attribute

Set whether switching to rectangular mode while selecting with the mouse is allowed.

SetMouseWheelCaptures = 2696 class-attribute instance-attribute

Set whether the mouse wheel can be active outside the window.

SetMoveExtendsSelection = 2719 class-attribute instance-attribute

Set whether or not regular caret moves will extend or reduce the selection.

SetMultiPaste = 2614 class-attribute instance-attribute

Change the effect of pasting when there are multiple selections.

SetMultipleSelection = 2563 class-attribute instance-attribute

Set whether multiple selections can be made

SetOvertype = 2186 class-attribute instance-attribute

Set to overtype (true) or insert mode.

SetPasteConvertEndings = 2467 class-attribute instance-attribute

Enable/Disable convert-on-paste for line endings

SetPhasesDraw = 2674 class-attribute instance-attribute

In one phase draw, text is drawn in a series of rectangular blocks with no overlap. In two phase draw, text is drawn in a series of lines allowing runs to overlap horizontally. In multiple phase draw, each element is drawn over the whole drawing area, allowing text to overlap from one line to the next.

SetPositionCache = 2514 class-attribute instance-attribute

Set number of entries in position cache

SetPrintColourMode = 2148 class-attribute instance-attribute

Modify colours when printing for clearer printed text.

SetPrintMagnification = 2146 class-attribute instance-attribute

Sets the print magnification added to the point size of each style for printing.

SetPrintWrapMode = 2406 class-attribute instance-attribute

Set printing to line wrapped (SC_WRAP_WORD) or not line wrapped (SC_WRAP_NONE).

SetProperty = 4004 class-attribute instance-attribute

Set up a value that may be used by a lexer for some optional feature.

SetPunctuationChars = 2648 class-attribute instance-attribute

Set the set of characters making up punctuation characters Should be called after SetWordChars.

SetReadOnly = 2171 class-attribute instance-attribute

Set to read only or read write.

SetRectangularSelectionAnchor = 2590 class-attribute instance-attribute

Set the anchor position of the rectangular selection.

SetRectangularSelectionAnchorVirtualSpace = 2594 class-attribute instance-attribute

Set the virtual space of the anchor of the rectangular selection.

SetRectangularSelectionCaret = 2588 class-attribute instance-attribute

Set the caret position of the rectangular selection.

SetRectangularSelectionCaretVirtualSpace = 2592 class-attribute instance-attribute

Set the virtual space of the caret of the rectangular selection.

SetRectangularSelectionModifier = 2598 class-attribute instance-attribute

SetRepresentation = 2665 class-attribute instance-attribute

Set the way a character is drawn.

SetRepresentationAppearance = 2766 class-attribute instance-attribute

Set the appearance of a representation.

SetRepresentationColour = 2768 class-attribute instance-attribute

Set the colour of a representation.

SetSavePoint = 2014 class-attribute instance-attribute

Remember the current position in the undo history as the position at which the document was saved.

SetScrollWidth = 2274 class-attribute instance-attribute

Sets the document width assumed for scrolling.

SetScrollWidthTracking = 2516 class-attribute instance-attribute

Sets whether the maximum width line displayed is used to set scroll width.

SetSearchFlags = 2198 class-attribute instance-attribute

Set the search flags used by SearchInTarget.

SetSel = 2160 class-attribute instance-attribute

Select a range of text.

SetSelAlpha = 2478 class-attribute instance-attribute

Set the alpha of the selection.

SetSelBack = 2068 class-attribute instance-attribute

Set the background colour of the main and additional selections and whether to use this setting.

SetSelEOLFilled = 2480 class-attribute instance-attribute

Set the selection to have its end of line filled or not.

SetSelFore = 2067 class-attribute instance-attribute

Set the foreground colour of the main and additional selections and whether to use this setting.

SetSelection = 2572 class-attribute instance-attribute

Set a simple selection

SetSelectionEnd = 2144 class-attribute instance-attribute

Sets the position that ends the selection - this becomes the caret.

SetSelectionLayer = 2763 class-attribute instance-attribute

Set the layer for drawing selections: either opaquely on base layer or translucently over text

SetSelectionMode = 2422 class-attribute instance-attribute

Set the selection mode to stream (SC_SEL_STREAM) or rectangular (SC_SEL_RECTANGLE/SC_SEL_THIN) or by lines (SC_SEL_LINES).

SetSelectionNAnchor = 2578 class-attribute instance-attribute

Set the anchor position of the nth selection.

SetSelectionNAnchorVirtualSpace = 2582 class-attribute instance-attribute

Set the virtual space of the anchor of the nth selection.

SetSelectionNCaret = 2576 class-attribute instance-attribute

Set the caret position of the nth selection.

SetSelectionNCaretVirtualSpace = 2580 class-attribute instance-attribute

Set the virtual space of the caret of the nth selection.

SetSelectionNEnd = 2586 class-attribute instance-attribute

Sets the position that ends the selection - this becomes the currentPosition.

SetSelectionNStart = 2584 class-attribute instance-attribute

Sets the position that starts the selection - this becomes the anchor.

SetSelectionSerialized = 2784 class-attribute instance-attribute

Set selection from serialized form.

SetSelectionStart = 2142 class-attribute instance-attribute

Sets the position that starts the selection - this becomes the anchor.

SetStatus = 2382 class-attribute instance-attribute

Change error status - 0 = OK.

SetStyling = 2033 class-attribute instance-attribute

Change style from current styling position for length characters to a style and move the current styling position to after this newly styled segment.

SetStylingEx = 2073 class-attribute instance-attribute

Set the styles for a segment of the document.

SetTabDrawMode = 2699 class-attribute instance-attribute

Set how tabs are drawn when visible.

SetTabIndents = 2260 class-attribute instance-attribute

Sets whether a tab pressed when caret is within indentation indents.

SetTabMinimumWidth = 2724 class-attribute instance-attribute

Set the minimum visual width of a tab.

SetTabWidth = 2036 class-attribute instance-attribute

Change the visible size of a tab to be a multiple of the width of a space character.

SetTargetEnd = 2192 class-attribute instance-attribute

Sets the position that ends the target which is used for updating the document without affecting the scroll position.

SetTargetEndVirtualSpace = 2730 class-attribute instance-attribute

Sets the virtual space of the target end

SetTargetRange = 2686 class-attribute instance-attribute

Sets both the start and end of the target in one call.

SetTargetStart = 2190 class-attribute instance-attribute

Sets the position that starts the target which is used for updating the document without affecting the scroll position.

SetTargetStartVirtualSpace = 2728 class-attribute instance-attribute

Sets the virtual space of the target start

SetTechnology = 2630 class-attribute instance-attribute

Set the technology used.

SetText = 2181 class-attribute instance-attribute

Replace the contents of the document with the argument text.

SetUndoCollection = 2012 class-attribute instance-attribute

Choose between collecting actions into the undo history and discarding them.

SetUndoCurrent = 2797 class-attribute instance-attribute

Set action as the current point

SetUndoDetach = 2793 class-attribute instance-attribute

Set action as the detach point

SetUndoSavePoint = 2791 class-attribute instance-attribute

Set action as the save point

SetUndoSelectionHistory = 2782 class-attribute instance-attribute

Enable or disable undo selection history.

SetUndoTentative = 2795 class-attribute instance-attribute

Set action as the tentative point

SetUseTabs = 2124 class-attribute instance-attribute

Indentation will only use space characters if useTabs is false, otherwise it will use a combination of tabs and spaces.

SetVScrollBar = 2280 class-attribute instance-attribute

Show or hide the vertical scroll bar.

SetViewEOL = 2356 class-attribute instance-attribute

Make the end of line characters visible or invisible.

SetViewWS = 2021 class-attribute instance-attribute

Make white space characters invisible, always visible or visible outside indentation.

SetVirtualSpaceOptions = 2596 class-attribute instance-attribute

Set options for virtual space behaviour.

SetVisiblePolicy = 2394 class-attribute instance-attribute

Set the way the display area is determined when a particular line is to be moved to by Find, FindNext, GotoLine, etc.

SetWhitespaceBack = 2085 class-attribute instance-attribute

Set the background colour of all whitespace and whether to use this setting.

SetWhitespaceChars = 2443 class-attribute instance-attribute

Set the set of characters making up whitespace for when moving or selecting by word. Should be called after SetWordChars.

SetWhitespaceFore = 2084 class-attribute instance-attribute

Set the foreground colour of all whitespace and whether to use this setting.

SetWhitespaceSize = 2086 class-attribute instance-attribute

Set the size of the dots used to mark space characters.

SetWordChars = 2077 class-attribute instance-attribute

Set the set of characters making up words for when moving or selecting by word. First sets defaults like SetCharsDefault.

SetWrapIndentMode = 2472 class-attribute instance-attribute

Sets how wrapped sublines are placed. Default is fixed.

SetWrapMode = 2268 class-attribute instance-attribute

Sets whether text is word wrapped.

SetWrapStartIndent = 2464 class-attribute instance-attribute

Set the start indent for wrapped lines.

SetWrapVisualFlags = 2460 class-attribute instance-attribute

Set the display mode of visual flags for wrapped lines.

SetWrapVisualFlagsLocation = 2462 class-attribute instance-attribute

Set the location of visual flags for wrapped lines.

SetXCaretPolicy = 2402 class-attribute instance-attribute

Set the way the caret is kept visible when going sideways. The exclusion zone is given in pixels.

SetXOffset = 2397 class-attribute instance-attribute

Set the xOffset (ie, horizontal scroll position).

SetYCaretPolicy = 2403 class-attribute instance-attribute

Set the way the line the caret is on is kept visible. The exclusion zone is given in lines.

SetZoom = 2373 class-attribute instance-attribute

Set the zoom level. This number of points is added to the size of all fonts. It may be positive to magnify or negative to reduce.

ShowLines = 2226 class-attribute instance-attribute

Make a range of lines visible.

StartRecord = 3001 class-attribute instance-attribute

Start notifying the container of all key presses and commands.

StartStyling = 2032 class-attribute instance-attribute

Set the current styling position to start. The unused parameter is no longer used and should be set to 0.

StopRecord = 3002 class-attribute instance-attribute

Stop notifying the container of all key presses and commands.

StutteredPageDown = 2437 class-attribute instance-attribute

Move caret to bottom of page, or one page down if already at bottom of page.

StutteredPageDownExtend = 2438 class-attribute instance-attribute

Move caret to bottom of page, or one page down if already at bottom of page, extending selection to new caret position.

StutteredPageUp = 2435 class-attribute instance-attribute

Move caret to top of page, or one page up if already at top of page.

StutteredPageUpExtend = 2436 class-attribute instance-attribute

Move caret to top of page, or one page up if already at top of page, extending selection to new caret position.

StyleClearAll = 2050 class-attribute instance-attribute

Clear all the styles and make equivalent to the global default style.

StyleGetBack = 2482 class-attribute instance-attribute

Get the background colour of a style.

StyleGetBold = 2483 class-attribute instance-attribute

Get is a style bold or not.

StyleGetCase = 2489 class-attribute instance-attribute

Get is a style mixed case, or to force upper or lower case.

StyleGetChangeable = 2492 class-attribute instance-attribute

Get is a style changeable or not (read only). Experimental feature, currently buggy.

StyleGetCharacterSet = 2490 class-attribute instance-attribute

Get the character get of the font in a style.

StyleGetCheckMonospaced = 2255 class-attribute instance-attribute

Get whether a style may be monospaced.

StyleGetEOLFilled = 2487 class-attribute instance-attribute

Get is a style to have its end of line filled or not.

StyleGetFont = 2486 class-attribute instance-attribute

Get the font of a style. Returns the length of the fontName Result is NUL-terminated.

StyleGetFore = 2481 class-attribute instance-attribute

Get the foreground colour of a style.

StyleGetHotSpot = 2493 class-attribute instance-attribute

Get is a style a hotspot or not.

StyleGetInvisibleRepresentation = 2257 class-attribute instance-attribute

Get the invisible representation for a style.

StyleGetItalic = 2484 class-attribute instance-attribute

Get is a style italic or not.

StyleGetSize = 2485 class-attribute instance-attribute

Get the size of characters of a style.

StyleGetSizeFractional = 2062 class-attribute instance-attribute

Get the size of characters of a style in points multiplied by 100

StyleGetStretch = 2259 class-attribute instance-attribute

Get the stretch of characters of a style.

StyleGetUnderline = 2488 class-attribute instance-attribute

Get is a style underlined or not.

StyleGetVisible = 2491 class-attribute instance-attribute

Get is a style visible or not.

StyleGetWeight = 2064 class-attribute instance-attribute

Get the weight of characters of a style.

StyleResetDefault = 2058 class-attribute instance-attribute

Reset the default style to its state at startup

StyleSetBack = 2052 class-attribute instance-attribute

Set the background colour of a style.

StyleSetBold = 2053 class-attribute instance-attribute

Set a style to be bold or not.

StyleSetCase = 2060 class-attribute instance-attribute

Set a style to be mixed case, or to force upper or lower case.

StyleSetChangeable = 2099 class-attribute instance-attribute

Set a style to be changeable or not (read only). Experimental feature, currently buggy.

StyleSetCharacterSet = 2066 class-attribute instance-attribute

Set the character set of the font in a style.

StyleSetCheckMonospaced = 2254 class-attribute instance-attribute

Indicate that a style may be monospaced over ASCII graphics characters which enables optimizations.

StyleSetEOLFilled = 2057 class-attribute instance-attribute

Set a style to have its end of line filled or not.

StyleSetFont = 2056 class-attribute instance-attribute

Set the font of a style.

StyleSetFore = 2051 class-attribute instance-attribute

Set the foreground colour of a style.

StyleSetHotSpot = 2409 class-attribute instance-attribute

Set a style to be a hotspot or not.

StyleSetInvisibleRepresentation = 2256 class-attribute instance-attribute

Set the invisible representation for a style.

StyleSetItalic = 2054 class-attribute instance-attribute

Set a style to be italic or not.

StyleSetSize = 2055 class-attribute instance-attribute

Set the size of characters of a style.

StyleSetSizeFractional = 2061 class-attribute instance-attribute

Set the size of characters of a style. Size is in points multiplied by 100.

StyleSetStretch = 2258 class-attribute instance-attribute

Set the stretch of characters of a style.

StyleSetUnderline = 2059 class-attribute instance-attribute

Set a style to be underlined or not.

StyleSetVisible = 2074 class-attribute instance-attribute

Set a style to be visible or not.

StyleSetWeight = 2063 class-attribute instance-attribute

Set the weight of characters of a style.

SupportsFeature = 2750 class-attribute instance-attribute

Get whether a feature is supported

SwapMainAnchorCaret = 2607 class-attribute instance-attribute

Swap that caret and anchor of the main selection.

Tab = 2327 class-attribute instance-attribute

If selection is empty or all on one line replace the selection with a tab character. If more than one line selected, indent the lines.

TagsOfStyle = 4031 class-attribute instance-attribute

Retrieve a ' ' separated list of style tags like "literal quoted string". Result is NUL-terminated.

TargetAsUTF8 = 2447 class-attribute instance-attribute

Returns the target converted to UTF8. Return the length in bytes.

TargetFromSelection = 2287 class-attribute instance-attribute

Make the target range start and end be the same as the selection range start and end.

TargetWholeDocument = 2690 class-attribute instance-attribute

Sets the target to the whole document.

TextHeight = 2279 class-attribute instance-attribute

Retrieve the height of a particular line of text in pixels.

TextWidth = 2276 class-attribute instance-attribute

Measure the pixel width of some text in a particular style. NUL terminated text argument. Does not handle tab or control characters.

ToggleCaretSticky = 2459 class-attribute instance-attribute

Switch between sticky and non-sticky: meant to be bound to a key.

ToggleFold = 2231 class-attribute instance-attribute

Switch a header line between expanded and contracted.

ToggleFoldShowText = 2700 class-attribute instance-attribute

Switch a header line between expanded and contracted and show some text after the line.

Undo = 2176 class-attribute instance-attribute

Undo one action in the undo history.

UpperCase = 2341 class-attribute instance-attribute

Transform the selection to upper case.

UsePopUp = 2371 class-attribute instance-attribute

Set whether a pop up menu is displayed automatically when the user presses the wrong mouse button on certain areas.

UserListShow = 2117 class-attribute instance-attribute

Display a list of strings and send notification when user chooses one.

VCHome = 2331 class-attribute instance-attribute

Move caret to before first visible character on line. If already there move to first character on line.

VCHomeDisplay = 2652 class-attribute instance-attribute

Move caret to before first visible character on display line. If already there move to first character on display line.

VCHomeDisplayExtend = 2653 class-attribute instance-attribute

Like VCHomeDisplay but extending selection to new caret position.

VCHomeExtend = 2332 class-attribute instance-attribute

Like VCHome but extending selection to new caret position.

VCHomeRectExtend = 2431 class-attribute instance-attribute

Move 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.

VCHomeWrap = 2453 class-attribute instance-attribute

Like VCHome but when word-wrap is enabled goes first to start of display line VCHomeDisplay, then behaves like VCHome.

VCHomeWrapExtend = 2454 class-attribute instance-attribute

Like VCHomeExtend but when word-wrap is enabled extends first to start of display line VCHomeDisplayExtend, then behaves like VCHomeExtend.

VerticalCentreCaret = 2619 class-attribute instance-attribute

Centre current line in window.

VisibleFromDocLine = 2220 class-attribute instance-attribute

Find the display line of a document line taking hidden lines into account.

WordEndPosition = 2267 class-attribute instance-attribute

Get position of end of word.

WordLeft = 2308 class-attribute instance-attribute

Move caret left one word.

WordLeftEnd = 2439 class-attribute instance-attribute

Move caret left one word, position cursor at end of word.

WordLeftEndExtend = 2440 class-attribute instance-attribute

Move caret left one word, position cursor at end of word, extending selection to new caret position.

WordLeftExtend = 2309 class-attribute instance-attribute

Move caret left one word extending selection to new caret position.

WordPartLeft = 2390 class-attribute instance-attribute

Move to the previous change in capitalisation.

WordPartLeftExtend = 2391 class-attribute instance-attribute

Move to the previous change in capitalisation extending selection to new caret position.

WordPartRight = 2392 class-attribute instance-attribute

Move to the change next in capitalisation.

WordPartRightExtend = 2393 class-attribute instance-attribute

Move to the next change in capitalisation extending selection to new caret position.

WordRight = 2310 class-attribute instance-attribute

Move caret right one word.

WordRightEnd = 2441 class-attribute instance-attribute

Move caret right one word, position cursor at end of word.

WordRightEndExtend = 2442 class-attribute instance-attribute

Move caret right one word, position cursor at end of word, extending selection to new caret position.

WordRightExtend = 2311 class-attribute instance-attribute

Move caret right one word extending selection to new caret position.

WordStartPosition = 2266 class-attribute instance-attribute

Get position of start of word.

WrapCount = 2235 class-attribute instance-attribute

The number of display lines needed to wrap a document line

ZoomIn = 2333 class-attribute instance-attribute

Magnify the displayed text by increasing the sizes by 1 point.

ZoomOut = 2334 class-attribute instance-attribute

Make the displayed text smaller by decreasing the sizes by 1 point.