diff options
| author | nyamatongwe <devnull@localhost> | 2000-08-21 12:28:18 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-08-21 12:28:18 +0000 |
| commit | 89ef99c7fdf9312d4c2f8b9e822a2060dc344ed7 (patch) | |
| tree | 5000e0ba3f796393861c9f619bceaa09084be285 /doc/ScintillaDoc.html | |
| parent | 70df38949292f55cb3eb507c95d904770979ae15 (diff) | |
| download | scintilla-mirror-89ef99c7fdf9312d4c2f8b9e822a2060dc344ed7.tar.gz | |
Merging patches from Ferda and Jan.
Autocompletion flags for ignoring case and automatically choosing single
items.
WM_PAINT handling with passed HDC.
Events in Scintilla.iface.
Diffstat (limited to 'doc/ScintillaDoc.html')
| -rw-r--r-- | doc/ScintillaDoc.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 743838af0..695dd3a63 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -606,6 +606,11 @@ SCI_AUTOCGETSEPARATOR SCI_AUTOCSELECT(<unused>,char *stringtoselect) SCI_AUTOCSETCANCELATSTART(bool cancel) SCI_AUTOCGETCANCELATSTART +SCI_AUTOCSETFILLUPS(<unused>,char *chars) +SCI_AUTOCSETCHOOSESINGLE(bool chooseSingle) +SCI_AUTOCGETCHOOSESINGLE +SCI_AUTOCSETIGNORECASE(bool ignoreCase) +SCI_AUTOCGETIGNORECASE </pre> <p> Auto completion displays a list box based upon the users typing showing likely identifiers. |
