diff options
| author | nyamatongwe <devnull@localhost> | 2010-07-28 17:54:24 +1000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2010-07-28 17:54:24 +1000 |
| commit | 7317421053e0b1ddde78e0ddd317d6b6fb52aa57 (patch) | |
| tree | f6cbcf5648f869cdb62556d39e9223f94307ee94 /src/Document.h | |
| parent | fc8b0efdbd3f1156feb7fb28d2934c79f1119e8e (diff) | |
| download | scintilla-mirror-7317421053e0b1ddde78e0ddd317d6b6fb52aa57.tar.gz | |
Restore container lexing functionality which was accidentally removed by lexer objects changes.rel-2-20
Diffstat (limited to 'src/Document.h')
| -rw-r--r-- | src/Document.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Document.h b/src/Document.h index a765c6299..ffadbade3 100644 --- a/src/Document.h +++ b/src/Document.h @@ -146,6 +146,9 @@ public: virtual ~LexInterface() { } void Colourise(int start, int end); + bool UseContainerLexing() const { + return instance == 0; + } }; /** |
