diff options
author | Zufu Liu <unknown> | 2017-08-07 09:07:38 +1000 |
---|---|---|
committer | Zufu Liu <unknown> | 2017-08-07 09:07:38 +1000 |
commit | 4e3f1b037ed58e87b11a27862577c1c7ac154a2a (patch) | |
tree | 79607d98d106359d3c682c77e5908ba14b3e0116 /doc/ScintillaHistory.html | |
parent | 0d289687085855c4c7320a6baf44644fff0ac194 (diff) | |
download | scintilla-mirror-4e3f1b037ed58e87b11a27862577c1c7ac154a2a.tar.gz |
Bug [#1965]. Implement "fold", "fold.comment", and "fold.compact" properties.
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 d34dc4d4a..8da4845d5 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -565,6 +565,10 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1951/">Bug #1951</a>. </li> <li> + The Matlab folder implements "fold", "fold.comment", and "fold.compact" properties. + <a href="http://sourceforge.net/p/scintilla/bugs/1965/">Bug #1965</a>. + </li> + <li> The Rust lexer recognizes 'usize' numeric literal suffixes. <a href="http://sourceforge.net/p/scintilla/bugs/1919/">Bug #1919</a>. </li> |