I installed ScintillaNet through NuGet, the corresponding element appeared in the toolbar and I added it to the form. How now to implement C # syntax highlighting in this element? I read that you need to create some xml file, but where to create it, how to set everything up correctly, how to fix it, so that it doesn’t work, help.
- There is a much simpler solution, the choice of syntax highlighting, color palette optional project address codeproject.com/Articles/161871/… - Digital Core
- You can get the xml-file from NPP, and that's where to put it, it should be written on the docks. - Qwertiy ♦
|