diff options
author | nyamatongwe <devnull@localhost> | 2013-04-24 16:30:16 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2013-04-24 16:30:16 +1000 |
commit | 3438ec5950c6ff3fcd9d4feb5c831ebbde93d60c (patch) | |
tree | 9f3a247ae70c2b8c331439e093b5fdf15bfc2198 /doc/ScintillaHistory.html | |
parent | 341e163afa67923ca42e083d176c726ea5ed5d3e (diff) | |
download | scintilla-mirror-3438ec5950c6ff3fcd9d4feb5c831ebbde93d60c.tar.gz |
Added automatic folding options.
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 e6298995c..1288f76ac 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -442,6 +442,10 @@ Released 11 December 2013. </li> <li> + Basic implementations of common folding methods added to Scintilla to make it + easier for containers to implement folding. + </li> + <li> Haskell folder improved. <a href="http://sourceforge.net/p/scintilla/bugs/1459 /">Bug #1459 </a>. </li> |