Can someone describe me how to make indentation work in Scintilla.net?
this.scintilla1.Indentation.SmartIndentType = ScintillaNet.SmartIndent.Simple;
I'm confused on what needs to be done to get it to work. Can someone describe what event handlers need to be implemented to get indentation to work?