diff options
author | Colomban Wendling <unknown> | 2018-09-04 16:00:23 +1000 |
---|---|---|
committer | Colomban Wendling <unknown> | 2018-09-04 16:00:23 +1000 |
commit | edcee29c8fbddaf8368223b47c74b0b6401e8c6f (patch) | |
tree | 3606f1002a76fcd6b2df809d0a4b97c6a4654649 /doc/ScintillaHistory.html | |
parent | a52b980b2ddeda48f17b07adc898ac7a28a11c15 (diff) | |
download | scintilla-mirror-edcee29c8fbddaf8368223b47c74b0b6401e8c6f.tar.gz |
Feature [feature-requests:#1144]. Add folding for shell if, do, and case.
Implemented by Zufu Liu and Colomban Wendling.
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 055828d30..d2cd99ab6 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -561,6 +561,10 @@ <a href="https://sourceforge.net/p/scintilla/feature-requests/1185/">Feature #1185.</a> </li> <li> + Shell folder folds "if", "do", and "case". + <a href="https://sourceforge.net/p/scintilla/feature-requests/1144/">Feature #1144.</a> + </li> + <li> SciTE's menukey feature implemented on Windows. </li> <li> |