浏览代码

Added caret block mode to docs

Paulb23 9 年之前
父节点
当前提交
20c7f2bded
共有 1 个文件被更改,包括 16 次插入0 次删除
  1. 16 0
      doc/base/classes.xml

+ 16 - 0
doc/base/classes.xml

@@ -39219,6 +39219,20 @@
 				Set the text editor caret blink speed. Cannot be less then or equal to 0.
 				Set the text editor caret blink speed. Cannot be less then or equal to 0.
 			</description>
 			</description>
 		</method>
 		</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">
 		<method name="cursor_set_column">
 			<argument index="0" name="column" type="int">
 			<argument index="0" name="column" type="int">
 			</argument>
 			</argument>
@@ -39509,6 +39523,8 @@
 		</theme_item>
 		</theme_item>
 		<theme_item name="breakpoint_color" type="Color">
 		<theme_item name="breakpoint_color" type="Color">
 		</theme_item>
 		</theme_item>
+		<theme_item name="caret_background_color" type="Color">
+		</theme_item>
 		<theme_item name="caret_color" type="Color">
 		<theme_item name="caret_color" type="Color">
 		</theme_item>
 		</theme_item>
 		<theme_item name="completion" type="StyleBox">
 		<theme_item name="completion" type="StyleBox">