diff options
author | nyamatongwe <devnull@localhost> | 2011-06-18 13:17:36 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-06-18 13:17:36 +1000 |
commit | f67d642c87f64050f3537e15a676ced2807b49b2 (patch) | |
tree | 798fa45896f8e45f8dd8e879d7e66ba194f6a48b /doc/ScintillaDoc.html | |
parent | 31d40085adf9a952d254de47113fe7c0d34c49d1 (diff) | |
download | scintilla-mirror-f67d642c87f64050f3537e15a676ced2807b49b2.tar.gz |
Added INDIC_SQUIGGLELOW. Bug #3314591.
From Thomas Linder Puls.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 447ec3979..84bbeb3af 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -79,7 +79,7 @@ <h1>Scintilla Documentation</h1> - <p>Last edited 13/June/2011 MNJ</p> + <p>Last edited 18/June/2011 NH</p> <p>There is <a class="jump" href="Design.html">an overview of the internal design of Scintilla</a>.<br /> @@ -3628,7 +3628,7 @@ struct Sci_TextToFind { <td align="center">1</td> - <td>A squiggly underline.</td> + <td>A squiggly underline. Requires 3 pixels of descender space.</td> </tr> <tr> @@ -3711,6 +3711,15 @@ struct Sci_TextToFind { <td>A dotted underline.</td> </tr> + <tr> + <td align="left"><code>INDIC_SQUIGGLELOW</code></td> + + <td align="center">11</td> + + <td>Similar to <code>INDIC_SQUIGGLE</code> but only using 2 vertical pixels + so will fit under small fonts.</td> + </tr> + </tbody> </table> |