mirror of
https://github.com/Relintai/godot-resources-as-sheets-plugin.git
synced 2024-11-14 15:17:20 +01:00
Godot 3 Feature lock
This commit is contained in:
parent
3c3b16970f
commit
ecfce9975b
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user