diff options
| author | nyamatongwe <unknown> | 2002-02-28 21:59:31 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2002-02-28 21:59:31 +0000 |
| commit | b10a306583751875611d1cb9e538065dfb89f4de (patch) | |
| tree | 650663c0dbafa40e507bf47c26b7bbd296ad223a | |
| parent | aa2a7394d855b039953b5044357af3dd879850c3 (diff) | |
| download | scintilla-mirror-b10a306583751875611d1cb9e538065dfb89f4de.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 |
