diff options
| author | Neil <nyamatongwe@gmail.com> | 2017-06-22 16:38:26 +1000 | 
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2017-06-22 16:38:26 +1000 | 
| commit | cac2920096062453ed19e5697146cd1b42ba088d (patch) | |
| tree | 4de045a6b3dc4bc82f40964607f52fd0949a3ab0 /lexlib/StyleContext.h | |
| parent | d1be79eee1940dc99389deefd9d3ae766c3035e3 (diff) | |
| download | scintilla-mirror-cac2920096062453ed19e5697146cd1b42ba088d.tar.gz | |
Update IDocument for version 4. Drop IDocumentWithLineEnd interface to just have
IDocument but with all the methods from IDocumentWithLineEnd. This removes
version checking (for now). Use dvRelease4 ID.
Drop mask argument to StartStyling.
Diffstat (limited to 'lexlib/StyleContext.h')
| -rw-r--r-- | lexlib/StyleContext.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lexlib/StyleContext.h b/lexlib/StyleContext.h index a536822e2..abfc07318 100644 --- a/lexlib/StyleContext.h +++ b/lexlib/StyleContext.h @@ -18,7 +18,7 @@ namespace Scintilla {  // syntactically significant. UTF-8 avoids this as all trail bytes are >= 0x80  class StyleContext {  	LexAccessor &styler; -	IDocumentWithLineEnd *multiByteAccess; +	IDocument *multiByteAccess;  	Sci_PositionU endPos;  	Sci_PositionU lengthDocument; | 
