diff options
Diffstat (limited to 'doc/ScintillaDoc.html')
| -rw-r--r-- | doc/ScintillaDoc.html | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index beb5ab115..94e6af19d 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -2975,11 +2975,12 @@ struct TextToFind {      <code>SC_MARK_SMALLRECT</code>, <code>SC_MARK_SHORTARROW</code>, <code>SC_MARK_EMPTY</code>,      <code>SC_MARK_ARROWDOWN</code>, <code>SC_MARK_MINUS</code>, <code>SC_MARK_PLUS</code>,      <code>SC_MARK_ARROWS</code>, <code>SC_MARK_DOTDOTDOT</code>, <code>SC_MARK_EMPTY</code>, -    <code>SC_MARK_BACKGROUND</code>, <code>SC_MARK_LEFTRECT</code> -    and <code>SC_MARK_FULLRECT</code>.</p> +    <code>SC_MARK_BACKGROUND</code>, <code>SC_MARK_LEFTRECT</code>, +    <code>SC_MARK_FULLRECT</code>, and <code>SC_MARK_UNDERLINE</code>.</p>      <p>The <code>SC_MARK_BACKGROUND</code> marker changes the background colour of the line only.            The <code>SC_MARK_FULLRECT</code> symbol mirrors this, changing only the margin background colour. +          <code>SC_MARK_UNDERLINE</code> draws an underline across the text.      The <code>SC_MARK_EMPTY</code> symbol is invisible, allowing client code to track the movement      of lines. You would also use it if you changed the folding style and wanted one or more of the      <code>SC_FOLDERNUM_</code>* markers to have no associated symbol.</p> @@ -3140,7 +3141,7 @@ struct TextToFind {       <p><b id="SCI_MARKERSETALPHA">SCI_MARKERSETALPHA(int markerNumber, int <a class="jump"      href="#alpha">alpha</a>)</b><br />       When markers are drawn in the content area, either because there is no margin for them or -     they are of SC_MARK_BACKGROUND type, they may be drawn translucently by +     they are of <code>SC_MARK_BACKGROUND</code> or <code>SC_MARK_UNDERLINE</code> types, they may be drawn translucently by       setting an alpha value.</p>      <p><b id="SCI_MARKERADD">SCI_MARKERADD(int line, int markerNumber)</b><br /> | 
