From ee0e98b74c7e7c64fb9079cd0bacd4c3e840c3b0 Mon Sep 17 00:00:00 2001 From: mitchell Date: Fri, 19 Jun 2020 08:40:49 -0400 Subject: Reverted experimental Lexilla and SCI_SETILEXER support. When testing, it works when compiled with debug symbols enabled, but crashes without them. It doesn't seem worth maintaining. --- include/Scintilla.iface | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 483208acf..29b5a2ac6 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2904,7 +2904,7 @@ set void SetKeyWords=4005(int keyWordSet, string keyWords) set void SetLexerLanguage=4006(, string language) # Load a lexer library (dll / so). -fun void LoadLexerLibrary=4007(bool iLexer5, string path) +fun void LoadLexerLibrary=4007(, string path) # Retrieve a "property" value previously set with SetProperty. # Result is NUL-terminated. @@ -2995,9 +2995,6 @@ fun int TagsOfStyle=4031(int style, stringresult tags) # Result is NUL-terminated. fun int DescriptionOfStyle=4032(int style, stringresult description) -# Set the lexer from an ILexer*. -set void SetILexer=4033(, pointer ilexer) - # Notifications # Type of modification and the action which caused the modification. # These are defined as a bit mask to make it easy to specify which notifications are wanted. -- cgit v1.2.3