From ecfce9975b486bbc6a09948e35d6daa2f34615a9 Mon Sep 17 00:00:00 2001 From: don-tnowe <67479453+don-tnowe@users.noreply.github.com> Date: Tue, 27 Sep 2022 13:12:49 +0300 Subject: [PATCH] Godot 3 Feature lock --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1ae813..80f884f 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ "Welp, it is what it sounds like!" -A plugin for Godot 3 that adds a tab for editing folders of Resources as data tables. It was made from neccessity when trying to develop another plugin. +A plugin for Godot 3 (and now 4!) that adds a tab for editing folders of Resources as data tables. It was made from neccessity when trying to develop another plugin. +- Edit Text, Numbers, Colors and Booleans via keyboard, and view Resources, Arrays and Enums editable through Inspector - Select multiple cells in one column (Shift/Ctrl+Click) to edit them in the Inspector simultaneously. - Multi-cell text editing (visible cursor not included, unfortunately) - Copy-paste Text into Cells (one line, one cell) @@ -16,6 +17,7 @@ A plugin for Godot 3 that adds a tab for editing folders of Resources as data ta - Sort entries by column - Search by evaluating GDScript expression +- Apply GDScript expression to selected rows - Row stylization (color-type cells change look of the row until next color-type) - Saves recently opened folders between sessions.