From a02f000ca8d66dfff378225c36a663d39b19dfa4 Mon Sep 17 00:00:00 2001
From: rdaneelolivaw Last edited 3/April/2005 NH Last edited 11/April/2005 NH There is an overview of the internal design of
Scintilla.Scintilla Documentation
-
@@ -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.