diff options
author | nyamatongwe <unknown> | 2013-01-01 12:21:37 +1100 |
---|---|---|
committer | nyamatongwe <unknown> | 2013-01-01 12:21:37 +1100 |
commit | e17f73fca0ac5d7ab1a26f92a3b68a9429925e15 (patch) | |
tree | d3d503846a9d77f11fbe3d2131938cf0667ce342 /include/Scintilla.iface | |
parent | 38e98e68f3975066a75bc007c8919fe564adb5aa (diff) | |
download | scintilla-mirror-e17f73fca0ac5d7ab1a26f92a3b68a9429925e15.tar.gz |
Feature #3592730. Option for caret line to be visible without focus.
From Vidya Wasi.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r-- | include/Scintilla.iface | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 2937480a0..d6df3cc9d 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2267,6 +2267,12 @@ fun void VCHomeDisplay=2652(,) # Like VCHomeDisplay but extending selection to new caret position. fun void VCHomeDisplayExtend=2653(,) +# Is the caret line always visible? +get bool GetCaretLineVisibleAlways=2654(,) + +# Sets the caret line to always visible. +set void SetCaretLineVisibleAlways=2655(bool alwaysVisible,) + # Start notifying the container of all key presses and commands. fun void StartRecord=3001(,) |