You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is the lexers are statically wired into Scintilla; there's no compilation option to exclude one or more, and I'm reluctant to change Scintilla to avoid complicating updates to a later library.
I've been doing tests on upgrading Scintilla - they have a version after which they require a C++11 compiler so the upgrades might have to stop there. That might be a good point in time to just stop upgrading and version freeze.
Compiling would be faster if scintilla didn't need to build every single lexer.
The text was updated successfully, but these errors were encountered: