From 8a1bdb60a628c895d4c51291aa3725770c0db53a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 2 May 2000 22:30:19 +0000 Subject: Small touch ups - removal of unused definitions, fixing documentation. --- doc/ScintillaDoc.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'doc') 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
-SCI_AUTOCSHOW(<unused>,char *list)
+SCI_AUTOCSHOW(int lenEntered;,char *list)
 SCI_AUTOCCANCEL
 SCI_AUTOCACTIVE
 SCI_AUTOCPOSSTART
@@ -582,7 +580,7 @@ SCI_AUTOCSELECT(<unused>,char *stringtoselect)
        Calltips
     
 
-SCI_CALLTIPSHOW(<unused>, char *definition)
+SCI_CALLTIPSHOW(int posStart, char *definition)
 SCI_CALLTIPCANCEL
 SCI_CALLTIPACTIVE
 SCI_CALLTIPPOSSTART
-- 
cgit v1.2.3