From 33de65c9d3e02f1e3d2d71a0f5cfefa1cb4a0b0f Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 14 Jun 2011 14:30:17 +1000 Subject: Add SCI_SETEMPTYSELECTION. Feature #3314877. From Marko Njezic. --- include/Scintilla.iface | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/Scintilla.iface') 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,) -- cgit v1.2.3