aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html11
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>