<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
I knew I missed something simple.  Somehow the headers I had didn't have FullRectangle in them as an option; copying the right headers over caused a crash [probably index out-of-bounds].  Complete re-download and rebuild of Qscintilla/Qt4 later and I'm now happy!  Thanks!<br><br>> Date: Mon, 13 Jun 2011 22:30:03 +0100<br>> From: phil@riverbankcomputing.com<br>> To: christopher_pow@hotmail.com<br>> CC: qscintilla@riverbankcomputing.com<br>> Subject: Re: [QScintilla] Margin colors<br>> <br>> On Mon, 13 Jun 2011 15:56:04 -0500, Christopher Pow<br>> <christopher_pow@hotmail.com> wrote:<br>> > I have a situation where I'd like to be able to colorize a margin of a<br>> > particular line different from that of the surrounding lines.  I've<br>> managed<br>> > to achieve *almost* that effect by using a marker defined as an<br>> underscore<br>> > ("_") character with the same foreground and background color.  However,<br>> > this only puts color where the actual character is in the margin, not<br>> the<br>> > entire bounding box of the line's extent in the margin, so there's<br>> annoying<br>> > horizontal lines of the default margin color that looks ugly. <br>> Essentially<br>> > I want something similar to QsciScintilla::Background marker but for<br>> margin<br>> > colorizing only, not affecting the color of the line of text.<br>> > <br>> > Does anyone have any ideas?  Am I missing something?<br>> > <br>> > I've attached a picture of what I have...the red boxes in the second<br>> > margin are what I'm referring to.  I'd like the red to be a single solid<br>> > rectangle.<br>> > <br>> > Thanks!<br>> <br>> Have you tried the FullRectangle MarkerSymbol?<br>> <br>> Phil<br>                                       </body>
</html>