diff options
author | nyamatongwe <devnull@localhost> | 2000-06-28 07:07:56 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-06-28 07:07:56 +0000 |
commit | 59f26edd1cdd3cacf9b3a24784b2a20c8cf26a5b (patch) | |
tree | 2ab47cd9a61479f27a4158daa3dfba9b909c7564 | |
parent | 5c4cab465ff9a6f8ae1651fa02438627ea6891d7 (diff) | |
download | scintilla-mirror-rel-1-28.tar.gz |
Changed maximum number of bits allocated to styles to be 7 rather than 6.rel-1-28
-rw-r--r-- | doc/ScintillaDoc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 8cb6774cb..9aaa71d14 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -77,7 +77,7 @@ SCI_GETSTYLEBITS squiggly underlines, a line of small 'T' shapes, a line of diagonal hatching or as strike-out. Additional indicators such as blurred could be defined in the future. The number of bits used for styles can be altered - with SCI_SETSTYLEBITS up to a maximum of 6 bits. + with SCI_SETSTYLEBITS up to a maximum of 7 bits. The remaining bits can be used for indicators. </p> <p> |