ScintillaNET
ScintillaNET copied to clipboard
Added missing methods SCI_SETTABINDENTS & SCI_SETBACKSPACEUNINDENTS.
Added missing method SCI_SETTABINDENTS. Added missing method SCI_SETBACKSPACEUNINDENTS
I'll have to try out your branch of ScintillaNET. But, now I'm struggling to get my CSharpLexer working as I want. I'm trying to get Brace matching to work. I don't want to do it in the UpdateUI or anything like that. Just want them to always be colored. The source is posted in the issues section if anyone wants to see what I got so far.