From 315c76d391f785ab4a01799207d20611c68de77a Mon Sep 17 00:00:00 2001
From: nyamatongwe SC_MARGIN_SYMBOL (0) and
SC_MARGIN_NUMBER (1) to set a margin as either a line number or a symbol margin.
- By convention, margin 0 is used for line numbers and the next two are used for symbols.
SC_MARGIN_BACK (2) and SC_MARGIN_FORE (3) for
+ symbol margins that set their background colour to match the STYLE_DEFAULT background and
+ foreground colours.
SCI_SETMARGINWIDTHN(int margin, int pixelWidth)
SCI_GETMARGINWIDTHN(int margin)
@@ -2405,8 +2408,8 @@ struct TextToFind {
codePage set to the code page number to set Scintilla to use code page information
to ensure double byte characters are treated as one character rather than two. This also stops
the caret from moving between the two bytes in a double byte character.
- Do not use this message to choose between different single byte character sets: it doesn't do that.
- Call with
+ Do not use this message to choose between different single byte character sets: it doesn't do that.
+ Call with
codePage set to zero to disable DBCS support. The default is
SCI_SETCODEPAGE(0).