Contents

_SCINTILLA

Scintilla constants, functions, and properties. Do not modify anything in this module. Doing so will result in instability.


Functions


next_indic_number ()

Returns a unique indicator number. Use this function for custom indicators in order to prevent clashes with identifiers of other custom indicators.

Usage:

See also:


next_marker_number ()

Returns a unique marker number. Use this function for custom markers in order to prevent clashes with identifiers of other custom markers.

Usage:

See also:


next_user_list_type ()

Returns a unique user list type. Use this function for custom user lists in order to prevent clashes with type identifiers of other custom user lists.

Usage:

See also:


Tables


constants

Scintilla constants.


functions

Scintilla functions.


properties

Scintilla properties.