aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
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.h
parent2d10600700ebff2919c3e7c19f832fed3eea84bb (diff)
downloadscintilla-mirror-3d327e0ca0eca55b0dc88cb923b7706b7594f38c.tar.gz
Implemented find indicator with animation for OS X.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 2459c0317..0df0900de 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -837,6 +837,9 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_SETTECHNOLOGY 2630
#define SCI_GETTECHNOLOGY 2631
#define SCI_CREATELOADER 2632
+#define SCI_FINDINDICATORSHOW 2640
+#define SCI_FINDINDICATORFLASH 2641
+#define SCI_FINDINDICATORHIDE 2642
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002
#define SCI_SETLEXER 4001