From 199f9e16684c48d639c280b7f445c13dd0efb3a9 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 12 Mar 2021 09:21:30 +1100 Subject: Remove SetLexer, SetLexerLanguage, and LoadLexerLibrary methods. These have been superceded by Lexilla and the SetILexer API. --- include/Scintilla.iface | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 7da7cb1ad..eea7a4336 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2881,9 +2881,6 @@ fun void StartRecord=3001(,) # Stop notifying the container of all key presses and commands. fun void StopRecord=3002(,) -# Set the lexing language of the document. -set void SetLexer=4001(int lexer,) - # Retrieve the lexing language of the document. get int GetLexer=4002(,) @@ -2899,12 +2896,6 @@ val KEYWORDSET_MAX=8 # Set up the key words used by the lexer. set void SetKeyWords=4005(int keyWordSet, string keyWords) -# Set the lexing language of the document based on string name. -set void SetLexerLanguage=4006(, string language) - -# Load a lexer library (dll / so). -fun void LoadLexerLibrary=4007(, string path) - # Retrieve a "property" value previously set with SetProperty. # Result is NUL-terminated. get int GetProperty=4008(string key, stringresult value) -- cgit v1.2.3