diff options
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 288496315..80eeb29a3 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -466,8 +466,12 @@ SCI_STYLESETCHANGEABLE(int stylenumber, bool changeable) when Scintilla was initialised. </p> <p> - The EOLFILLED style allows to colourise from the end of the line to - the right side of the window. + The EOLFILLED style uses the background colour at the end of the line + to colour from the last character of the line to the right side of the window. + This is useful when a document contains embedded sections in another + language such as HTML pages with embedded JavaScript. By setting both + the EOLFILLED style and a consistent background colour to all JavaScript + styles then JavaScript sections will be easily distinguished from HTML. </p> <p> SCI_STYLESETCHARACTERSET can set a style to use a different |