diff options
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 9 | 
1 files changed, 0 insertions, 9 deletions
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)  | 
