From 3194268137ebe03b1fd8c0937f5879a94526d2b1 Mon Sep 17 00:00:00 2001
From: jedailey
+
+
@@ -2174,6 +2176,33 @@ struct Sci_TextToFind {
The SCI_GETWHITESPACESIZE message retrieves the current size.
SCI_SETTABDRAWMODE(int tabDrawMode)
+ SCI_GETTABDRAWMODE → int
+ These two messages get and set how tab characters are drawn when white space is visible.
+ The tabDrawMode argument can be one of:
SCTD_LONGARROW |
+
+ 0 | + +The default mode of an arrow stretching until the tabstop. | +
|---|---|---|
SCTD_STRIKEOUT |
+
+ 1 | + +A horizontal line stretching until the tabstop. | +
The effect of using any other tabDrawMode value is undefined.
SCI_SETEXTRAASCENT(int extraAscent)
SCI_GETEXTRAASCENT → int
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 3c156f49a..cd03b2b9d 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -531,6 +531,10 @@
underneath positions or characters.