diff options
author | Mitchell Foral <unknown> | 2021-06-09 10:51:58 +1000 |
---|---|---|
committer | Mitchell Foral <unknown> | 2021-06-09 10:51:58 +1000 |
commit | 5f998b68113dd116c1e938028dddcbcc7425a144 (patch) | |
tree | ef0e02b0bad89507ef4ee0973913c251736bbfc2 /doc/ScintillaHistory.html | |
parent | 4fb6cb9c6e694574aab4aa29640f9903df407aed (diff) | |
download | scintilla-mirror-5f998b68113dd116c1e938028dddcbcc7425a144.tar.gz |
Add SCI_PASTERECTANGULAR to insert text like a rectangular paste.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 30008fc85..39af707b8 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -585,6 +585,9 @@ and support setting a representation for the "\r\n" line end sequence. </li> <li> + Add SCI_PASTERECTANGULAR to insert text like a rectangular paste. + </li> + <li> Fixed bug with SCI_GETLASTCHILD. <a href="https://sourceforge.net/p/scintilla/bugs/2260/">Bug #2260</a>. </li> |