diff options
| author | nyamatongwe <devnull@localhost> | 2012-07-16 14:06:12 +1000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2012-07-16 14:06:12 +1000 |
| commit | 28359bf31e4f696901245bc955df74fd8bdda4bf (patch) | |
| tree | 2746673017edb8885bdb9f1cd1951cc8ef61e0e6 /include/Scintilla.iface | |
| parent | b0e22b26c6466160870dc6d0c4acb634bd27b943 (diff) | |
| download | scintilla-mirror-28359bf31e4f696901245bc955df74fd8bdda4bf.tar.gz | |
Implement SCI_GETSELECTIONEMPTY API. Bug #3543121.
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 0456615e2..ef35fe6a4 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2100,6 +2100,9 @@ get bool GetAdditionalCaretsVisible=2609(,) # How many selections are there? get int GetSelections=2570(,) +# Is every selected range empty? +get bool GetSelectionEmpty=2650(,) + # Clear selections to a single empty stream selection fun void ClearSelections=2571(,) |
