From dfd2abbc59e8fd3b70a9d7dcc7e95b39bb288981 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 8 Aug 2003 07:55:46 +0000 Subject: Added a constant for the number of keyword sets. --- include/Scintilla.iface | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 853226882..d33b24ac3 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1477,6 +1477,9 @@ fun void Colourise=4003(position start, position end) # Set up a value that may be used by a lexer for some optional feature. set void SetProperty=4004(string key, string value) +# Maximum value of keywordSet parameter of SetKeyWords. +val KEYWORDSET_MAX=8 + # Set up the key words used by the lexer. set void SetKeyWords=4005(int keywordSet, string keyWords) -- cgit v1.2.3