From 2970595ea63dde1e27f003813f6f8d97765b96b1 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 15 May 2003 22:46:54 +0000 Subject: SCI_LOADLEXERLIBRARY. --- doc/ScintillaDoc.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index daf9d6c11..916941569 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -38,7 +38,7 @@

Scintilla Documentation

-

Last edited 15/April/2003 NH

+

Last edited 16/May/2003 NH

There is an overview of the internal design of Scintilla.
@@ -3945,6 +3945,8 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){ SCI_GETLEXER
SCI_SETLEXERLANGUAGE(<unused>, char *name)
+ SCI_LOADLEXERLIBRARY(<unused>, char + *path)
SCI_COLOURISE(int start, int end)
SCI_SETPROPERTY(char *key, char *value)
SCI_SETKEYWORDS(int keyWordSet, char @@ -3974,6 +3976,10 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){ href="#SCI_GETLEXER">SCI_GETLEXER before and after setting the new lexer to see if the lexer number changed.

+

SCI_LOADLEXERLIBRARY(<unused>, char *path)
+ Load a lexer implemented in a shared library. This is a .so file on GTK+/Linux or a .DLL file on Windows. +

+

SCI_COLOURISE(int startPos, int endPos)
This forces the current lexer or the container (if the lexer is set to SCLEX_CONTAINER) to style the document between startPos and -- cgit v1.2.3