aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-05-02 22:30:19 +0000
committernyamatongwe <unknown>2000-05-02 22:30:19 +0000
commit8a1bdb60a628c895d4c51291aa3725770c0db53a (patch)
treeb61dcd43fd526aa1efbf09d4219200e6a5ffb765 /doc
parent57207d991410cc121833889f20075bff07f3baa3 (diff)
downloadscintilla-mirror-8a1bdb60a628c895d4c51291aa3725770c0db53a.tar.gz
Small touch ups - removal of unused definitions, fixing documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaDoc.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 42206a2a5..270160098 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -158,8 +158,6 @@ SCI_GETLENGTH
SCI_GETCURRENTPOS
SCI_GETANCHOR
SCI_SELECTALL
-SCI_CHANGEPOSITION(int delta, bool extendselection)
-SCI_PAGEMOVE(int cmdkey, bool extendselection)
SCI_GOTOLINE(int line)
SCI_GOTOPOS(int position)
SCI_SETANCHOR(int position)
@@ -552,7 +550,7 @@ SCI_INDICGETFORE(int indicatornumber)
Autocompletion
</h3>
<pre>
-SCI_AUTOCSHOW(&lt;unused&gt;,char *list)
+SCI_AUTOCSHOW(int lenEntered;,char *list)
SCI_AUTOCCANCEL
SCI_AUTOCACTIVE
SCI_AUTOCPOSSTART
@@ -582,7 +580,7 @@ SCI_AUTOCSELECT(&lt;unused&gt;,char *stringtoselect)
Calltips
</h3>
<pre>
-SCI_CALLTIPSHOW(&lt;unused&gt;, char *definition)
+SCI_CALLTIPSHOW(int posStart, char *definition)
SCI_CALLTIPCANCEL
SCI_CALLTIPACTIVE
SCI_CALLTIPPOSSTART