Page 1 of 1

Set tabulation width in Menu

Posted: 08.02.2022 14:43
by rh54
There are a few commands that can be used in the Config Menu plugin to configure tabulation:

cmd_ToggleTabUsesSpaces
cmd_ConvertTabsToSpaces
cmd_ConvertSpacesToTabsLeading
cmd_ConvertTabsToSpacesLeading

Is there also such a command to set the tabulation width?

Posted: 19.02.2022 10:38
by main Alexey
no such command, but can be easily called by plugin.
eg in the Console enter:

ed.set_prop(PROP_TAB_SIZE, 2)
or
ed.set_prop(PROP_TAB_SIZE, 9)

Posted: 24.02.2022 07:34
by rh54
Thanks a lot for your reply!

Posted: 26.02.2022 19:54
by main Alexey