aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-06-14 14:30:17 +1000
committernyamatongwe <devnull@localhost>2011-06-14 14:30:17 +1000
commit0a344acd1fcde52c19ef729e2d352b4faf6230e3 (patch)
treedb881ed37e63dd115abd70293872684b7d4f64f8 /include/Scintilla.iface
parente97276184dc260742cf34229395753caf12c43bb (diff)
downloadscintilla-mirror-0a344acd1fcde52c19ef729e2d352b4faf6230e3.tar.gz
Add SCI_SETEMPTYSELECTION. Feature #3314877.
From Marko Njezic.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 6bfac5d98..f21ee3e42 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -800,6 +800,9 @@ set void SetSelectionEnd=2144(position pos,)
# Returns the position at the end of the selection.
get position GetSelectionEnd=2145(,)
+# Set caret to a position, while removing any existing selection.
+fun void SetEmptySelection=2556(position pos,)
+
# Sets the print magnification added to the point size of each style for printing.
set void SetPrintMagnification=2146(int magnification,)