aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-04-11 11:11:00 +0000
committernyamatongwe <unknown>2000-04-11 11:11:00 +0000
commit9e59273e1a91a77efd675b0f912e5e680ce300a6 (patch)
tree564484e386da5487d93f1fd5619d3efc7e9b3436 /doc/ScintillaDoc.html
parenteb61398745e2c57414a4a3a5fd5eae97dccdd277 (diff)
downloadscintilla-mirror-9e59273e1a91a77efd675b0f912e5e680ce300a6.tar.gz
Added smart indentation support code.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index c2ce990df..d35b0b541 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -418,6 +418,17 @@ SCI_SETUSETABS(bool usetabs)
and space or be based purely on spaces.
</p>
<pre>
+SCI_SETLINEINDENTATION(int line, int indentation)
+SCI_GETLINEINDENTATION(int line)
+SCI_GETLINEINDENTPOSITION(int line)
+</pre>
+ <p>
+ 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.
+ </p>
+<pre>
SCI_SETCODEPAGE(int codepage)
</pre>
<p>