diff options
| author | Neil <nyamatongwe@gmail.com> | 2019-11-15 09:25:29 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2019-11-15 09:25:29 +1100 |
| commit | a14f5340b58421aa8a107deca0eefabe5de5d3fd (patch) | |
| tree | e12b5cd84619b36ed299d669968a0a7717a8c131 /src/Editor.h | |
| parent | 3b72fe93906e4c6b8c800cf2c7b986bc2c2c89a2 (diff) | |
| download | scintilla-mirror-a14f5340b58421aa8a107deca0eefabe5de5d3fd.tar.gz | |
Backport: Feature [feature-requests:#1316] Allow target to have virtual space.
Backport of changeset 7768:5d73aa55a6ee.
Diffstat (limited to 'src/Editor.h')
| -rw-r--r-- | src/Editor.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Editor.h b/src/Editor.h index 54c50363d..52d422850 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -210,8 +210,7 @@ protected: // ScintillaBase subclass needs access to much of Editor Sci::Position wordSelectAnchorStartPos; Sci::Position wordSelectAnchorEndPos; Sci::Position wordSelectInitialCaretPos; - Sci::Position targetStart; - Sci::Position targetEnd; + SelectionSegment targetRange; int searchFlags; Sci::Line topLine; Sci::Position posTopLine; |
