From a02f000ca8d66dfff378225c36a663d39b19dfa4 Mon Sep 17 00:00:00 2001 From: rdaneelolivaw Date: Tue, 12 Apr 2005 18:15:51 +0000 Subject: RBR - Reflect the addition of the SC_MARK_FULLRECT marker symbol. --- doc/ScintillaDoc.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index d841e825b..9a0a84b1f 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -38,7 +38,7 @@

Scintilla Documentation

-

Last edited 3/April/2005 NH

+

Last edited 11/April/2005 NH

There is an overview of the internal design of Scintilla.
@@ -2583,8 +2583,8 @@ struct TextToFind { SC_MARK_CIRCLE, SC_MARK_ROUNDRECT, SC_MARK_ARROW, SC_MARK_SMALLRECT, SC_MARK_SHORTARROW, SC_MARK_EMPTY, SC_MARK_ARROWDOWN, SC_MARK_MINUS, SC_MARK_PLUS, - SC_MARK_ARROWS, SC_MARK_DOTDOTDOT, SC_MARK_EMPTY and - SC_MARK_BACKGROUND.

+ SC_MARK_ARROWS, SC_MARK_DOTDOTDOT, SC_MARK_EMPTY, + SC_MARK_BACKGROUND and SC_MARK_FULLRECT.

SCI_MARKERDEFINEPIXMAP(int markerNumber, const char *xpm)
@@ -2594,6 +2594,7 @@ struct TextToFind { the XPM format here.

The SC_MARK_BACKGROUND marker changes the background colour of the line only. + The SC_MARK_FULLRECT symbol mirrors this, changing only the margin background colour. The SC_MARK_EMPTY symbol is invisible, allowing client code to track the movement of lines. You would also use it if you changed the folding style and wanted one or more of the SC_FOLDERNUM_* markers to have no associated symbol.

-- cgit v1.2.3