aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2005-11-23 08:55:43 +0000
committernyamatongwe <unknown>2005-11-23 08:55:43 +0000
commitfd9891e3e2bb9f782c85fc8ab8b3e356ada0be56 (patch)
treec5ceb87db86edeff24600fec0419821cb100c49a
parente954eab6141c02d9a5dc285acb5157b9cfee3002 (diff)
downloadscintilla-mirror-fd9891e3e2bb9f782c85fc8ab8b3e356ada0be56.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