diff options
author | nyamatongwe <devnull@localhost> | 2013-01-01 12:21:37 +1100 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2013-01-01 12:21:37 +1100 |
commit | d3a36ac23ec1ac9572584b6588e08bb11b57c091 (patch) | |
tree | 4c396e6ddabf8f92753acc4f1f0536d6386b2566 /include/Scintilla.iface | |
parent | 72237ea67ae8f09b6fa11e3b750192f0b5281052 (diff) | |
download | scintilla-mirror-d3a36ac23ec1ac9572584b6588e08bb11b57c091.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(,) |