aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2022-07-22 20:32:53 +1000
committerNeil <nyamatongwe@gmail.com>2022-07-22 20:32:53 +1000
commit6d53881b6c21e7824ba3c83ac175bb233f8ff2a8 (patch)
treed526fa4e7f5539d5abdeafe7a9af7820778af36c /include/Scintilla.h
parente12f8f179666ed70d03c99039565ba63c45f7c7a (diff)
downloadscintilla-mirror-6d53881b6c21e7824ba3c83ac175bb233f8ff2a8.tar.gz
Move EditView::hideSelection to (inverted) SelectionAppearance::visible so that
it can differ between screen and print. Add GetSelectionHidden to allow testing of HideSelection.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 0a5c46933..c65cb87a3 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -491,6 +491,7 @@ typedef sptr_t (*SciFnDirectStatus)(sptr_t ptr, unsigned int iMessage, uptr_t wP
#define SCI_GETTEXTRANGE 2162
#define SCI_GETTEXTRANGEFULL 2039
#define SCI_HIDESELECTION 2163
+#define SCI_GETSELECTIONHIDDEN 2088
#define SCI_POINTXFROMPOSITION 2164
#define SCI_POINTYFROMPOSITION 2165
#define SCI_LINEFROMPOSITION 2166