From dba48e020c0a68a84f4f5f11d5600bba90598da3 Mon Sep 17 00:00:00 2001
From: nyamatongwe
SCI_SETTABWIDTH(int widthinchars) +SCI_SETINDENT(int widthinchars) +SCI_SETUSETABS(bool usetabs)
- Sets the size of a tab as a multiple of the size of a space character in the style of the - first style definition + SCI_SETTABWIDTH sets the size of a tab as a multiple of the size of a space character in the style of the + first style definition. SCI_SETINDENT sets the size of indentation in terms of characters. + SCI_SETUSETABS determines whether indentation should be created out of a micture of tabs + and space or be based purely on spaces.
SCI_SETCODEPAGE(int codepage) -- cgit v1.2.3