diff options
author | nyamatongwe <devnull@localhost> | 2010-07-13 21:38:26 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-07-13 21:38:26 +1000 |
commit | d4d3f82cc71c64c05ce6efdcb61164092da51c2b (patch) | |
tree | 6c40f786e5ebf67016364b2dcdb1c15ee67ee1da /src/Editor.h | |
parent | c6f21af4f42c480d20729ce0d285cee6e94ffcbb (diff) | |
download | scintilla-mirror-d4d3f82cc71c64c05ce6efdcb61164092da51c2b.tar.gz |
Files changed for new lexer design.
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h index e7aa2e6ce..aa4fc9236 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -431,6 +431,8 @@ protected: // ScintillaBase subclass needs access to much of Editor void NotifyModified(Document *document, DocModification mh, void *userData); void NotifyDeleted(Document *document, void *userData); void NotifyStyleNeeded(Document *doc, void *userData, int endPos); + void NotifyLexerChanged(Document *doc, void *userData); + void NotifyErrorOccurred(Document *doc, void *userData, int status); void NotifyMacroRecord(unsigned int iMessage, uptr_t wParam, sptr_t lParam); void PageMove(int direction, Selection::selTypes sel=Selection::noSel, bool stuttered = false); |