From 52c7333ca68b7973385b63a96ddb62b36df3ff91 Mon Sep 17 00:00:00 2001
From: nyamatongwe SC_MARK_ARROWS, SC_MARK_DOTDOTDOT, SC_MARK_EMPTY,
SC_MARK_BACKGROUND and SC_MARK_FULLRECT.
SCI_MARKERDEFINEPIXMAP(int markerNumber, const char
- *xpm)
- Markers can be set to pixmaps with this message. The XPM format is used for the pixmap and it
- is limited to pixmaps that use one character per pixel. The data should be null terminated.
- Pixmaps use the SC_MARK_PIXMAP marker symbol. You can find the full description of
- 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
@@ -2627,14 +2620,10 @@ struct TextToFind {
SC_MARK_CIRCLEPLUS, SC_MARK_CIRCLEPLUSCONNECTED,
SC_MARK_LCORNER, SC_MARK_LCORNERCURVE, SC_MARK_TCORNER,
SC_MARK_TCORNERCURVE, and SC_MARK_VLINE.
SC_MARK_CHARACTER (10000). For example, to use 'A' (ASCII code 65) as marker
number 1 use:SCI_MARKETDEFINE(1, SC_MARK_CHARACTER+65). SCI_MARKERDEFINE(1, SC_MARK_CHARACTER+65). The marker numbers SC_MARKNUM_FOLDER and SC_MARKNUM_FOLDEROPEN are
used for showing that a fold is present and open or closed. Any symbols may be assigned for
@@ -2754,6 +2743,13 @@ struct TextToFind {
+
SCI_MARKERDEFINEPIXMAP(int markerNumber, const char
+ *xpm)
+ Markers can be set to pixmaps with this message. The XPM format is used for the pixmap and it
+ is limited to pixmaps that use one character per pixel. The data should be null terminated.
+ Pixmaps use the SC_MARK_PIXMAP marker symbol. You can find the full description of
+ the XPM format here.
SCI_MARKERSETFORE(int markerNumber, int colour)
SCI_MARKERSETBACK(int markerNumber, int