diff options
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 263628f4c..e77c064c3 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -2224,6 +2224,14 @@ struct Sci_TextToFind { <td>White space used for indentation is displayed normally but after the first visible character, it is shown as dots and arrows.</td> </tr> + + <tr> + <th align="left"><code>SCWS_VISIBLEONLYININDENT</code></th> + + <td>3</td> + + <td>White space used for indentation is displayed as dots and arrows.</td> + </tr> </tbody> </table> |