#6993
Yutaka Emura
Keymaster

gning wrote:
I want to indent blocks by one column in addition to being able to indent them by the normal distance. I want two separate commands. Coarse and fine tuning, so to speak.

I see. Please try this:


cfg = Document.Config;
cfg.Indent.IndentColumns = 1;
cfg.Save();