aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-02-18 12:25:43 +1100
committerNeil <nyamatongwe@gmail.com>2014-02-18 12:25:43 +1100
commit71967b027342095f813833eeda7a72abc8fe08dd (patch)
tree54fa6ca404a4dec0575b457a08682cacd8a919da
parentd07c79efc8638915483bbf57e1bb28c95975724d (diff)
downloadscintilla-mirror-71967b027342095f813833eeda7a72abc8fe08dd.tar.gz
Explain the Version method.
-rw-r--r--doc/ScintillaDoc.html3
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