diff options
| author | Neil <nyamatongwe@gmail.com> | 2026-02-18 13:40:43 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2026-02-18 13:40:43 +1100 |
| commit | 4405f60a2107d3873724930af061a49b03d4b8e7 (patch) | |
| tree | 32fc07971df5486743d02a268f9d150ecde79326 /doc/ScintillaHistory.html | |
| parent | 1ffe844d22600a4acd248c14bd0006e000622d93 (diff) | |
| download | scintilla-mirror-4405f60a2107d3873724930af061a49b03d4b8e7.tar.gz | |
When a line end is not selected, change the colour of the rectangle that
indicates the line end is selected to white space background instead of previous
character's background except for EOL filled style.
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 45ffeefe9..292f4033c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -620,6 +620,10 @@ <a href="https://sourceforge.net/p/scintilla/bugs/2491/">Bug #2491</a>. </li> <li> + When a line end is not selected, change the colour of the rectangle that indicates the line end is selected + to white space background instead of previous character's background except for EOL filled style. + </li> + <li> On Qt, add const to ScintillaDocument and ScintillaEdit methods. <a href="https://sourceforge.net/p/scintilla/bugs/2494/">Bug #2494</a>. </li> |
