aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-07-10 12:39:14 +0000
committernyamatongwe <unknown>2000-07-10 12:39:14 +0000
commitd03640b271b24ef2ee59dd78157efae5c7ed3ea9 (patch)
tree1a5f91acc8812503d63f2554256c01cdc320d64e
parent5494e069c7302bcaf61a640a0412870a432f964b (diff)
downloadscintilla-mirror-d03640b271b24ef2ee59dd78157efae5c7ed3ea9.tar.gz
Removed documentation or old features that have been removed.
-rw-r--r--doc/ScintillaDoc.html19
1 files changed, 0 insertions, 19 deletions
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.
</p>
<pre>
-SCI_SETFORE(int colour)
-SCI_SETBACK(int colour)
-SCI_SETBOLD(bool bold)
-SCI_SETITALIC(bool italic)
-SCI_SETSIZE(int sizeinpoints)
-SCI_SETFONT(char *fontname)
-</pre>
- <p>
- These messages are responsible for global default styling and are used when no explicit
- setting is defined for a style.<br />
- These messages are deprecated in favour of using the SCI_STYLESET* messages for
- STYLE_DEFAULT. They will be removed in a future release.
- </p>
-<pre>
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.
</p>
- <p>
- Earlier versions of Scintilla hard coded particular margin types and provided
- SCI_SETMARGINWIDTH and SCI_SETLINENUMBERWIDTH which are
- now deprecated.
- </p>
<h3>
Other settings
</h3>