From 0af155eae811e515b7d4fbad8e198cdf01f6ff2f Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 31 Dec 2019 20:19:24 +1100 Subject: Implement SCI_SETILEXER. --- src/ScintillaBase.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/ScintillaBase.h') diff --git a/src/ScintillaBase.h b/src/ScintillaBase.h index fc4315e6d..b7a4acf1f 100644 --- a/src/ScintillaBase.h +++ b/src/ScintillaBase.h @@ -10,10 +10,7 @@ namespace Scintilla { -#ifdef SCI_LEXER class LexState; -#endif - /** */ class ScintillaBase : public Editor, IListBoxDelegate { @@ -42,12 +39,10 @@ protected: int maxListWidth; /// Maximum width of list, in average character widths int multiAutoCMode; /// Mode for autocompleting when multiple selections are present -#ifdef SCI_LEXER LexState *DocumentLexState(); void SetLexer(uptr_t wParam); void SetLexerLanguage(const char *languageName); void Colourise(int start, int end); -#endif ScintillaBase(); // Deleted so ScintillaBase objects can not be copied. -- cgit v1.2.3