From d03640b271b24ef2ee59dd78157efae5c7ed3ea9 Mon Sep 17 00:00:00 2001
From: nyamatongwe
-SCI_SETFORE(int colour) -SCI_SETBACK(int colour) -SCI_SETBOLD(bool bold) -SCI_SETITALIC(bool italic) -SCI_SETSIZE(int sizeinpoints) -SCI_SETFONT(char *fontname) --
- These messages are responsible for global default styling and are used when no explicit
- setting is defined for a style.
- These messages are deprecated in favour of using the SCI_STYLESET* messages for
- STYLE_DEFAULT. They will be removed in a future release.
-
SCI_SETSELFORE(bool useSelectionForeColour, int colour)
SCI_SETSELBACK(bool useSelectionBackColour, int colour)
SCI_SETCARETFORE(int colour)
@@ -390,11 +376,6 @@ SCI_GETMARGINSENSITIVEN(int margin)
sent to the container. Margins that are not sensitive act as selection margins which make it
easy to select ranges of lines.
-
- Earlier versions of Scintilla hard coded particular margin types and provided
- SCI_SETMARGINWIDTH and SCI_SETLINENUMBERWIDTH which are
- now deprecated.
-
Other settings
--
cgit v1.2.3