/how-to-implement-t-sql-language-syntax-highlighting-by-creating-syntax-highlight-tokens

Register the ISyntaxHighlightService to implement simplified syntax highlighting for the T-SQL language

Primary LanguageC#OtherNOASSERTION

Rich Text Editor for WPF -- How to Use Syntax Highlight Tokens to implement T-SQL language Syntax Highlight

This example illustrates how to register the ISyntaxHighlightService to implement simplified syntax highlighting for the T-SQL language.

Implementation Details

Text is parsed into tokens (a list of SyntaxHighlightToken class instances) manually by the CustomSyntaxHighlightService.ParseTokens() method call. The resulting list is sorted and passed to the SubDocument.ApplySyntaxHighlight method.

More Examples

Documentation

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)