aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ScintillaBase.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2019-12-31 20:19:24 +1100
committerNeil <nyamatongwe@gmail.com>2019-12-31 20:19:24 +1100
commit0af155eae811e515b7d4fbad8e198cdf01f6ff2f (patch)
tree39e4b88da4736d3c6556cf1b39ca2e01b9e1a789 /src/ScintillaBase.h
parenteed707bb9ad6da944af207a51e4a8d460d6c6846 (diff)
downloadscintilla-mirror-0af155eae811e515b7d4fbad8e198cdf01f6ff2f.tar.gz
Implement SCI_SETILEXER.
Diffstat (limited to 'src/ScintillaBase.h')
-rw-r--r--src/ScintillaBase.h5
1 files changed, 0 insertions, 5 deletions
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.