aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-04-28 19:20:12 +1000
committerNeil <nyamatongwe@gmail.com>2021-04-28 19:20:12 +1000
commit1f5a3b0b2d81351819ebb189a1ae4379e8762e75 (patch)
tree90ff096fa98a52412637211f927808452633d960 /include/Scintilla.iface
parentdd7e9491995f03ee14114ee266a727d40601c9e0 (diff)
downloadscintilla-mirror-1f5a3b0b2d81351819ebb189a1ae4379e8762e75.tar.gz
Character indices are no longer provisional so move out of Provisional category.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface40
1 files changed, 20 insertions, 20 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 16f713b45..faf846dc8 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2942,6 +2942,26 @@ val SC_SUPPORTS_PIXEL_MODIFICATION=4
# Get whether a feature is supported
get bool SupportsFeature=2750(Supports feature,)
+enu LineCharacterIndexType=SC_LINECHARACTERINDEX_
+val SC_LINECHARACTERINDEX_NONE=0
+val SC_LINECHARACTERINDEX_UTF32=1
+val SC_LINECHARACTERINDEX_UTF16=2
+
+# Retrieve line character index state.
+get LineCharacterIndexType GetLineCharacterIndex=2710(,)
+
+# Request line character index be created or its use count increased.
+fun void AllocateLineCharacterIndex=2711(LineCharacterIndexType lineCharacterIndex,)
+
+# Decrease use count of line character index and remove if 0.
+fun void ReleaseLineCharacterIndex=2712(LineCharacterIndexType lineCharacterIndex,)
+
+# Retrieve the document line containing a position measured in index units.
+fun line LineFromIndexPosition=2713(position pos, LineCharacterIndexType lineCharacterIndex)
+
+# Retrieve the position measured in index units at the start of a document line.
+fun position IndexPositionFromLine=2714(line line, LineCharacterIndexType lineCharacterIndex)
+
# Start notifying the container of all key presses and commands.
fun void StartRecord=3001(,)
@@ -3225,26 +3245,6 @@ get Bidirectional GetBidirectional=2708(,)
# Set bidirectional text display state.
set void SetBidirectional=2709(Bidirectional bidirectional,)
-enu LineCharacterIndexType=SC_LINECHARACTERINDEX_
-val SC_LINECHARACTERINDEX_NONE=0
-val SC_LINECHARACTERINDEX_UTF32=1
-val SC_LINECHARACTERINDEX_UTF16=2
-
-# Retrieve line character index state.
-get LineCharacterIndexType GetLineCharacterIndex=2710(,)
-
-# Request line character index be created or its use count increased.
-fun void AllocateLineCharacterIndex=2711(LineCharacterIndexType lineCharacterIndex,)
-
-# Decrease use count of line character index and remove if 0.
-fun void ReleaseLineCharacterIndex=2712(LineCharacterIndexType lineCharacterIndex,)
-
-# Retrieve the document line containing a position measured in index units.
-fun line LineFromIndexPosition=2713(position pos, LineCharacterIndexType lineCharacterIndex)
-
-# Retrieve the position measured in index units at the start of a document line.
-fun position IndexPositionFromLine=2714(line line, LineCharacterIndexType lineCharacterIndex)
-
cat Deprecated
# Divide each styling byte into lexical class bits (default: 5) and indicator