aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2019-12-14 08:09:58 +1100
committerNeil <nyamatongwe@gmail.com>2019-12-14 08:09:58 +1100
commita8141c4c11ad77014802d003d649abc8335a4f70 (patch)
tree25d837bc62a0f1e78258c5f725e6089e171c5256 /doc/ScintillaDoc.html
parentf142d93df48c3b9e07edd25425627ddeeb071520 (diff)
downloadscintilla-mirror-a8141c4c11ad77014802d003d649abc8335a4f70.tar.gz
Remove links to lexers with SCI_EMPTYCATALOGUE definition.
This allows building a version of SciTE that is statically linked to Scintilla and does not include any lexers but allows the use of lexers provided by loading a DLL.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index fa75790eb..cb237264a 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -6857,6 +6857,9 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){
styling and fold points for an unsupported language you can either do this in the container or
better still, write your own lexer following the pattern of one of the existing ones.</p>
+ <p>If the symbol <code>SCI_EMPTYCATALOGUE</code> is defined when building
+ Scintilla, then no lexers are made available but other lexing support code may be present.</p>
+
<p>Scintilla also supports external lexers. These are DLLs (on Windows), .dylib modules (on macOS),
or .so modules (on GTK/Linux) that export three
functions: <code>GetLexerCount</code>, <code>GetLexerName</code>, and