diff options
author | nyamatongwe <devnull@localhost> | 2002-02-28 21:59:31 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-02-28 21:59:31 +0000 |
commit | 196284f04800adeaf9c3f8d4538d51350b13279a (patch) | |
tree | 650663c0dbafa40e507bf47c26b7bbd296ad223a | |
parent | c208c5796da3a499c25850698c84f423ff316408 (diff) | |
download | scintilla-mirror-196284f04800adeaf9c3f8d4538d51350b13279a.tar.gz |
Explained EOLFILLED.
-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 |