From d4d57476adf896010f74f3ba88c91d08ec838d04 Mon Sep 17 00:00:00 2001 From: Slooth Date: Fri, 3 Jul 2020 07:42:43 -0500 Subject: [PATCH] Add documentation for minimap_draw and minimap_width (cherry picked from commit df8f0e62156d5269953521aedb9297b079e3474d) --- doc/classes/TextEdit.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 3afc594feb..091b33f812 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -442,8 +442,10 @@ If [code]true[/code], the line containing the cursor is highlighted. + If [code]true[/code], a minimap is shown, providing an outline of your source code. + The width, in pixels, of the minimap.