From 8eb134dbbd44002f3acd90d91550875f161136fa Mon Sep 17 00:00:00 2001
From: Neil
Scintilla also supports external lexers. These are DLLs (on Windows) or .so modules (on GTK/Linux) that export three +
Scintilla also supports external lexers. These are DLLs (on Windows), .dylib modules (on macOS),
+ or .so modules (on GTK/Linux) that export three
functions: GetLexerCount, GetLexerName, and
- GetLexerFactory. See externalLexer.cxx for more.
GetLexerFactory. See ExternalLexer.cxx for more information.
SCI_SETLEXER(int lexer)SCI_GETLEXERLANGUAGE retrieves the name of the lexer.
SCI_LOADLEXERLIBRARY(<unused>, const char *path)
- Load a lexer implemented in a shared library. This is a .so file on GTK/Linux or a .DLL file on Windows.
+ Load a lexer implemented in a shared library. This is a .so file on GTK/Linux, a .dylib file on macOS, or a .DLL file on Windows.
SCI_COLOURISE(position start, position end)
--
cgit v1.2.3