diff options
| author | nkmathew <devnull@localhost> | 2015-09-26 10:12:42 +1000 |
|---|---|---|
| committer | nkmathew <devnull@localhost> | 2015-09-26 10:12:42 +1000 |
| commit | c52b08fd5737a4abebb6db7af8533fa6ce1238f5 (patch) | |
| tree | 0fefba0126c7ad4e4dc3c5ce8749f1dd13d08943 /doc | |
| parent | d2a510c1e8460086dcafe474d40e80d6784caff3 (diff) | |
| download | scintilla-mirror-c52b08fd5737a4abebb6db7af8533fa6ce1238f5.tar.gz | |
Whitespace may be made visible just in indentation.
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> |
