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
_______________________________________________
QScintilla mailing list
[email protected]
http://www.riverbankcomputing.com/mailman/listinfo/qscintilla

Reply via email to