aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-04-18 13:22:37 +0000
committernyamatongwe <devnull@localhost>2000-04-18 13:22:37 +0000
commit61a26afd9a30720144cd767a1ca94d62b1f9c9bf (patch)
treeae4c9023437b377f328047d032b6287e95d9151a
parent51ba8716e766dda014487f0cea548868f0615bbb (diff)
downloadscintilla-mirror-61a26afd9a30720144cd767a1ca94d62b1f9c9bf.tar.gz
Added indenting and horizontal scrollbar commands.
-rw-r--r--doc/ScintillaDoc.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index d35b0b541..ee7c309e3 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -56,8 +56,8 @@ EM_GETLINE(int line, char *text)
EM_REPLACESEL(&lt;unused&gt;, char *text)
EM_SETREADONLY
EM_GETTEXTRANGE(&lt;unused&gt;, TEXTRANGE *tr)
-SCI_ADDTEXT(char *s, int length)
-SCI_ADDSTYLEDTEXT(cell *s,int length)
+SCI_ADDTEXT(int length, char *s)
+SCI_ADDSTYLEDTEXT(int length, cell *s)
SCI_INSERTTEXT(int pos, char *text)
SCI_CLEARALL
SCI_GETCHARAT(int position)
@@ -167,6 +167,9 @@ SCI_GETCURLINE(int textlen, char *text)
SCI_LINELENGTH(int line)
SCI_SETCARETPOLICY(int policy)
SCI_LINESONSCREEN
+SCI_SELECTIONISRECTANGLE
+SCI_SETHSCROLLBAR(bool visible)
+SCI_GETHSCROLLBAR
</pre>
<p>
Scintilla maintains a selection which stretches between two points, the anchor and the
@@ -633,6 +636,8 @@ SCI_ZOOMIN
SCI_ZOOMOUT
SCI_DELWORDLEFT
SCI_DELWORDRIGHT
+SCI_LINESCROLLDOWN
+SCI_LINESCROLLUP
</pre>
<p>
To allow the container application to perform any of the actions available to the user with