summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlooth <bunchofslooths@gmail.com>2020-07-03 07:42:43 -0500
committerSlooth <bunchofslooths@gmail.com>2020-07-03 07:42:43 -0500
commitdf8f0e62156d5269953521aedb9297b079e3474d (patch)
treeaae9735eb745f35142adaa6c2016495bfdcda7cd
parent772f693e5b8b5912d422e8effb8d6a72260edcfc (diff)
Add documentation for minimap_draw and minimap_width
-rw-r--r--doc/classes/TextEdit.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml
index d72d684ebc..f48b007fbe 100644
--- a/doc/classes/TextEdit.xml
+++ b/doc/classes/TextEdit.xml
@@ -440,8 +440,10 @@
If [code]true[/code], the line containing the cursor is highlighted.
</member>
<member name="minimap_draw" type="bool" setter="draw_minimap" getter="is_drawing_minimap" default="false">
+ If [code]true[/code], a minimap is shown, providing an outline of your source code.
</member>
<member name="minimap_width" type="int" setter="set_minimap_width" getter="get_minimap_width" default="80">
+ The width, in pixels, of the minimap.
</member>
<member name="mouse_default_cursor_shape" type="int" setter="set_default_cursor_shape" getter="get_default_cursor_shape" override="true" enum="Control.CursorShape" default="1" />
<member name="override_selected_font_color" type="bool" setter="set_override_selected_font_color" getter="is_overriding_selected_font_color" default="false">