aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-03-12 09:21:30 +1100
committerNeil <nyamatongwe@gmail.com>2021-03-12 09:21:30 +1100
commit199f9e16684c48d639c280b7f445c13dd0efb3a9 (patch)
tree7aa16c15edfc761feca5f6a52f53a54572d5bf06 /include/Scintilla.iface
parentd7ce32146a4256efd7360b3bae1a14e0f1472761 (diff)
downloadscintilla-mirror-199f9e16684c48d639c280b7f445c13dd0efb3a9.tar.gz
Remove SetLexer, SetLexerLanguage, and LoadLexerLibrary methods.
These have been superceded by Lexilla and the SetILexer API.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface9
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)