diff options
| author | mitchell <unknown> | 2020-01-03 19:46:53 -0500 |
|---|---|---|
| committer | mitchell <unknown> | 2020-01-03 19:46:53 -0500 |
| commit | b6d260731bddb23d63f4a0990305b1d9501f7cf8 (patch) | |
| tree | 2ec6039f887cb14498e469973b68aaca7a2c939e /src/ScintillaBase.cxx | |
| parent | 8eb134dbbd44002f3acd90d91550875f161136fa (diff) | |
| download | scintilla-mirror-b6d260731bddb23d63f4a0990305b1d9501f7cf8.tar.gz | |
Backport: Move collection of modules from Catalogue.cxx to CatalogueModules.h so it can be reused.
Backport of changeset 7866:fff1071ea1db.
Diffstat (limited to 'src/ScintillaBase.cxx')
| -rw-r--r-- | src/ScintillaBase.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ScintillaBase.cxx b/src/ScintillaBase.cxx index 76308ce2a..0b7adbd67 100644 --- a/src/ScintillaBase.cxx +++ b/src/ScintillaBase.cxx @@ -72,6 +72,9 @@ ScintillaBase::ScintillaBase() { listType = 0; maxListWidth = 0; multiAutoCMode = SC_MULTIAUTOC_ONCE; +#ifdef SCI_LEXER + Scintilla_LinkLexers(); +#endif } ScintillaBase::~ScintillaBase() { |
