diff options
| author | mitchell <unknown> | 2020-06-19 08:40:49 -0400 |
|---|---|---|
| committer | mitchell <unknown> | 2020-06-19 08:40:49 -0400 |
| commit | ee0e98b74c7e7c64fb9079cd0bacd4c3e840c3b0 (patch) | |
| tree | 9c3c74b739dfdfaa36dfcb6df613c48fbbf00de5 /include/Scintilla.iface | |
| parent | 6822a42fc6e0d25fe583d8d0fac80946c30bd8ca (diff) | |
| download | scintilla-mirror-ee0e98b74c7e7c64fb9079cd0bacd4c3e840c3b0.tar.gz | |
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.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 5 |
1 files changed, 1 insertions, 4 deletions
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. |
