Home
> Web Site Updates > CScintillaCtrl, CScintillaView & CScintillaDoc v1.28
CScintillaCtrl, CScintillaView & CScintillaDoc v1.28
December 9, 2011
Just to let everyone know that v1.28 of CScintillaCtrl, CScintillaView & CScintillaDoc has been released. Updates for this version include:
- Updated class to work with Scintilla v3.0.2. New messages wrapped include: SCI_MARKERSETBACKSELECTED, SCI_MARKERENABLEHIGHLIGHT, SCI_STYLESETSIZEFRACTIONAL, SCI_STYLEGETSIZEFRACTIONAL, SCI_STYLESETWEIGHT, SCI_STYLEGETWEIGHT, SCI_COUNTCHARACTERS, SCI_SETEMPTYSELECTION, SCI_CALLTIPSETPOSITION, SCI_GETALLLINESVISIBLE, SCI_BRACEHIGHLIGHTINDICATOR, SCI_BRACEBADLIGHTINDICATOR, SCI_INDICSETOUTLINEALPHA, SCI_INDICGETOUTLINEALPHA, SCI_SETMARGINOPTIONS, SCI_GETMARGINOPTIONS, SCI_MOVESELECTEDLINESUP, SCI_MOVESELECTEDLINESDOWN, SCI_SETIDENTIFIER, SCI_GETIDENTIFIER, SCI_RGBAIMAGESETWIDTH, SCI_RGBAIMAGESETHEIGHT, SCI_MARKERDEFINERGBAIMAGE, SCI_REGISTERRGBAIMAGE, SCI_SCROLLTOSTART, SCI_SCROLLTOEND, SCI_SETTECHNOLOGY, SCI_GETTECHNOLOGY & SCI_CREATELOADER Messages dropped include: SCI_SETUSEPALETTE & SCI_GETUSEPALETTE
Categories: Web Site Updates
Hi PJ
I’m currently looking at your wrapper for Scintilla and it’s an important consideration that I be able to extract the syntax-highlighted text as equivalent HTML.
Do you know if this is possible? Either explicitly (Scintilla function call) or by (me) extending Scintilla to (somehow) process each highlighted ‘block’ and output to HTML?
You would need to post to the scintilla mailing list to get a definitive answer on this. It may be the case that you need to implement a so called scintilla parser for your project.
Regards,
PJ
Thx PJ, I’ll follow your suggestion and post to the Scintilla mailing list.