aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorA-R-C-A <unknown>2017-04-06 20:19:23 +1000
committerA-R-C-A <unknown>2017-04-06 20:19:23 +1000
commitdba2fe55b8a4ab4ac34795fe4a4b30a729c77016 (patch)
tree83e69d400b6bde138c940f995e7167d0dc3af765 /include/Scintilla.iface
parent84d949ba2662648114028dc3f7470e58064bf25c (diff)
downloadscintilla-mirror-dba2fe55b8a4ab4ac34795fe4a4b30a729c77016.tar.gz
Added a caret line frame as an alternative visual for highlighting the caret line.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 341044a72..f35206990 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -731,6 +731,14 @@ get colour GetCaretLineBack=2097(,)
# Set the colour of the background of the line containing the caret.
set void SetCaretLineBack=2098(colour back,)
+# Retrieve the caret line frame width.
+# Width = 0 means this option is disabled.
+get int GetCaretLineFrame=2704(,)
+
+# Display the caret line framed.
+# Set width != 0 to enable this option and width = 0 to disable it.
+set void SetCaretLineFrame=2705(int width,)
+
# Set a style to be changeable or not (read only).
# Experimental feature, currently buggy.
set void StyleSetChangeable=2099(int style, bool changeable)