From 7dbb0f32333a2bb2c856e17cc1cc69a91fbf1fa3 Mon Sep 17 00:00:00 2001 From: Paulb23 Date: Fri, 9 Jul 2021 14:05:52 +0100 Subject: Rename readonly to editable --- doc/classes/TextEdit.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 7bf8520c1c..00c4c170db 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -688,6 +688,9 @@ If [code]true[/code], the "tab" character will have a visible representation. + + If [code]false[/code], existing text cannot be modified and new text cannot be added. + If [code]true[/code], all occurrences of the selected text will be highlighted. @@ -708,9 +711,6 @@ If [code]true[/code], custom [code]font_selected_color[/code] will be used for selected text. - - If [code]true[/code], read-only mode is enabled. Existing text cannot be modified and new text cannot be added. - If there is a horizontal scrollbar, this determines the current horizontal scroll value in pixels. -- cgit v1.2.3