diff options
| author | nyamatongwe <devnull@localhost> | 2000-05-02 22:30:19 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-05-02 22:30:19 +0000 |
| commit | 020609902772f9507fec9002a5c36417242d7c56 (patch) | |
| tree | b61dcd43fd526aa1efbf09d4219200e6a5ffb765 /doc/ScintillaDoc.html | |
| parent | 5a25cf8d92f57d363a940aa7e4fbeff7aa737bd8 (diff) | |
| download | scintilla-mirror-020609902772f9507fec9002a5c36417242d7c56.tar.gz | |
Small touch ups - removal of unused definitions, fixing documentation.
Diffstat (limited to 'doc/ScintillaDoc.html')
| -rw-r--r-- | doc/ScintillaDoc.html | 6 |
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(<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 </h3> <pre> -SCI_CALLTIPSHOW(<unused>, char *definition) +SCI_CALLTIPSHOW(int posStart, char *definition) SCI_CALLTIPCANCEL SCI_CALLTIPACTIVE SCI_CALLTIPPOSSTART |
