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 | cdad8d8b9e4830a5b97631557c10135d7b12a541 (patch) | |
| tree | 107503ddd3001bb23992cad9ebfdebb05a7160db /src/Editor.h | |
| parent | 2ceaae0b1f19981706806cd71a1dff695b72cc1a (diff) | |
| download | scintilla-mirror-cdad8d8b9e4830a5b97631557c10135d7b12a541.tar.gz | |
Feature [feature-requests:#1316] Allow target to have virtual space.
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 13e201169..69f8ef4ca 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; |
