From 68e99102bd3a70a69d36f1a2535b0c8f05abe5ad Mon Sep 17 00:00:00 2001 From: don-tnowe <67479453+don-tnowe@users.noreply.github.com> Date: Tue, 6 Jun 2023 15:37:32 +0300 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 89c6c70..72e89fd 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,10 @@ A plugin for Godot 3 (and now 4!) that adds a tab for editing folders of Resourc - 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) +- Multi-cell text editing (visible cursor NOW INCLUDED! Type away inside the text moving the caret with arrows / ctrl + arrows / home / end) - Copy-paste Text into Cells (one line, one cell) +- CSV support - Import, Export or Edit directly with strongly-typed columns +--- - Special mass operations for some datatypes - Multiply/add numbers - Rotate color hues/adjust sat/val/RGB @@ -19,22 +21,26 @@ A plugin for Godot 3 (and now 4!) that adds a tab for editing folders of Resourc - 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 +- Saves recently opened folders and hidden columns between sessions - Full Undo/Redo support. ![Gif](./images/resources_as_sheet3.gif) +--- Possible inputs: - `Ctrl + Click / Cmd + Click` - Select multiple cells in one column - `Shift + Click` - Select all cells between A and B in one column -- `Left/Right` - Move cursor along cell text -- `Backspace/Delete` - Erase text Left / Right from cursor -- `Home/End` - Move cursor to start/end of cell +- `Up / Down / Shift + Tab / Tab` - Move cell selection +--- +- `Left / Right` - Move cursor along cell text +- `Backspace / Delete` - Erase text Left / Right from cursor +- `Home / End` - Move cursor to start/end of cell - `Ctrl + / Cmd + ` - Move through / Erase whole word -- `Ctrl/Cmd + C/V` - Copy cells / Paste text into cells -- `Ctrl/Cmd + R` - Rename resource -- `Ctrl/Cmd + D` - Duplicate selected rows -- `Ctrl/Cmd + (Shift) + Z` - The Savior +--- +- `Ctrl / Cmd + C/V` - Copy cells / Paste text into cells (*make sure no scene nodes are selected*) +- `Ctrl / Cmd + D` - Duplicate selected rows (*make sure no scene nodes are selected*) +- `Ctrl / Cmd + R` - Rename resource +- `Ctrl / Cmd + (Shift) + Z` - The Savior If clipboard contains as many lines as there are cells selected, each line is pasted into a separate cell.