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

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -