Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 2.69 KB

File metadata and controls

28 lines (19 loc) · 2.69 KB

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)