diff options
author | Neil <nyamatongwe@gmail.com> | 2015-01-16 09:48:30 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-01-16 09:48:30 +1100 |
commit | 59a2c47ed03ac40ec5a612cb74667dc70900dff5 (patch) | |
tree | d7852fd450d8e3b7d9a15b7a31056c04393459d1 /doc | |
parent | 61b4fe924b11fecf2e14c337a06376860a85173d (diff) | |
download | scintilla-mirror-rel-3-5-3.tar.gz |
When the mouse is on the line between margin and text changed to treat as withinrel-3-5-3
text. Helps on PLAT_CURSES.
Diffstat (limited to 'doc')
-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 35847dcf6..5fb8eb4b1 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -526,6 +526,10 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1575/">Bug #1575</a>. </li> <li> + When the mouse is on the line between margin and text changed to treat as within text. + This makes the PLAT_CURSES character cell platform work better. + </li> + <li> Fix a crash in SciTE when the command line is just "-close:". <a href="http://sourceforge.net/p/scintilla/bugs/1675/">Bug #1675</a>. </li> |