I am adding a toolbar to the Scintilla editor and have 2 buttons indent/unindent. I do not see any code snippets for the code behind, nor does the sample program show how.
Some editors use Editor.SelectionIndent += 10;
Does Scintilla have something of that nature?
Some editors use Editor.SelectionIndent += 10;
Does Scintilla have something of that nature?