diff options
author | nyamatongwe <unknown> | 2005-08-30 11:07:33 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2005-08-30 11:07:33 +0000 |
commit | 4f8c51ef2e37f152640afa8565716435b256172c (patch) | |
tree | 1f359ea0977818f6efbafb8d5c5d2fbfa7bdd473 /include/Scintilla.iface | |
parent | 203b397eb52cbdd7355e00006adb489780378307 (diff) | |
download | scintilla-mirror-4f8c51ef2e37f152640afa8565716435b256172c.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.iface | 3 |
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. |