Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create Syntax Highlighting Text Box [closed]

Tags:

c#

How to create a Syntax Highlighting Textbox Using C#.Net

like image 915
Thorin Oakenshield Avatar asked May 11 '10 09:05

Thorin Oakenshield


2 Answers

Take ScintillaNet and take one of the predefined lexer or write your own one (example of IniLexer). If you're going to adopt the sample you should also take a look into this discussion.

like image 89
Oliver Avatar answered Oct 07 '22 22:10

Oliver


Making the Syntax highlighting textbox written in C#

http://www.codeproject.com/KB/miscctrl/FixingTheCode.aspx

like image 23
ratty Avatar answered Oct 08 '22 00:10

ratty