Product feature tour
|
|
|||||||||||||||
Syntax Highlighting support |
||||||||||||||||
BCGPEdit supports two levels of highly customizable syntax highlighting. First of all, you can create a syntax file (in XML format) to support any programming language. Secondly, we offer a set of virtual functions. You can override these functions and incorporate into edit control any logic you want. In our examples we demonstrate how to implement C++, ASP and custom schemes. The Editor is suitable for large number of applications - from simple chat clients to complicated development tools. | ||||||||||||||||
C++ syntax highlighting: |
||||||||||||||||
ASP syntax highlighting: |
||||||||||||||||
Custom syntax highlighting: |
||||||||||||||||
Prev Next |