aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2017-08-25 17:36:43 +1000
committerNeil <nyamatongwe@gmail.com>2017-08-25 17:36:43 +1000
commit98cacd3e780a3568b6223b28aaecb747655b0b9d (patch)
treeb1818c07406247b2278d740a6997a762aee1ee4f /include/Scintilla.iface
parent703aaadda121889b28bd24ee787bef2a550c5883 (diff)
downloadscintilla-mirror-98cacd3e780a3568b6223b28aaecb747655b0b9d.tar.gz
Moved *StyleBits* APIs into deprecated category.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface22
1 files changed, 11 insertions, 11 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 9ba591168..69139158a 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -702,14 +702,6 @@ set void SetWhitespaceSize=2086(int size,)
# Get the size of the dots used to mark space characters.
get int GetWhitespaceSize=2087(,)
-# Divide each styling byte into lexical class bits (default: 5) and indicator
-# bits (default: 3). If a lexer requires more than 32 lexical states, then this
-# is used to expand the possible states.
-set void SetStyleBits=2090(int bits,)
-
-# Retrieve number of bits in style bytes used to hold the lexical state.
-get int GetStyleBits=2091(,)
-
# Used to hold extra styling information for each line.
set void SetLineState=2092(int line, int state)
@@ -2638,9 +2630,6 @@ get int GetPropertyExpanded=4009(string key, stringresult value)
# interpreted as an int AFTER any "$()" variable replacement.
get int GetPropertyInt=4010(string key, int defaultValue)
-# Retrieve the number of bits the current lexer needs for styling.
-get int GetStyleBitsNeeded=4011(,)
-
# Retrieve the name of the lexer.
# Return the length of the text.
# Result is NUL-terminated.
@@ -4875,6 +4864,17 @@ cat Provisional
cat Deprecated
+# Divide each styling byte into lexical class bits (default: 5) and indicator
+# bits (default: 3). If a lexer requires more than 32 lexical states, then this
+# is used to expand the possible states.
+set void SetStyleBits=2090(int bits,)
+
+# Retrieve number of bits in style bytes used to hold the lexical state.
+get int GetStyleBits=2091(,)
+
+# Retrieve the number of bits the current lexer needs for styling.
+get int GetStyleBitsNeeded=4011(,)
+
# Deprecated in 3.5.5
# Always interpret keyboard input as Unicode