diff options
author | Martijn Laan <1092369+martijnlaan@users.noreply.github.com> | 2024-06-20 08:23:46 +1000 |
---|---|---|
committer | Martijn Laan <1092369+martijnlaan@users.noreply.github.com> | 2024-06-20 08:23:46 +1000 |
commit | 4040c66fc31c7e537d063c65ed1e734e974250c2 (patch) | |
tree | a19d212bcf90ba998d282f047741bc214598c64e /doc/ScintillaHistory.html | |
parent | eee34c2c5053450ec48aea8a9cbff4d5dd140b55 (diff) | |
download | scintilla-mirror-4040c66fc31c7e537d063c65ed1e734e974250c2.tar.gz |
Feature [feature-requests:#1518]. Cherry pick SCI_CUTALLOWLINE from isscint.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 3bf4c94fb..4b0358ed4 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -580,6 +580,7 @@ <td>Chengzhi Li</td> <td>Gary James</td> <td>Tsuyoshi Miyake</td> + <td>Martijn Laan</td> </tr> </table> <h2>Releases</h2> @@ -591,6 +592,10 @@ Released 23 April 2024. </li> <li> + SCI_CUTALLOWLINE added which is similar to SCI_COPYALLOWLINE but also deletes the copied text. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1518/">Feature #1518</a>. + </li> + <li> Increase maximum zoom set interactively to +60 points. <a href="https://sourceforge.net/p/scintilla/feature-requests/1517/">Feature #1517</a>. </li> |