I have been using the excellent GoScintilla for syntax highlighting and bookmarks but I'm not really sure I want line numbering. I've looked through the documentation but I can't see a way to turn line numbering off. Probably there but I've just missed it.
Can anyone point me in the right direction?
GoScintilla line numbering
Re: GoScintilla line numbering
Do not use the #GOSCI_AUTOSIZELINENUMBERSMARGIN flag when creating the control.
I may look like a mule, but I'm not a complete ass.
Re: GoScintilla line numbering
Great. That's done it. I was looking in the wrong place. I thought it had something to do with SetAttribute.
Thanks.
Thanks.