diff options
author | nyamatongwe <devnull@localhost> | 2012-06-27 11:33:37 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-06-27 11:33:37 +1000 |
commit | ed323f00f003d877b947b6dd949d3d3bc301a2e6 (patch) | |
tree | 9ba25bd4570fbf7124978e4ddad03a408c2a76da | |
parent | bec4b64280daa0944f3fb186d9179c17261dec49 (diff) | |
download | scintilla-mirror-ed323f00f003d877b947b6dd949d3d3bc301a2e6.tar.gz |
Document limitations in styling of text margins and annotations.
-rw-r--r-- | doc/ScintillaDoc.html | 8 |
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. |