diff options
author | Neil <nyamatongwe@gmail.com> | 2013-08-08 18:13:09 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-08-08 18:13:09 +1000 |
commit | 7e77919d56e56c37a7d555a9e2707650adc433ec (patch) | |
tree | 4fc22ebb7cb594a3728d10b82d13c820ddbbf092 /doc | |
parent | feff84c70259ab4faabbf066ba38337646dff9ef (diff) | |
download | scintilla-mirror-7e77919d56e56c37a7d555a9e2707650adc433ec.tar.gz |
Bug [#1512]. Fix bug with horizontal caret position when margin changed.
From Neomi.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index fad1797ce..cbd7f568f 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -428,6 +428,7 @@ </tr><tr> <td>Brian Griffin</td> <td>Özgür Emir</td> + <td>Neomi</td> </tr> </table> <p> @@ -463,6 +464,10 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1508/">Bug #1508</a>. </li> <li> + Fixed bug with horizontal caret position when margin changed. + <a href="http://sourceforge.net/p/scintilla/bugs/1512/">Bug #1512</a>. + </li> + <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> </li> |