From bde8aef4ff5e6bd93c3b2bbd8fd7de80bccbbdb8 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 23 Apr 2007 02:26:06 +0000 Subject: Added setting to allow each indicator to be drawn either under or over text. --- doc/ScintillaDoc.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 5f550aa72..6ded35d2c 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3036,6 +3036,12 @@ struct TextToFind { SCI_INDICSETFORE(1, 0xff0000); (light blue)
SCI_INDICSETFORE(2, 0x0000ff); (light red)

+

SCI_INDICSETUNDER(int indicatorNumber, bool under)
+ SCI_INDICGETUNDER(int indicatorNumber)
+ These two messages set and get whether an indicator is drawn under text or over(default). + Drawing under text works only for modern indicators when two phase drawing + is enabled.

+

Modern Indicators

Modern indicators are stored in a format similar to run length encoding which is efficient in both -- cgit v1.2.3