aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/lua/api3
-rw-r--r--modules/lua/tags3
2 files changed, 6 insertions, 0 deletions
diff --git a/modules/lua/api b/modules/lua/api
index 49804274..7e680529 100644
--- a/modules/lua/api
+++ b/modules/lua/api
@@ -184,6 +184,7 @@ SCI_GETCARETFORE _SCINTILLA.constants.SCI_GETCARETFORE\n2138
SCI_GETCARETLINEBACK _SCINTILLA.constants.SCI_GETCARETLINEBACK\n2097
SCI_GETCARETLINEBACKALPHA _SCINTILLA.constants.SCI_GETCARETLINEBACKALPHA\n2471
SCI_GETCARETLINEVISIBLE _SCINTILLA.constants.SCI_GETCARETLINEVISIBLE\n2095
+SCI_GETCARETLINEVISIBLEALWAYS _SCINTILLA.constants.SCI_GETCARETLINEVISIBLEALWAYS\n2654
SCI_GETCARETPERIOD _SCINTILLA.constants.SCI_GETCARETPERIOD\n2075
SCI_GETCARETSTICKY _SCINTILLA.constants.SCI_GETCARETSTICKY\n2457
SCI_GETCARETSTYLE _SCINTILLA.constants.SCI_GETCARETSTYLE\n2513
@@ -352,6 +353,7 @@ SCI_SETCARETFORE _SCINTILLA.constants.SCI_SETCARETFORE\n2069
SCI_SETCARETLINEBACK _SCINTILLA.constants.SCI_SETCARETLINEBACK\n2098
SCI_SETCARETLINEBACKALPHA _SCINTILLA.constants.SCI_SETCARETLINEBACKALPHA\n2470
SCI_SETCARETLINEVISIBLE _SCINTILLA.constants.SCI_SETCARETLINEVISIBLE\n2096
+SCI_SETCARETLINEVISIBLEALWAYS _SCINTILLA.constants.SCI_SETCARETLINEVISIBLEALWAYS\n2655
SCI_SETCARETPERIOD _SCINTILLA.constants.SCI_SETCARETPERIOD\n2076
SCI_SETCARETSTICKY _SCINTILLA.constants.SCI_SETCARETSTICKY\n2458
SCI_SETCARETSTYLE _SCINTILLA.constants.SCI_SETCARETSTYLE\n2512
@@ -876,6 +878,7 @@ caret_fore buffer.caret_fore (number)\nThe foreground color, in "0xBBGGRR" forma
caret_line_back buffer.caret_line_back (number)\nThe background color, in "0xBBGGRR" format, of the line containing the\ncaret.
caret_line_back_alpha buffer.caret_line_back_alpha (number)\nThe background alpha value, ranging from `0` (transparent) to `255`\n(opaque), of the caret line.\nThe default value is `256`, for no alpha.
caret_line_visible buffer.caret_line_visible (bool)\nColor the background of the line containing the caret a different color.\nThe default value is `false`.
+caret_line_visible_always buffer.caret_line_visible_always (bool)\nWhether or not the caret line is always visible, even when the window is\nnot in focus.\nThe default value is `false`, showing the caret line only when the window\nis in focus.
caret_period buffer.caret_period (number)\nThe time in milliseconds between caret blinks.\nA value of `0` stops blinking.\nThe default value is `500`.
caret_sticky buffer.caret_sticky (number)\nThe preferred horizontal position of the caret when moving between lines.\n\n* `_SCINTILLA.constants.SC_CARETSTICKY_OFF` (0)\n Use the same position as on the previous line.\n* `_SCINTILLA.constants.SC_CARETSTICKY_ON` (1)\n Use the last position the caret was moved to via the mouse, left/right\n arrow keys, home/end keys, etc. Typing text does not affect the position.\n* `_SCINTILLA.constants.SC_CARETSTICKY_WHITESPACE` (2)\n Use the same position as on the previous line, but prior to any inserted\n indentation.\n\nThe default value is `0`.
caret_style buffer.caret_style (number)\nThe style of caret to draw.\n\n* `_SCINTILLA.constants.CARETSTYLE_INVISIBLE` (0)\n No caret.\n* `_SCINTILLA.constants.CARETSTYLE_LINE` (1)\n A line caret.\n* `_SCINTILLA.constants.CARETSTYLE_BLOCK` (2)\n A block caret.\n\nThe default value is `1`.
diff --git a/modules/lua/tags b/modules/lua/tags
index 21b65388..9254ada3 100644
--- a/modules/lua/tags
+++ b/modules/lua/tags
@@ -176,6 +176,7 @@ SCI_GETCARETFORE _ 0;" F class:_SCINTILLA.constants
SCI_GETCARETLINEBACK _ 0;" F class:_SCINTILLA.constants
SCI_GETCARETLINEBACKALPHA _ 0;" F class:_SCINTILLA.constants
SCI_GETCARETLINEVISIBLE _ 0;" F class:_SCINTILLA.constants
+SCI_GETCARETLINEVISIBLEALWAYS _ 0;" F class:_SCINTILLA.constants
SCI_GETCARETPERIOD _ 0;" F class:_SCINTILLA.constants
SCI_GETCARETSTICKY _ 0;" F class:_SCINTILLA.constants
SCI_GETCARETSTYLE _ 0;" F class:_SCINTILLA.constants
@@ -344,6 +345,7 @@ SCI_SETCARETFORE _ 0;" F class:_SCINTILLA.constants
SCI_SETCARETLINEBACK _ 0;" F class:_SCINTILLA.constants
SCI_SETCARETLINEBACKALPHA _ 0;" F class:_SCINTILLA.constants
SCI_SETCARETLINEVISIBLE _ 0;" F class:_SCINTILLA.constants
+SCI_SETCARETLINEVISIBLEALWAYS _ 0;" F class:_SCINTILLA.constants
SCI_SETCARETPERIOD _ 0;" F class:_SCINTILLA.constants
SCI_SETCARETSTICKY _ 0;" F class:_SCINTILLA.constants
SCI_SETCARETSTYLE _ 0;" F class:_SCINTILLA.constants
@@ -904,6 +906,7 @@ caret_fore _ 0;" F class:buffer
caret_line_back _ 0;" F class:buffer
caret_line_back_alpha _ 0;" F class:buffer
caret_line_visible _ 0;" F class:buffer
+caret_line_visible_always _ 0;" F class:buffer
caret_period _ 0;" F class:buffer
caret_sticky _ 0;" F class:buffer
caret_style _ 0;" F class:buffer