aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2012-06-27 11:33:37 +1000
committernyamatongwe <unknown>2012-06-27 11:33:37 +1000
commit94e57094c445580b33c823306a98fa1cc1782b53 (patch)
tree2fed0e65d00fcbbfe8617db6805badd024bf7f9f
parent71a8a5ad37205e2f777a44452e244b9215d42386 (diff)
downloadscintilla-mirror-94e57094c445580b33c823306a98fa1cc1782b53.tar.gz
Document limitations in styling of text margins and annotations.
-rw-r--r--doc/ScintillaDoc.html8
1 files changed, 7 insertions, 1 deletions
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 @@
<h1>Scintilla Documentation</h1>
- <p>Last edited 19/June/2012 NH</p>
+ <p>Last edited 27/June/2012 NH</p>
<p>There is <a class="jump" href="Design.html">an overview of the internal design of
Scintilla</a>.<br />
@@ -2899,6 +2899,9 @@ struct Sci_TextToFind {
notification to be sent.
</p>
<p>
+ Only some style attributes are active in text margins: font, size/sizeFractional, bold/weight, italics, fore, back, and characterSet.
+ </p>
+ <p>
<b id="SCI_MARGINSETSTYLEOFFSET">SCI_MARGINSETSTYLEOFFSET(int style)</b><br />
<b id="SCI_MARGINGETSTYLEOFFSET">SCI_MARGINGETSTYLEOFFSET</b><br />
Margin styles may be completely separated from standard text styles by setting a style offset. For example,
@@ -2966,6 +2969,9 @@ struct Sci_TextToFind {
which is equivalent to clearing each line (setting to 0) and then deleting other memory used for this feature.
</p>
<p>
+ Only some style attributes are active in annotations: font, size/sizeFractional, bold/weight, italics, fore, back, and characterSet.
+ </p>
+ <p>
<b id="SCI_ANNOTATIONSETVISIBLE">SCI_ANNOTATIONSETVISIBLE(int visible)</b><br />
<b id="SCI_ANNOTATIONGETVISIBLE">SCI_ANNOTATIONGETVISIBLE</b><br />
Annotations can be made visible in a view and there is a choice of display style when visible.