aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-04-11 11:11:00 +0000
committernyamatongwe <devnull@localhost>2000-04-11 11:11:00 +0000
commit1435a1726aa20fdf07da2132e1e0f8f023120dcc (patch)
tree564484e386da5487d93f1fd5619d3efc7e9b3436 /doc/ScintillaDoc.html
parentb9acd7e4a1277833de0559cf92baad5957018b10 (diff)
downloadscintilla-mirror-1435a1726aa20fdf07da2132e1e0f8f023120dcc.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>