diff options
author | Neil <nyamatongwe@gmail.com> | 2014-02-18 12:25:43 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-02-18 12:25:43 +1100 |
commit | 02e7e7e205335c3ff7708449a696dc991511194e (patch) | |
tree | 51b6bcf3bb3285f39ebd37b8655d94638492d156 | |
parent | 6b9a7a5f8fe2033c3008c3b045484e545a79794e (diff) | |
download | scintilla-mirror-02e7e7e205335c3ff7708449a696dc991511194e.tar.gz |
Explain the Version method.
-rw-r--r-- | doc/ScintillaDoc.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index a08c36ac9..081c460bc 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -6241,6 +6241,9 @@ A simple approach is to return 0 if there is any possibility that a change requi optimisation could be to remember where a setting first affects the document and return that position. </p> +<p><code>Version</code> returns an enumerated value specifying which version of the interface is implemented: +<code>lvOriginal</code> for <code>ILexer</code> and <code>lvSubStyles</code> for <code>ILexerWithSubStyles</code>.</p> + <p><code>Release</code> is called to destroy the lexer object.</p> <p><code>PrivateCall</code> allows for direct communication between the |