From 49f784cd0b1056c5c624534b097d968b8eaadd88 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 14 Feb 2014 09:47:23 +1100 Subject: Fix explanation as confused in bug [#1577]. --- doc/ScintillaDoc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index ab8f4064f..a08c36ac9 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3525,7 +3525,7 @@ struct Sci_TextToFind {

The markers are drawn in the order of their numbers, so higher numbered markers appear on top of lower numbered ones. Markers try to move with their text by tracking where the start of their line moves. When a line is deleted, its markers are combined, by an OR - operation, with the markers of the previous line.

+ operation, with the markers of the next line.

SCI_MARKERDEFINE(int markerNumber, int markerSymbols)
SCI_MARKERDEFINEPIXMAP(int markerNumber, -- cgit v1.2.3