aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
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.h
parente97276184dc260742cf34229395753caf12c43bb (diff)
downloadscintilla-mirror-0a344acd1fcde52c19ef729e2d352b4faf6230e3.tar.gz
Add SCI_SETEMPTYSELECTION. Feature #3314877.
From Marko Njezic.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index d1f3c9dd2..6c0c7342d 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -333,6 +333,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_GETSELECTIONSTART 2143
#define SCI_SETSELECTIONEND 2144
#define SCI_GETSELECTIONEND 2145
+#define SCI_SETEMPTYSELECTION 2556
#define SCI_SETPRINTMAGNIFICATION 2146
#define SCI_GETPRINTMAGNIFICATION 2147
#define SC_PRINT_NORMAL 0