diff options
| author | Mitchell Foral <unknown> | 2017-11-20 12:24:51 +1100 |
|---|---|---|
| committer | Mitchell Foral <unknown> | 2017-11-20 12:24:51 +1100 |
| commit | 767e31bb1fb118e8a58da4fd9f1fa133e066caa1 (patch) | |
| tree | 776b987950ac1cc427fb5418fb44022dd89e73ad /include/Scintilla.iface | |
| parent | 7d91d5d928acc050a0aca92ed1a20753b43449d7 (diff) | |
| download | scintilla-mirror-767e31bb1fb118e8a58da4fd9f1fa133e066caa1.tar.gz | |
Backport: Add SCI_GETMOVEEXTENDSSELECTION.
Backport of changeset 6418:85205da6ec1b.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 6a23999d7..0af6c211a 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1971,6 +1971,9 @@ set void SetSelectionMode=2422(int selectionMode,) # Get the mode of the current selection. get int GetSelectionMode=2423(,) +# Get whether or not regular caret moves will extend or reduce the selection. +get bool GetMoveExtendsSelection=2706(,) + # Retrieve the position of the start of the selection at the given line (INVALID_POSITION if no selection on this line). fun position GetLineSelStartPosition=2424(int line,) |
