diff options
| author | Neil <nyamatongwe@gmail.com> | 2022-10-01 11:22:13 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2022-10-01 11:22:13 +1000 |
| commit | 232fad28e7003fd38e2468258bcfacc61381ef7a (patch) | |
| tree | 2efb94aed53d0acf8ab2e36f0ee18ee8e0ef1a1a /doc/ScintillaHistory.html | |
| parent | b8202ab86ed353ebb5f6c70bde91df05a2c7a350 (diff) | |
| download | scintilla-mirror-232fad28e7003fd38e2468258bcfacc61381ef7a.tar.gz | |
Draw SC_MARK_BAR markers underneath other markers as they often cover multiple
lines for change history and other markers mark individual 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 079095ae0..abbf4f4ef 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -595,6 +595,10 @@ may appear and then disappear depending on which lines were drawn. </li> <li> + Draw SC_MARK_BAR markers underneath other markers + as they often cover multiple lines for change history and other markers mark individual lines. + </li> + <li> Enlarge point and point top indicators and scale to be larger with larger text. </li> <li> |
