aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-07-15 03:01:23 +0000
committernyamatongwe <unknown>2009-07-15 03:01:23 +0000
commitdf5c023f55463efb7db40baaab3551b1d7bb94ca (patch)
tree6caed9474033d4e66b4efdaba65c42e3933d8489
parentad8cbe29e38a2111e3a510e68915463aefe0094e (diff)
downloadscintilla-mirror-df5c023f55463efb7db40baaab3551b1d7bb94ca.tar.gz
Changed new calls to use name 'caret' rather than 'currentPos'.
-rw-r--r--include/Scintilla.iface4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index d3fb10647..5367169f2 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1952,10 +1952,10 @@ get int GetSelections=2570(,)
fun void ClearSelections=2571(,)
# Set a simple selection
-fun int SetSelection=2572(int currentPos,int anchor)
+fun int SetSelection=2572(int caret,int anchor)
# Add a selection
-fun int AddSelection=2573(int currentPos,int anchor)
+fun int AddSelection=2573(int caret,int anchor)
# Set the main selection
set void SetMainSelection=2574(int selection,)