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 | 29ad5f44407906fcb298992f9708d8bb2b6472fa (patch) | |
| tree | 3ecd7596a90c4f78ee1a56b0b3b96993a24b4a3c /doc/ScintillaHistory.html | |
| parent | deb5b378250069b9da1348f74b46b19a80b66f3d (diff) | |
| download | scintilla-mirror-29ad5f44407906fcb298992f9708d8bb2b6472fa.tar.gz | |
Backport: Feature [feature-requests:#1144]. Add folding for shell if, do, and case.
Implemented by Zufu Liu and Colomban Wendling.
Backport of changeset 7078:54561e3cbdff.
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 bda608c48..9f94a1744 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -553,6 +553,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> Fix margin cursor on Cocoa to point more accurately. </li> </ul> |
