From f51b1e5080edb6fbc2add4dfdec9b0d397aa1f2a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 2 Apr 2009 07:51:33 +0000 Subject: Method to find the symbol defined for a marker number. SC_MARK_AVAILABLE defined. --- doc/ScintillaDoc.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 67524b6f8..cf869e1c0 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -2772,6 +2772,8 @@ struct TextToFind { markerSymbols)
SCI_MARKERDEFINEPIXMAP(int markerNumber, const char *xpm)
+ SCI_MARKERSYMBOLDEFINED(int markerNumber) +
SCI_MARKERSETFORE(int markerNumber, int colour)
SCI_MARKERSETBACK(int markerNumber, int @@ -2808,6 +2810,10 @@ struct TextToFind { 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.

+ +

Applications may use the marker symbol SC_MARK_AVAILABLE to indicate that + plugins may allocate that marker number. +

There are also marker symbols designed for use in the folding margin in a flattened tree style.
@@ -2949,6 +2955,10 @@ struct TextToFind { Pixmaps use the SC_MARK_PIXMAP marker symbol. You can find the full description of the XPM format
here.

+

SCI_MARKERSYMBOLDEFINED(int markerNumber)
+ Returns the symbol defined for a markerNumber with SCI_MARKERDEFINE + or SC_MARK_PIXMAP if defined with SCI_MARKERDEFINEPIXMAP.

+

SCI_MARKERSETFORE(int markerNumber, int colour)
SCI_MARKERSETBACK(int markerNumber, int