From 95a714f8a63361dc6301e45173cdfa047e0f6b5c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 30 Aug 2005 11:07:33 +0000 Subject: Added StyleBitsNeeded property and implemented to return 5 for all lexers except HTML, XML, ... (7) and Ruby (6). --- 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 b7a9b7d13..652d45858 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1670,6 +1670,9 @@ fun int GetPropertyExpanded=4009(string key, stringresult buf) # interpreted as an int AFTER any "$()" variable replacement. get int GetPropertyInt=4010(string key,) +# Retrieve the number of bits the current lexer needs for styling. +get int GetStyleBitsNeeded=4011(,) + # Notifications # Type of modification and the action which caused the modification. # These are defined as a bit mask to make it easy to specify which notifications are wanted. -- cgit v1.2.3