diff options
author | Neil <nyamatongwe@gmail.com> | 2014-05-01 10:51:55 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-05-01 10:51:55 +1000 |
commit | d4240cac256a9fc8e49e127a602a8ec6e47ba067 (patch) | |
tree | b95f529ed4a663877831868f4cbce56e65ad1cbe /src/Selection.h | |
parent | 87c435a58c291770bedbc1302a86dacff14cac4f (diff) | |
download | scintilla-mirror-d4240cac256a9fc8e49e127a602a8ec6e47ba067.tar.gz |
Consolidate insertion for paste into Editor class and perform line end
conversion in Editor.
Diffstat (limited to 'src/Selection.h')
-rw-r--r-- | src/Selection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Selection.h b/src/Selection.h index e84d3c32c..e7f62f061 100644 --- a/src/Selection.h +++ b/src/Selection.h @@ -157,6 +157,7 @@ public: void SetMain(size_t r); SelectionRange &Range(size_t r); SelectionRange &RangeMain(); + SelectionPosition Start() const; bool MoveExtends() const; void SetMoveExtends(bool moveExtends_); bool Empty() const; |