aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorJustin Dailey <unknown>2017-07-04 09:54:16 +1000
committerJustin Dailey <unknown>2017-07-04 09:54:16 +1000
commit8918bc9ca9d996d87f30a38fadfe3ae1dd180a5d (patch)
tree249481119f27d48e9908c00723274699b20322d1 /doc/ScintillaHistory.html
parent3352a72bcb283ed42d40b7903e058d7170a3db28 (diff)
downloadscintilla-mirror-8918bc9ca9d996d87f30a38fadfe3ae1dd180a5d.tar.gz
Dropping files fires the SCN_URIDROPPED notification instead of inserting text.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 0df7cb172..ab34f6fa6 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -572,6 +572,10 @@
These changes make Qt behave more like the other platforms.
</li>
<li>
+ On Qt, dropping files on Scintilla now fires the SCN_URIDROPPED notification
+ instead of inserting text.
+ </li>
+ <li>
On Qt, mouse tracking is reenabled when the window is reshown.
<a href="http://sourceforge.net/p/scintilla/bugs/1948/">Bug #1948</a>.
</li>