Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to DesktopScintillaControlMBS control.
DesktopScintillaControlMBS.kSupportsFractionalStrokeWidth = 2
Type | Topic | Plugin | Version |
const | Scintilla | MBS Scintilla Plugin | 22.0 |
Can lines be drawn with fractional widths like 1.5 or 0.5 pixels?
DesktopScintillaControlMBS.kSupportsLineDrawsFinal = 0
Type | Topic | Plugin | Version |
const | Scintilla | MBS Scintilla Plugin | 22.0 |
Whether drawing a line draws its final position. Only false on Win32 GDI.
DesktopScintillaControlMBS.kSupportsPixelDivisions = 1
Type | Topic | Plugin | Version |
const | Scintilla | MBS Scintilla Plugin | 22.0 |
Are logical pixels larger than physical pixels?
Currently only true for macOS Cocoa with 'retina' displays. When true, creating pixmaps at twice the resolution can produce clearer output with less blur.
DesktopScintillaControlMBS.kSupportsPixelModification = 4
Type | Topic | Plugin | Version |
const | Scintilla | MBS Scintilla Plugin | 22.0 |
Can individual pixels be modified? This is false for character cell platforms like curses.
DesktopScintillaControlMBS.kSupportsTranslucentStroke = 3
Type | Topic | Plugin | Version |
const | Scintilla | MBS Scintilla Plugin | 22.0 |
Can translucent lines, polygons, ellipses, and text be drawn?
DesktopScintillaControlMBS.kWhiteSpaceInvisible = 0
Type | Topic | Plugin | Version |
const | Scintilla | MBS Scintilla Plugin | 22.0 |
The normal display mode with white space displayed as an empty background colour.
DesktopScintillaControlMBS.kWhiteSpaceVisibleAfterIndent = 2
Type | Topic | Plugin | Version |
const | Scintilla | MBS Scintilla Plugin | 22.0 |
White space used for indentation is displayed normally but after the first visible character, it is shown as dots and arrows.
DesktopScintillaControlMBS.kWhiteSpaceVisibleAlways = 1
Type | Topic | Plugin | Version |
const | Scintilla | MBS Scintilla Plugin | 22.0 |
White space characters are drawn as dots and arrows,
DesktopScintillaControlMBS.kWhiteSpaceVisibleOnlyInIndent = 3
Type | Topic | Plugin | Version |
const | Scintilla | MBS Scintilla Plugin | 22.0 |
White space used for indentation is displayed as dots and arrows.
The items on this page are in the following plugins: MBS Scintilla Plugin.