From e2b432bf035f5dacde6c22eb072af748a6d72c31 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 7 Aug 2009 00:13:02 +0000 Subject: Fixed some unterminated tags. --- doc/ScintillaDoc.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index aec37c323..ed65e368f 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1569,8 +1569,8 @@ struct TextToFind {

SCI_SETADDITIONALSELALPHA(int alpha)
SCI_GETADDITIONALSELALPHA
- SCI_SETADDITIONALSELFORE(int colour)
- SCI_SETADDITIONALSELBACK(int
colour)
+ SCI_SETADDITIONALSELFORE(int
colour)
+ SCI_SETADDITIONALSELBACK(int colour)
Modify the appearence of additional selections so that they can be differentiated from the main selection which has its appearence set with SCI_SETSELALPHA, SCI_GETSELALPHA, @@ -1578,7 +1578,7 @@ struct TextToFind { SCI_SETSELBACK.

- SCI_SETADDITIONALCARETFORE(int colour)
+ SCI_SETADDITIONALCARETFORE(int
colour)
SCI_GETADDITIONALCARETFORE
SCI_SETADDITIONALCARETSBLINK(bool additionalCaretsBlink)
SCI_GETADDITIONALCARETSBLINK
-- cgit v1.2.3