From 5b99638d90f76061bc7d2e6fe67ed76e76e209ad Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 20 Jun 2007 12:01:33 +0000 Subject: Fixed spelling, bad styles and date. --- doc/ScintillaDoc.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 0e52b0732..a5080468f 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -38,7 +38,7 @@

Scintilla Documentation

-

Last edited 4/February/2006 NH

+

Last edited 20/June/2007 NH

There is an overview of the internal design of Scintilla.
@@ -281,7 +281,7 @@ information. The combination of a character byte and a style byte is called a cell. Style bytes are interpreted an index into an array of styles. Style bytes may be split into an index and a set of indicator bits - but this use is discouraged and indicators sould now use + but this use is discouraged and indicators should now use SCI_INDICATORFILLRANGE and related calls. The default split is with the index in the low 5 bits and 3 high bits as SCI_SETINDICATORCURRENT(int indicator)
SCI_GETINDICATORCURRENT
These two messages set and get the indicator that will be affected by calls to -
SCI_INDICATORFILLRANGE and - SCI_INDICATORCLEARRANGE. + SCI_INDICATORFILLRANGE and + SCI_INDICATORCLEARRANGE.

SCI_SETINDICATORVALUE(int value)
SCI_GETINDICATORVALUE
These two messages set and get the value that will be set by calls to - SCI_INDICATORFILLRANGE. + SCI_INDICATORFILLRANGE.

-- cgit v1.2.3