From 9e59273e1a91a77efd675b0f912e5e680ce300a6 Mon Sep 17 00:00:00 2001
From: nyamatongwe
+SCI_SETLINEINDENTATION(int line, int indentation) +SCI_GETLINEINDENTATION(int line) +SCI_GETLINEINDENTPOSITION(int line) ++
+ The amount of indentation on a line can be discovered and set with SCI_GETLINEINDENTATION and + SCI_SETLINEINDENTATION. The indnetation is measuered in character columns which correspond + to the width of space characters. + SCI_GETLINEINDENTPOSITION returns the position at the end of indentation of a line. +
+SCI_SETCODEPAGE(int codepage)
-- cgit v1.2.3