diff options
author | Neil <nyamatongwe@gmail.com> | 2021-07-31 09:30:30 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-07-31 09:30:30 +1000 |
commit | 466fba2e575bd116bd521c9d8a0ff51d8433c853 (patch) | |
tree | 3bcbfd40a2a5e4b1069ed5e8f05535e617d1ea0d | |
parent | 4d1a31d6a74019c3d43de1c33e2be093ed6dfd11 (diff) | |
download | scintilla-mirror-466fba2e575bd116bd521c9d8a0ff51d8433c853.tar.gz |
Change log for SCI_STYLESETCHECKMONOSPACED.
-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 70a1bb794..5c86f7663 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -575,6 +575,10 @@ Released 26 July 2021. </li> <li> + Add SCI_STYLESETCHECKMONOSPACED which can be used to optimize fonts that are monospaced + over the ASCII graphics characters. + </li> + <li> Add SC_ELEMENT_FOLD_LINE to set the colour of fold lines. Add SC_ELEMENT_HIDDEN_LINE to show where lines are hidden. <a href="https://sourceforge.net/p/scintilla/feature-requests/1241/">Feature #1241</a>, |