aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-11-23 08:55:43 +0000
committernyamatongwe <devnull@localhost>2005-11-23 08:55:43 +0000
commitddc2c5951de8fcba0cf8f2a2af0cd67a35b73f59 (patch)
treec5ceb87db86edeff24600fec0419821cb100c49a
parent6874ac30092561dceb5397676435467d1492a238 (diff)
downloadscintilla-mirror-ddc2c5951de8fcba0cf8f2a2af0cd67a35b73f59.tar.gz
Fixed up type of SCI_AUTOCSETMAXHEIGHT / SCI_AUTOCGETMAXWIDTH.
-rw-r--r--doc/ScintillaDoc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index dcc816faa..8fa8d5a21 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -3122,8 +3122,8 @@ struct TextToFind {
</p>
<p>
- <b id="SCI_AUTOCSETMAXWIDTH">SCI_AUTOCSETMAX(int characterCount)</b><br />
- <b id="SCI_AUTOCGETMAXWIDTH">SCI_AUTOCGETMAX</b><br />
+ <b id="SCI_AUTOCSETMAXWIDTH">SCI_AUTOCSETMAXWIDTH(int characterCount)</b><br />
+ <b id="SCI_AUTOCGETMAXWIDTH">SCI_AUTOCGETMAXWIDTH</b><br />
Get or set the maximum width of an autocompletion list expressed as the number of characters in the longest item that will be totally visible.
If zero (the default) then the list's width is calculated to fit the item with the most characters. Any items that cannot be fully displayed within