diff options
-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> |