diff options
author | nyamatongwe <unknown> | 2012-08-05 17:25:16 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2012-08-05 17:25:16 +1000 |
commit | 4e1b6b11190a429b77fecc9ca26e1e0a662304ae (patch) | |
tree | e613ae1baa35fbdb1dc024606c2298910a9f560b /doc/ScintillaDoc.html | |
parent | 795bb483f09755033a2180e9b6d6e19399b83c94 (diff) | |
download | scintilla-mirror-4e1b6b11190a429b77fecc9ca26e1e0a662304ae.tar.gz |
Add INDIC_SQUIGGLEPIXMAP as a faster version of INDIC_SQUIGGLE.
Based on work by Matthew Brush and Lex Trottman.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index e0dc42bad..5e726b498 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3811,6 +3811,17 @@ struct Sci_TextToFind { Not available for OS X Carbon.</td> </tr> + <tr> + <td align="left"><code>INDIC_SQUIGGLEPIXMAP</code></td> + + <td align="center">13</td> + + <td>A version of <code>INDIC_SQUIGGLE</code> that draws using a pixmap instead of + as a series of line segments for performance. + Measured to be between 3 and 6 times faster than <code>INDIC_SQUIGGLE</code> on GTK+. + Apperance will not be as good as <code>INDIC_SQUIGGLE</code> on OS X in HiDPI mode.</td> + </tr> + </tbody> </table> |