From ee0e98b74c7e7c64fb9079cd0bacd4c3e840c3b0 Mon Sep 17 00:00:00 2001 From: mitchell Date: Fri, 19 Jun 2020 08:40:49 -0400 Subject: 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. --- include/Scintilla.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index 7cc0211d3..7eaef9be8 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -1055,7 +1055,6 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_NAMEOFSTYLE 4030 #define SCI_TAGSOFSTYLE 4031 #define SCI_DESCRIPTIONOFSTYLE 4032 -#define SCI_SETILEXER 4033 #define SC_MOD_NONE 0x0 #define SC_MOD_INSERTTEXT 0x1 #define SC_MOD_DELETETEXT 0x2 -- cgit v1.2.3