[QScintilla] multiple markers on one line
Gedalia Pasternak
gedalia at gmail.com
Tue Sep 21 01:18:57 BST 2010
Hello,
Is there a easy way to get multiple markers to show up on the same line?
it seems like one margin defaults to line numbers, one for folding, and one
for markers. But if I add 2 markers to the same line:
m_rt_tri_marker = qsc_edit->markerDefine(QsciScintilla::RightTriangle,
-1);
qsc_edit->setMarkerBackgroundColor(QColor(255,128,128,128),
m_rt_tri_marker);
m_breakpoint_marker = qsc_edit->markerDefine(QsciScintilla::Circle, -1);
qsc_edit->setMarkerBackgroundColor(QColor(255,128,128,128),
m_breakpoint_marker);
the Circle completely obscures the right triangle. Alpha doesn't seem to
make a diff, widening up the margin didn't make a difference either.
any suggestions? thanks!
-gedalia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/qscintilla/attachments/20100920/1a2747e3/attachment.html>
More information about the QScintilla
mailing list