diff options
| author | Zufu Liu <unknown> | 2019-10-13 19:14:54 +1100 |
|---|---|---|
| committer | Zufu Liu <unknown> | 2019-10-13 19:14:54 +1100 |
| commit | cf068493da469a4893b032f92ce01153d5a7fd0e (patch) | |
| tree | 11dd0d20b8414d0da3a9e1cc486829f378d72e94 /doc/ScintillaHistory.html | |
| parent | 637ffffc35cf43b9ed9f4387515f2977bc5ba89f (diff) | |
| download | scintilla-mirror-cf068493da469a4893b032f92ce01153d5a7fd0e.tar.gz | |
Backport: Bug [#2131]. Turn off whitespace fold flag when fold.compact=0.
Backport of changeset 7704:93f76420e730.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 9c141ee3b..f52297cea 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -571,6 +571,10 @@ <a href="https://sourceforge.net/p/scintilla/feature-requests/1306/">Feature #1306</a>. </li> <li> + TCL folder can turn off whitespace flag by setting fold.compact property to 0. + <a href="https://sourceforge.net/p/scintilla/bugs/2131/">Bug #2131</a>. + </li> + <li> Optimize setting up keyword lists in lexers. <a href="https://sourceforge.net/p/scintilla/feature-requests/1305/">Feature #1305</a>. </li> |
