From 35b3616d73451024b36279c4b8a05f19eeb17468 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 16 Mar 2000 11:43:39 +0000 Subject: Split up KeyWords.cxx into 7 individual lexer files Lex*.cxx. Fixed setting up of second view to get right document length. Changed Python lexer to handle empty lines immediately after fold line and last line of document. --- src/Editor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index 4ff334767..46fc52d94 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -218,6 +218,8 @@ protected: // ScintillaBase subclass needs access to much of Editor void NotifySavePoint(Document *document, void *userData, bool atSavePoint); void NotifyModified(Document *document, DocModification mh, void *userData); void NotifyDeleted(Document *document, void *userData); + void NotifyStyleNeeded(Document *doc, void *userData, int endPos); + #ifdef MACRO_SUPPORT void NotifyMacroRecord(UINT iMessage, WPARAM wParam, LPARAM lParam); -- cgit v1.2.3