diff options
author | Neil <nyamatongwe@gmail.com> | 2013-08-10 20:08:15 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-08-10 20:08:15 +1000 |
commit | a80b138280d6fa379fb2f3c1cd28495f49ae07e5 (patch) | |
tree | c63b21aa1151ea925f202429a5261d67c322667e /doc/ScintillaHistory.html | |
parent | 543d5f6b32c9c3aac18a4cace5af8adc8b5c86d5 (diff) | |
download | scintilla-mirror-a80b138280d6fa379fb2f3c1cd28495f49ae07e5.tar.gz |
Bug [#1513]. Differentiate rectangular and non-rectangular pastes from Borland.
From Oezguer Emir.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index cbd7f568f..999141df8 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -470,6 +470,7 @@ <li> Copy and paste of rectangular selections compatible with Borland Delphi IDE on Windows. <a href="http://sourceforge.net/p/scintilla/feature-requests/1002/">Feature #1002.</a> + <a href="http://sourceforge.net/p/scintilla/bugs/1513/">Bug #1513</a>. </li> <li> On Windows, fix painting on an explicit HDC when first paint attempt abandoned. |