diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ScintillaDoc.html | 8 | ||||
| -rw-r--r-- | doc/ScintillaHistory.html | 3 | 
2 files changed, 11 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> diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index b3225f3a7..de0656980 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -494,6 +494,9 @@  	Released 15 September 2015.  	</li>  	<li> +	Whitespace may be made visible just in indentation. +	</li> +	<li>  	The Scintilla framework on Cocoa now contains version numbers.  	</li>  	<li>  | 
