aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-06-13 19:40:18 +1000
committernyamatongwe <devnull@localhost>2011-06-13 19:40:18 +1000
commite97276184dc260742cf34229395753caf12c43bb (patch)
tree3ef58dff035379a7797a4aa96cb0f172ee83369b /include/Scintilla.h
parentbd0968c217d7385c9801ba51da45add548c63941 (diff)
downloadscintilla-mirror-e97276184dc260742cf34229395753caf12c43bb.tar.gz
Added Identifier property.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 8819b1b0c..d1f3c9dd2 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -807,6 +807,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_VERTICALCENTRECARET 2619
#define SCI_MOVESELECTEDLINESUP 2620
#define SCI_MOVESELECTEDLINESDOWN 2621
+#define SCI_SETIDENTIFIER 2622
+#define SCI_GETIDENTIFIER 2623
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002
#define SCI_SETLEXER 4001