aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
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.h
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.h')
-rw-r--r--include/Scintilla.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index a4ffeb992..ca79dc7af 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -1020,14 +1020,11 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_EOLANNOTATIONGETSTYLEOFFSET 2748
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002
-#define SCI_SETLEXER 4001
#define SCI_GETLEXER 4002
#define SCI_COLOURISE 4003
#define SCI_SETPROPERTY 4004
#define KEYWORDSET_MAX 8
#define SCI_SETKEYWORDS 4005
-#define SCI_SETLEXERLANGUAGE 4006
-#define SCI_LOADLEXERLIBRARY 4007
#define SCI_GETPROPERTY 4008
#define SCI_GETPROPERTYEXPANDED 4009
#define SCI_GETPROPERTYINT 4010