mirror of
https://github.com/Relintai/godot-resources-as-sheets-plugin.git
synced 2025-04-21 08:51:18 +02:00
Display for 4.0
This commit is contained in:
parent
85829da478
commit
a7e047553e
@ -2,7 +2,7 @@
|
||||
|
||||
"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 4!) that adds a tab for editing folders of Resources as data tables. It was made from neccessity when trying to develop another plugin.
|
||||
|
||||
- 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)
|
||||
@ -17,7 +17,8 @@ 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
|
||||
- Row stylization (color-type cells change look of the row until next color-type)
|
||||
- Saves recently opened folders between sessions.
|
||||
- Saves recently opened folders between sessions
|
||||
- Full Undo/Redo support.
|
||||
|
||||

|
||||
|
||||
@ -36,7 +37,6 @@ If clipboard contains as many lines as there are cells selected, each line is pa
|
||||
To add support of more datatypes, check out the `typed_cells` and `typed_editors` folders. `typed_cells` need to be added in the `editor_view` root's exported array, and `typed_editors` are placed there under the `%PropertyEditors` node.
|
||||
|
||||
#
|
||||
|
||||
Made by Don Tnowe in 2022.
|
||||
|
||||
[https://redbladegames.netlify.app]()
|
||||
|
BIN
images/2022-09-26-22-00-50.png
Normal file
BIN
images/2022-09-26-22-00-50.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 85 KiB |
BIN
images/2022-09-26-22-02-09.png
Normal file
BIN
images/2022-09-26-22-02-09.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 71 KiB |
BIN
images/2022-09-26-22-08-50.png
Normal file
BIN
images/2022-09-26-22-08-50.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
Loading…
Reference in New Issue
Block a user