From dba2fe55b8a4ab4ac34795fe4a4b30a729c77016 Mon Sep 17 00:00:00 2001 From: A-R-C-A Date: Thu, 6 Apr 2017 20:19:23 +1000 Subject: Added a caret line frame as an alternative visual for highlighting the caret line. --- include/Scintilla.iface | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/Scintilla.iface') 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) -- cgit v1.2.3