diff options
author | Paulb23 <p_batty@hotmail.co.uk> | 2016-07-12 16:10:44 +0100 |
---|---|---|
committer | Paulb23 <p_batty@hotmail.co.uk> | 2016-07-12 16:10:44 +0100 |
commit | 20c7f2bded2ed4cd30eb6e0c22b1e2605a59500d (patch) | |
tree | 53f146ec40759ae9fa267b7811c4208b6e8a2e9c /doc | |
parent | 54f720ac0688cc069e5ab7c2d66d2e8649143b75 (diff) |
Added caret block mode to docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/base/classes.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index ae5438c430..cb06551188 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -39219,6 +39219,20 @@ Set the text editor caret blink speed. Cannot be less then or equal to 0. </description> </method> + <method name="cursor_set_block_mode"> + <argument index="0" name="enable" type="bool"> + </argument> + <description> + Set the text editor caret to block mode. + </description> + </method> + <method name="cursor_is_block_mode" qualifiers="const"> + <return type="bool"> + </return> + <description> + Gets whether the text editor caret is in block mode. + </description> + </method> <method name="cursor_set_column"> <argument index="0" name="column" type="int"> </argument> @@ -39509,6 +39523,8 @@ </theme_item> <theme_item name="breakpoint_color" type="Color"> </theme_item> + <theme_item name="caret_background_color" type="Color"> + </theme_item> <theme_item name="caret_color" type="Color"> </theme_item> <theme_item name="completion" type="StyleBox"> |