Using the ExpressionEditor for syntax coloring
I don't understand how to implement Syntax Coloring in the SqlTextEditor. I placed an ExpressionEditor on the form containing the Query Builder and SqlTextEditor, and I linked the QueryBuilder to the ExpressionEditor. What else do I need to do? Also, do you provide the source code for your demo programs? It would really help answer many of my questions to see how you did things in your demos. Thanks!
queryBuilder1.ExpressionEditor = expressionEditor1;
sqlTextEditor1.QueryBuilder = queryBuilder1;
The sample demo projects with source code are installed to your Documents folder; their shortcuts are present in the Start menu.