diff options
| author | YX Hao <unknown> | 2021-05-14 13:45:47 +1000 |
|---|---|---|
| committer | YX Hao <unknown> | 2021-05-14 13:45:47 +1000 |
| commit | c173fc47fda7bb86399bd777540bb17f8e05172d (patch) | |
| tree | 7d2e3f3b7ae1bea1dffd5c859414d35eb83f3a14 /doc/ScintillaHistory.html | |
| parent | cafd88c083472076372469759addf9f491499de3 (diff) | |
| download | scintilla-mirror-c173fc47fda7bb86399bd777540bb17f8e05172d.tar.gz | |
Feature [feature-requests:#1402] Add SC_ELEMENT_WHITE_SPACE to set the colour of
visible whitespace including translucency.
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 8fdea24bc..c0123dd4a 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -559,6 +559,7 @@ </tr><tr> <td>cshnik</td> <td>Petko Georgiev</td> + <td>YX Hao</td> </tr> </table> <p> @@ -599,6 +600,9 @@ Add SCI_GETELEMENTBASECOLOUR to return the default values for element colours. </li> <li> + Add SC_ELEMENT_WHITE_SPACE to set the colour of visible whitespace including translucency. + </li> + <li> Make idle actions wrapping and background styling smoother by measuring per-byte instead of per-line and allowing just one line to be processed in a time slice. |
