diff options
author | nyamatongwe <unknown> | 2003-05-15 22:45:56 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-05-15 22:45:56 +0000 |
commit | dc13f8c664ca1b94305aac533c482cf034e6defe (patch) | |
tree | 8fcd9f073776194f5ecd63bb85171b25beb6c54b | |
parent | 93066e9101056ff6bf4a232296a1ed2cb19420fb (diff) | |
download | scintilla-mirror-dc13f8c664ca1b94305aac533c482cf034e6defe.tar.gz |
LoadLexerLibrary now implemented.
-rw-r--r-- | include/Scintilla.iface | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 72cdc2485..884c3d863 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1483,7 +1483,6 @@ set void SetKeyWords=4005(int keywordSet, string keyWords) set void SetLexerLanguage=4006(, string language) # Load a lexer library (dll / so) -# NOT YET IMPLEMENTED fun void LoadLexerLibrary=4007(, string path) # Notifications |