diff options
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 6985807e1..8fdea24bc 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -592,6 +592,10 @@ SCI_SETCARETLINEBACKALPHA now discouraged. </li> <li> + Add SCI_MARKERSETLAYER to define layer on which to draw conetent area markers. + This replaces the use of SC_ALPHA_NOALPHA for markers. + </li> + <li> Add SCI_GETELEMENTBASECOLOUR to return the default values for element colours. </li> <li> |