From b5ba1cee2188ab879573126c62d6291b346e089c Mon Sep 17 00:00:00 2001
From: Neil 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_MARKERDEFINE(1, SC_MARK_CHARACTER+65)
. SC_MARK_CHARACTER
(10000). For example, to use '▥' SQUARE WITH VERTICAL FILL
+ (Unicode code point 9637) as marker number 1 use:SCI_MARKERDEFINE(1, SC_MARK_CHARACTER+9637)
. 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
--
cgit v1.2.3