Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I get any more help on implementing the wxWidgets Scintilla wrapper in my application?

0
Posted

Can I get any more help on implementing the wxWidgets Scintilla wrapper in my application?

0

Yeah, the sample code provided with wxWidgets actually adds another layer (a wrapper around the wrapper) that takes a little detective work to figure out. Here’s a simper code snippet from my implementation: wxChar* MyKeyWords = _T(“new delete class “) _T(“if else while do switch case default for foreach break continue on_continue on_done on_break on_exit return “) _T(“int char float string bool data byte typeid dynamic “) _T(“const weakref private ref synchronized “) _T(“mod isa has “) _T(“hexdata ascii unicode “) _T(“true false null “); . . .

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123