From 215e051e588219ec41341a27bb87793732cccd88 Mon Sep 17 00:00:00 2001
From: mitchell
SCI_GETSELECTIONNENDVIRTUALSPACE(int selection) → position
Set or query the start and end position of each already existing selection.
- Query the virtual space at start and end of each selection.
+ Query the virtual space at start and end of each selection.
Mostly of use to query each range for its text. The selection parameter is zero-based.
@@ -7143,7 +7143,7 @@ optimisation could be to remember where a setting first affects the document and
Version returns an enumerated value specifying which version of the interface is implemented:
lvOriginal for ILexer, lvSubStyles for ILexerWithSubStyles,
-and lvMetaData for ILexerWithMetaData.
lvMetaData for ILexerWithMetaData, and lvIdentity for ILexerWithIdentity>.
Release is called to destroy the lexer object.
GetName and GetIdentifier may be called
+to discover the identity of a lexer and be used to implement
+ and
+.
PropertyGet may be called
+to discover the value of a property stored by a lexer and be used to implement
+.