From ed323f00f003d877b947b6dd949d3d3bc301a2e6 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 27 Jun 2012 11:33:37 +1000 Subject: Document limitations in styling of text margins and annotations. --- doc/ScintillaDoc.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index ca4bd4788..6a03c35f3 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -79,7 +79,7 @@

Scintilla Documentation

-

Last edited 19/June/2012 NH

+

Last edited 27/June/2012 NH

There is an overview of the internal design of Scintilla.
@@ -2898,6 +2898,9 @@ struct Sci_TextToFind { SC_MOD_CHANGEMARGIN notification to be sent.

+

+ Only some style attributes are active in text margins: font, size/sizeFractional, bold/weight, italics, fore, back, and characterSet. +

SCI_MARGINSETSTYLEOFFSET(int style)
SCI_MARGINGETSTYLEOFFSET
@@ -2965,6 +2968,9 @@ struct Sci_TextToFind { All the lines can be cleared of annotations with SCI_ANNOTATIONCLEARALL which is equivalent to clearing each line (setting to 0) and then deleting other memory used for this feature.

+

+ Only some style attributes are active in annotations: font, size/sizeFractional, bold/weight, italics, fore, back, and characterSet. +

SCI_ANNOTATIONSETVISIBLE(int visible)
SCI_ANNOTATIONGETVISIBLE
-- cgit v1.2.3