diff options
Diffstat (limited to 'doc/ScintillaDoc.html')
| -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. | 
