How to Syntax Highlight in a RichTextBox [C#]?

后端 未结 6 2050
别那么骄傲
别那么骄傲 2020-12-13 20:32

How do I syntax highlight in a richtextbox control AS THE USER TYPES and USING A String[] keywords. I will be publishing a lightweight notepad to the web soon

6条回答
  •  暖寄归人
    2020-12-13 21:16

    • RichTextBox syntax highlighting (talks about RichTextBox itself - minimal features but exactly what you asked for here)
    • A textbox/richtextbox that has syntax highlighting? [C#] (talks mostly about other ways of doing it)

提交回复
热议问题