From 02e7e7e205335c3ff7708449a696dc991511194e Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 18 Feb 2014 12:25:43 +1100 Subject: Explain the Version method. --- doc/ScintillaDoc.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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.

+

Version returns an enumerated value specifying which version of the interface is implemented: +lvOriginal for ILexer and lvSubStyles for ILexerWithSubStyles.

+

Release is called to destroy the lexer object.

PrivateCall allows for direct communication between the -- cgit v1.2.3