aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-08-30 11:07:33 +0000
committernyamatongwe <devnull@localhost>2005-08-30 11:07:33 +0000
commit95a714f8a63361dc6301e45173cdfa047e0f6b5c (patch)
tree1f359ea0977818f6efbafb8d5c5d2fbfa7bdd473 /include/Scintilla.iface
parentaf030da0ca3350e14457afd71776d37fb84d6f7d (diff)
downloadscintilla-mirror-95a714f8a63361dc6301e45173cdfa047e0f6b5c.tar.gz
Added StyleBitsNeeded property and implemented to return 5 for all lexers
except HTML, XML, ... (7) and Ruby (6).
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface3
1 files changed, 3 insertions, 0 deletions
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.