From c4cc470ba978dd5f511a637f29f85ce77006b238 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 13 Feb 2003 09:59:44 +0000 Subject: Added fold margin colours. --- doc/ScintillaDoc.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 2a5d7c52e..2180c1142 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -2057,6 +2057,8 @@ struct TextToFind { SCI_SETMARGINRIGHT(<unused>, int pixels)
SCI_GETMARGINRIGHT
+ SCI_SETFOLDMARGINCOLOUR(bool useSetting, int colour)
+ SCI_SETFOLDMARGINHICOLOUR(bool useSetting, int colour)

SCI_SETMARGINTYPEN(int margin, int iType)
@@ -2111,13 +2113,19 @@ struct TextToFind { selection margins which make it easy to select ranges of lines. By default, all margins are insensitive.

-

SCI_SETMARGINLEFT(<unused>, int pixels)
+SCI_SETMARGINLEFT(<unused>, int pixels)
SCI_GETMARGINLEFT
SCI_SETMARGINRIGHT(<unused>, int pixels)
SCI_GETMARGINRIGHT
These messages set and get the width of the blank margin on both sides of the text in pixels. The default is to one pixel on each side.

+

SCI_SETFOLDMARGINCOLOUR(bool useSetting, int colour)
+ SCI_SETFOLDMARGINHICOLOUR(bool useSetting, int colour)
+ These messages allow changing the colour of the fold margin and fold margin highlight. + On windows the fold margin colour defaults to ::GetSysColor(COLOR_3DFACE) and the fold margin highlight + colour to ::GetSysColor(COLOR_3DHIGHLIGHT).

+

Other settings

SCI_SETUSEPALETTE(bool allowPaletteUse)
-- cgit v1.2.3