diff options
author | John Ehresman <jpe@wingware.com> | 2016-06-17 17:20:53 -0400 |
---|---|---|
committer | John Ehresman <jpe@wingware.com> | 2016-06-17 17:20:53 -0400 |
commit | b5d9addc5beea11472d05cd12a3540e243c998bf (patch) | |
tree | b9b57a9add8767e0f7334999996d74f3e634449f /src/Editor.h | |
parent | 74a12e8f40cbc552a6882096dc0a616c5cd77837 (diff) | |
download | scintilla-mirror-b5d9addc5beea11472d05cd12a3540e243c998bf.tar.gz |
Bug [#1888]. Only invalidate selection when using SCI_SETSELECTIONN api's
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h index 052507381..64eb42db7 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -577,6 +577,7 @@ protected: // ScintillaBase subclass needs access to much of Editor bool ValidMargin(uptr_t wParam) const; void StyleSetMessage(unsigned int iMessage, uptr_t wParam, sptr_t lParam); sptr_t StyleGetMessage(unsigned int iMessage, uptr_t wParam, sptr_t lParam); + void SetSelectionNMessage(unsigned int iMessage, uptr_t wParam, sptr_t lParam); static const char *StringFromEOLMode(int eolMode); |