Platforms to show: All Mac Windows Linux Cross-Platform

Back to ScintillaIndicatorMBS class.

Next items

ScintillaIndicatorMBS.kIndicatorNumbersContainer = 8

Type Topic Plugin Version
const Scintilla MBS Scintilla Plugin 22.0
One of the indicator special numbers.

ScintillaIndicatorMBS.kIndicatorNumbersIme = 32

Type Topic Plugin Version
const Scintilla MBS Scintilla Plugin 22.0
One of the indicator special numbers.

ScintillaIndicatorMBS.kIndicatorNumbersImeMax = 35

Type Topic Plugin Version
const Scintilla MBS Scintilla Plugin 22.0
One of the indicator special numbers.

ScintillaIndicatorMBS.kIndicatorNumbersMax = 35

Type Topic Plugin Version
const Scintilla MBS Scintilla Plugin 22.0
One of the indicator special numbers.

ScintillaIndicatorMBS.kIndicatorStyleBox = 6

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

A rectangle around the text.

ScintillaIndicatorMBS.kIndicatorStyleCompositionThick = 14

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

A 2-pixel thick underline located at the bottom of the line to try to avoid touching the character base. Each side is inset 1 pixel so that different indicators in this style covering a range appear isolated. This is similar to an appearance used for the target in Asian language input composition.

ScintillaIndicatorMBS.kIndicatorStyleCompositionThin = 15

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

A 1-pixel thick underline located just before the bottom of the line. Each side is inset 1 pixel so that different indicators in this style covering a range appear isolated. This is similar to an appearance used for non-target ranges in Asian language input composition.

ScintillaIndicatorMBS.kIndicatorStyleDash = 9

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

A dashed underline.

ScintillaIndicatorMBS.kIndicatorStyleDiagonal = 3

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

Diagonal hatching.

ScintillaIndicatorMBS.kIndicatorStyleDotBox = 12

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

A dotted rectangle around the text using translucent drawing. Translucency alternates between the alpha and outline alpha settings with the top-left pixel using the alpha setting. Alpha and OutlineAlpha control the alpha transparency values. The default values are 30 for alpha and 50 for outline alpha. To avoid excessive memory allocation the maximum width of a dotted box is 4000 pixels.

ScintillaIndicatorMBS.kIndicatorStyleDots = 10

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

A dotted underline.

ScintillaIndicatorMBS.kIndicatorStyleFullBox = 16

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

A rectangle around the text using translucent drawing similar to kIndicatorStyleStraightBox but covering the entire character area.

ScintillaIndicatorMBS.kIndicatorStyleGradient = 20

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

A vertical gradient between a colour and alpha at top to fully transparent at bottom.

ScintillaIndicatorMBS.kIndicatorStyleGradientCentre = 21

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

A vertical gradient with the specified colour and alpha in the middle fading to fully transparent at top and bottom.

ScintillaIndicatorMBS.kIndicatorStyleHidden = 5

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

An indicator with no visual effect.

ScintillaIndicatorMBS.kIndicatorStylePlain = 0

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

Underlined with a single, straight line.

ScintillaIndicatorMBS.kIndicatorStylePoint = 18

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

Draw a triangle below the start of the indicator range.

ScintillaIndicatorMBS.kIndicatorStylePointCharacter = 19

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

Draw a triangle below the centre of the first character of the indicator range.

ScintillaIndicatorMBS.kIndicatorStyleRoundBox = 7

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

A rectangle with rounded corners around the text using translucent drawing with the interior usually more transparent than the border. You can use Alpha and OutlineAlpha property to control the alpha transparency values. The default alpha values are 30 for fill colour and 50 for outline colour.

ScintillaIndicatorMBS.kIndicatorStyleSquiggle = 1

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

A squiggly underline. Requires 3 pixels of descender space.

ScintillaIndicatorMBS.kIndicatorStyleSquiggleLow = 11

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

Similar to kIndicatorStyleSquiggle but only using 2 vertical pixels so will fit under small fonts.

ScintillaIndicatorMBS.kIndicatorStyleSquigglePixmap = 13

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

A version of kIndicatorStyleSquiggle that draws using a pixmap instead of as a series of line segments for performance.

ScintillaIndicatorMBS.kIndicatorStyleStraightBox = 8

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

A rectangle around the text using translucent drawing with the interior usually more transparent than the border. You can use Alpha and OutlineAlpha to control the alpha transparency values. The default alpha values are 30 for fill colour and 50 for outline colour. This indicator does not colour the top pixel of the line so that indicators on contiguous lines are visually distinct and disconnected.

ScintillaIndicatorMBS.kIndicatorStyleStrike = 4

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

Strike out.

ScintillaIndicatorMBS.kIndicatorStyleTextFore = 17

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

Change the colour of the text to the indicator's fore colour.

ScintillaIndicatorMBS.kIndicatorStyleTT = 2

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

A line of small T shapes.

ScintillaIndicatorMBS.kIndicFlagNone = 0

Type Topic Plugin Version
const Scintilla MBS Scintilla Plugin 22.0
One of the flag constants.

Default value for flags.

ScintillaIndicatorMBS.kIndicFlagValueFore = 1

Type Topic Plugin Version
const Scintilla MBS Scintilla Plugin 22.0
One of the flag constants.

When this flag is set the colour used by the indicator is not from the indicator's fore setting but instead from the value of the indicator at that point in the file.

ScintillaIndicatorMBS.kIndicValueBit = &h1000000

Type Topic Plugin Version
const Scintilla MBS Scintilla Plugin 22.0
The value bit set if this is a color value.

use Bitwise AND and kIndicValueMask to get the color value.

Next items

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