Hi Robert,

Yes, I did. I add Margin 1 to as symbol margin, and add code like below.

        SendOutput(SCI_MARKERDELETEALL, static_cast<uptr_t>(-1));
                        SendOutput(SCI_MARKERDEFINE, 0, SC_MARK_SMALLRECT);
                        SendOutput(SCI_MARKERSETFORE, 0,
ColourOfProperty(props,
                                   "error.marker.fore", ColourDesired(0x7f,
0, 0)));
                        SendOutput(SCI_MARKERSETBACK, 0,
ColourOfProperty(props,
                                   "error.marker.back", ColourDesired(0xff,
0xff, 0)));
                        SendOutput(SCI_MARKERADD, lookLine, 0);

but I don't know how to configure the margin by clicked show as circle...




-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert Roessler
Sent: Thursday, July 12, 2007 9:06 AM
To: Discussion of the SciTE editor
Subject: Re: [scite] How to Use Margin 1 and Marker(s) to show breakpoint.

Yan Feng wrote:
> I want to use Margin 1  and Maker in Scite do show breakpoint as RED 
> circle , but I did not how to do this.
>  
> I made the Margin 1 sensitive and I can receive the margin 1 cliked 
> notification message, but I did not know how to show the circle on the 
> margin 1 like vs.net.

Have you read the section on Markers in ScintillaDoc.html?  And maybe try
using a SC_MARK_CIRCLE marker?

Robert Roessler
[EMAIL PROTECTED]
http://www.rftp.com
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to