Has anyone done a wx(Rich)TextCtrl with markers?

Are you writing your own components and need help with how to set them up or have questions about the components you are deriving from ? Ask them here.
Post Reply
NinjaNL
Moderator
Moderator
Posts: 899
Joined: Sun Oct 03, 2004 10:33 am
Location: Oosterwolde, Netherlands

Has anyone done a wx(Rich)TextCtrl with markers?

Post by NinjaNL »

I am looking for a component (source) which is a wxRichTextCtrl implementing markers (bookmarks) in the gutter.

Has anyone done anything like this and could share their code or offer advice on what I need to do to correctly implement something like this?

Thanks
Mal
Follow the development of my screenplay authoring program at http://wxscreenplaywriter.blogspot.com/
FlyingIsFun1217
Super wx Problem Solver
Super wx Problem Solver
Posts: 497
Joined: Mon Nov 06, 2006 9:58 pm

Post by FlyingIsFun1217 »

Well, CodeBlocks does it, which leads me to believe that looking into something like wxScintilla would help.

FlyingIsFun1217
Post Reply