aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-07-13 21:48:32 +1000
committernyamatongwe <devnull@localhost>2010-07-13 21:48:32 +1000
commitac9413bfdfcaed918f99ccd97142ff3c77dbd2a0 (patch)
tree7fd7d05633829c3f9e3483607ef294cfb70bf5ff /include/Scintilla.h
parent13cd4bc045312824eaecca64c99a9f93f187b7b6 (diff)
downloadscintilla-mirror-ac9413bfdfcaed918f99ccd97142ff3c77dbd2a0.tar.gz
Split OptionSet out into its own file.
Provide API access to lexer options metadata - property names, types, descriptions and word list descriptions.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index f486efbde..16137ca1d 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -803,6 +803,13 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_GETSTYLEBITSNEEDED 4011
#define SCI_GETLEXERLANGUAGE 4012
#define SCI_PRIVATELEXERCALL 4013
+#define SCI_PROPERTYNAMES 4014
+#define SC_TYPE_BOOLEAN 0
+#define SC_TYPE_INTEGER 1
+#define SC_TYPE_STRING 2
+#define SCI_PROPERTYTYPE 4015
+#define SCI_DESCRIBEPROPERTY 4016
+#define SCI_DESCRIBEKEYWORDSETS 4017
#define SC_MOD_INSERTTEXT 0x1
#define SC_MOD_DELETETEXT 0x2
#define SC_MOD_CHANGESTYLE 0x4