diff options
author | Justin Dailey <unknown> | 2020-04-10 08:16:50 +1000 |
---|---|---|
committer | Justin Dailey <unknown> | 2020-04-10 08:16:50 +1000 |
commit | fc79966496fc5efd7f5bb0ea4b5aa394abe1e363 (patch) | |
tree | 8786205c525a8b70876e4b5e4a89e09fe3548432 /doc/ScintillaHistory.html | |
parent | bccddaa3cb64acce1af28e972b898be2b2e60001 (diff) | |
download | scintilla-mirror-fc79966496fc5efd7f5bb0ea4b5aa394abe1e363.tar.gz |
Bug [#2167]. Add line copy format on clipboard, compatible with Visual Studio.
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 49a0ca0e0..0f0dac916 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -599,6 +599,10 @@ GCS_RESULTSTR set. </li> <li> + With Qt on Win32 add support for line copy format on clipboard, compatible with Visual Studio. + <a href="https://sourceforge.net/p/scintilla/bugs/2167/">Bug #2167</a>. + </li> + <li> On GTK with Wayland fix display of windowed IME. <a href="https://sourceforge.net/p/scintilla/bugs/2149/">Bug #2149</a>. </li> |