c# - Indentation and smart indent in ScintillaNET -
can describe me how make indentation work in scintilla.net?
this.scintilla1.indentation.smartindenttype = scintillanet.smartindent.simple;
i'm confused on needs done work. can describe event handlers need implemented indentation work?
the trick set indentation.indentwidth
8
, if indentation.tabwidth
set 8
.
of cource indentation.smartindenttype
must still set simple
.
Comments
Post a Comment