diff options
author | Neil <nyamatongwe@gmail.com> | 2022-10-26 08:07:04 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2022-10-26 08:07:04 +1100 |
commit | a3e45cd77bfa07fc5681132e48d154c3b68fb34a (patch) | |
tree | 1d4033eb4c593c9fc4e4cde1a555b793097693a5 | |
parent | 971d2750e3edecb23bbfed9781e0ae66c110b9d5 (diff) | |
download | scintilla-mirror-a3e45cd77bfa07fc5681132e48d154c3b68fb34a.tar.gz |
Document SC_AC_SINGLE_CHOICE.
-rw-r--r-- | doc/ScintillaDoc.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index f9a973892..f540f9d45 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -9602,6 +9602,16 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next triggered the completion. ch is 0.</td> </tr> + <tr> + <td align="left"><code>SC_AC_SINGLE_CHOICE</code></td> + + <td align="center">6</td> + + <td>There was only a single choice in the list and 'choose single' mode was active as set by + <code> + <a class="seealso" href="#SCI_AUTOCSETCHOOSESINGLE">SCI_AUTOCSETCHOOSESINGLE</a></code>. ch is 0.</td> + + </tr> </tbody> </table> |