Platforms to show: All Mac Windows Linux Cross-Platform

Back to ScintillaControlMBS control.

Previous items

ScintillaControlMBS.WordPartLeftExtend

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Scintilla MBS Scintilla Plugin 22.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop only
The method to perform the action when this key is pressed.

The WordPart** commands are used to move between word segments marked by capitalisation (aCamelCaseIdentifier) or underscores (an_under_bar_ident).
This action extends the selection.
You can call it directly to perform this action if needed, e.g. from toolbar or menu command.

ScintillaControlMBS.WordPartRight

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Scintilla MBS Scintilla Plugin 22.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop only
The method to perform the action when this key is pressed.

The WordPart** commands are used to move between word segments marked by capitalisation (aCamelCaseIdentifier) or underscores (an_under_bar_ident).
You can call it directly to perform this action if needed, e.g. from toolbar or menu command.

ScintillaControlMBS.WordPartRightExtend

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Scintilla MBS Scintilla Plugin 22.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop only
The method to perform the action when this key is pressed.

The WordPart** commands are used to move between word segments marked by capitalisation (aCamelCaseIdentifier) or underscores (an_under_bar_ident).
This action extends the selection.
You can call it directly to perform this action if needed, e.g. from toolbar or menu command.

ScintillaControlMBS.WordRight

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Scintilla MBS Scintilla Plugin 22.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop only
The method to perform the action when this key is pressed.

You can call it directly to perform this action if needed, e.g. from toolbar or menu command.

ScintillaControlMBS.WordRightEnd

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Scintilla MBS Scintilla Plugin 22.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop only
The method to perform the action when this key is pressed.

The *End methods move between word ends instead of word starts.
You can call it directly to perform this action if needed, e.g. from toolbar or menu command.

ScintillaControlMBS.WordRightEndExtend

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Scintilla MBS Scintilla Plugin 22.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop only
The method to perform the action when this key is pressed.

The *End methods move between word ends instead of word starts.
This action extends the selection.
You can call it directly to perform this action if needed, e.g. from toolbar or menu command.

ScintillaControlMBS.WordRightExtend

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Scintilla MBS Scintilla Plugin 22.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop only
The method to perform the action when this key is pressed.

This action extends the selection.
You can call it directly to perform this action if needed, e.g. from toolbar or menu command.

ScintillaControlMBS.WordStartPosition(pos as Integer, onlyWordCharacters as boolean) as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Scintilla MBS Scintilla Plugin 22.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop only
Returns the start of words using the same definition of words as used internally within Scintilla.

You can set your own list of characters that count as words with WordChars. The position sets the start or the search, which is forwards when searching for the end and backwards when searching for the start.

ScintillaControlMBS.WrapCount(line as Integer) as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Scintilla MBS Scintilla Plugin 22.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop only
Document lines can occupy more than one display line if they wrap and this returns the number of display lines needed to wrap a document line.

ScintillaControlMBS.ZoomIn

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Scintilla MBS Scintilla Plugin 22.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop only
Increases the zoom factor by one point if the current zoom factor is less than 20 points.

ScintillaControlMBS.ZoomOut

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Scintilla MBS Scintilla Plugin 22.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop only
Ddecreases the zoom factor by one point if the current zoom factor is greater than -10 points.

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