aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <nyamatongwe@gmail.com>2012-04-16 16:04:00 +1000
committernyamatongwe <nyamatongwe@gmail.com>2012-04-16 16:04:00 +1000
commit3d327e0ca0eca55b0dc88cb923b7706b7594f38c (patch)
tree72d1732501753bc44e5646e788b17df37e01c897 /include/Scintilla.iface
parent2d10600700ebff2919c3e7c19f832fed3eea84bb (diff)
downloadscintilla-mirror-3d327e0ca0eca55b0dc88cb923b7706b7594f38c.tar.gz
Implemented find indicator with animation for OS X.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 6dda631e4..b7f9eede8 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2217,6 +2217,15 @@ get int GetTechnology=2631(,)
# Create an ILoader*.
fun int CreateLoader=2632(int bytes,)
+# On OS X, show a find indicator.
+fun void FindIndicatorShow=2640(position start, position end)
+
+# On OS X, flash a find indicator, then fade out.
+fun void FindIndicatorFlash=2641(position start, position end)
+
+# On OS X, hide the find indicator.
+fun void FindIndicatorHide=2642(,)
+
# Start notifying the container of all key presses and commands.
fun void StartRecord=3001(,)