diff options
| author | Neil <nyamatongwe@gmail.com> | 2018-10-17 09:04:33 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2018-10-17 09:04:33 +1100 |
| commit | 1525b912fb36d6d160dd1d3b3d2f8adb20d61d95 (patch) | |
| tree | d1bb1a92ce5670222e207d8341f5c55213d9e0e6 /doc/ScintillaHistory.html | |
| parent | 3d88daf1a73864e22d9bb0b548bcc894ab2f09c3 (diff) | |
| download | scintilla-mirror-1525b912fb36d6d160dd1d3b3d2f8adb20d61d95.tar.gz | |
Bug [#2051]. Correct return value from SCI_MARKERADD for invalid lines.
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 19a9f94c5..758f1d839 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -582,6 +582,10 @@ Markdown lexer fixes highlighting of non-ASCII characters in links. </li> <li> + SCI_MARKERADD returns -1 for invalid lines as documented instead of 0. + <a href="https://sourceforge.net/p/scintilla/bugs/2051/">Bug #2051</a>. + </li> + <li> SciTE on Win32 drops menukey feature, makes Del key work again in find and replace strips and disables F5 while command running. <a href="https://sourceforge.net/p/scintilla/bugs/2044/">Bug #2044</a>. |
