Skip to content Skip to sidebar Skip to footer
Showing posts with the label Qscintilla

Removing A Line From Text

Say I have a text document. I have a line.I want to delete the text on that line and replace it wit… Read more Removing A Line From Text

Creating And Colorizing New Constructs On A Existing Scintilla Lexer

All, I'm using QScintilla to syntax-highlight my domain specific language (DSL). Since my DSL i… Read more Creating And Colorizing New Constructs On A Existing Scintilla Lexer