From d03640b271b24ef2ee59dd78157efae5c7ed3ea9 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 10 Jul 2000 12:39:14 +0000 Subject: Removed documentation or old features that have been removed. --- doc/ScintillaDoc.html | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 456875111..c0991809c 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -320,20 +320,6 @@ SCI_STYLESETCHARACTERSET(int stylenumber, int charset) These can be defined with the SCI_STYLESET* messages.

-SCI_SETFORE(int colour)
-SCI_SETBACK(int colour)
-SCI_SETBOLD(bool bold)
-SCI_SETITALIC(bool italic)
-SCI_SETSIZE(int sizeinpoints)
-SCI_SETFONT(char *fontname)
-
-

- These messages are responsible for global default styling and are used when no explicit - setting is defined for a style.
- These messages are deprecated in favour of using the SCI_STYLESET* messages for - STYLE_DEFAULT. They will be removed in a future release. -

-
 SCI_SETSELFORE(bool useSelectionForeColour, int colour)
 SCI_SETSELBACK(bool useSelectionBackColour, int colour)
 SCI_SETCARETFORE(int colour)
@@ -390,11 +376,6 @@ SCI_GETMARGINSENSITIVEN(int margin)
        sent to the container. Margins that are not sensitive act as selection margins which make it 
        easy to select ranges of lines. 
     

-

- Earlier versions of Scintilla hard coded particular margin types and provided - SCI_SETMARGINWIDTH and SCI_SETLINENUMBERWIDTH which are - now deprecated. -

Other settings

-- cgit v1.2.3