Platforms to show: All Mac Windows Linux Cross-Platform

Back to ScintillaStyleMBS class.

ScintillaStyleMBS.kCaseVisibleCamel = 3

Type Topic Plugin Version
const Scintilla MBS Scintilla Plugin 22.0
One of the case constants for how to show text.

Camel case.

ScintillaStyleMBS.kCaseVisibleLower = 2

Type Topic Plugin Version
const Scintilla MBS Scintilla Plugin 22.0
One of the case constants for how to show text.

Uppercase letters.

ScintillaStyleMBS.kCaseVisibleMixed = 0

Type Topic Plugin Version
const Scintilla MBS Scintilla Plugin 22.0
One of the case constants for how to show text.

Mixed case.

ScintillaStyleMBS.kCaseVisibleUpper = 1

Type Topic Plugin Version
const Scintilla MBS Scintilla Plugin 22.0
One of the case constants for how to show text.

Uppercase letters.

ScintillaStyleMBS.kFontWeightBold = 700

Type Topic Plugin Version
const Scintilla MBS Scintilla Plugin 22.0
One of the constants for font weight.

Bold font.

ScintillaStyleMBS.kFontWeightNormal = 400

Type Topic Plugin Version
const Scintilla MBS Scintilla Plugin 22.0
One of the constants for font weight.

Normal font, not bold.

ScintillaStyleMBS.kFontWeightSemiBold = 600

Type Topic Plugin Version
const Scintilla MBS Scintilla Plugin 22.0
One of the constants for font weight.

Semi bold.

ScintillaStyleMBS.kStylesCommonBraceBad = 35

Type Topic Plugin Version
const Scintilla MBS Scintilla Plugin 22.0
One of the constants for a style.

This style sets the display attributes used when marking an unmatched brace with the BraceBadLight method.

ScintillaStyleMBS.kStylesCommonBraceLight = 34

Type Topic Plugin Version
const Scintilla MBS Scintilla Plugin 22.0
One of the constants for a style.

This style sets the attributes used when highlighting braces with the BraceHighlight method and when highlighting the corresponding indentation with HighlightGuide.

ScintillaStyleMBS.kStylesCommonCallTip = 38

Type Topic Plugin Version
const Scintilla MBS Scintilla Plugin 22.0
One of the constants for a style.

Call tips normally use the font attributes defined by kStylesCommonDefault. Use of CallTipUseStyle causes call tips to use this style instead. Only the font face name, font size, foreground and background colours and character set attributes are used.

ScintillaStyleMBS.kStylesCommonControlChar = 36

Type Topic Plugin Version
const Scintilla MBS Scintilla Plugin 22.0
One of the constants for a style.

This style sets the font used when drawing control characters. Only the font, size, bold, italics, and character set attributes are used and not the colour attributes. See also: ControlCharSymbol method.

ScintillaStyleMBS.kStylesCommonDefault = 32

Type Topic Plugin Version
const Scintilla MBS Scintilla Plugin 22.0
One of the constants for a style.

This style defines the attributes that all styles receive when the StyleClearAll method is used.

ScintillaStyleMBS.kStylesCommonFoldDisplayText = 39

Type Topic Plugin Version
const Scintilla MBS Scintilla Plugin 22.0
One of the constants for a style.

This is the style used for drawing text tags attached to folded text.

ScintillaStyleMBS.kStylesCommonIndentGuide = 37

Type Topic Plugin Version
const Scintilla MBS Scintilla Plugin 22.0
One of the constants for a style.

This style sets the foreground and background colours used when drawing the indentation guides.

ScintillaStyleMBS.kStylesCommonLastPredefined = 39

Type Topic Plugin Version
const Scintilla MBS Scintilla Plugin 22.0
One of the constants for a style.

To make it easier for client code to discover the range of styles that are predefined, this is set to the style number of the last predefined style.

ScintillaStyleMBS.kStylesCommonLineNumber = 33

Type Topic Plugin Version
const Scintilla MBS Scintilla Plugin 22.0
One of the constants for a style.

This style sets the attributes of the text used to display line numbers in a line number margin. The background colour set for this style also sets the background colour for all margins that do not have any folding mask bits set. That is, any margin for which mask & kMaskFolders is 0. See Mask in ScintillaMarginMBS class for more about masks.

ScintillaStyleMBS.kStylesCommonMax = 255

Type Topic Plugin Version
const Scintilla MBS Scintilla Plugin 22.0
One of the constants for a style.

This is not a style but is the number of the maximum style that can be set. Styles between kStylesCommonLastPredefined and kStylesCommonMax may be used.

The items on this page are in the following plugins: MBS Scintilla Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...