don-tnowe
|
7c8cabd3c2
|
Expose array of all resources to Multiline Process
|
2023-09-25 00:24:18 +03:00 |
|
don-tnowe
|
55c55008d9
|
Allow saving table functions
|
2023-09-24 18:59:27 +03:00 |
|
don-tnowe
|
c42d6b21d5
|
Implement multiline filter/process
|
2023-09-24 17:57:10 +03:00 |
|
don-tnowe
|
8fc923da8b
|
Count class/script to define folder's type
|
2023-09-21 11:09:11 +03:00 |
|
don-tnowe
|
686d59bc6e
|
Codestyle and resource fixes
|
2023-09-09 18:18:00 +03:00 |
|
don-tnowe
|
e123e8d08a
|
Fix error when typing on non-string cell
|
2023-09-09 18:12:58 +03:00 |
|
don-tnowe
|
6262940ce5
|
Fix incorrect sign of small numbers dock
|
2023-08-29 15:44:31 +03:00 |
|
don-tnowe
|
97453592a6
|
Allow resizing of bottom docks
|
2023-08-29 15:42:31 +03:00 |
|
don-tnowe
|
f98397ea5c
|
Fix enum views not recognizing custom enum values
|
2023-08-29 14:44:00 +03:00 |
|
don-tnowe
|
faa4de9d28
|
Move Upgrades to demonstrate recursive opening
|
2023-08-24 22:19:32 +03:00 |
|
don-tnowe
|
9b826b5539
|
Allow recursive folder opening
|
2023-08-24 22:19:01 +03:00 |
|
don-tnowe
|
7411cb27d4
|
Rename Shown Cols menu to be more descriptive
|
2023-08-24 02:46:22 +03:00 |
|
don-tnowe
|
fbb1afa9b4
|
Merge pull request #29 from Mickeon/Godot-4-1
Reverse checked items in Hide/Show panel
|
2023-08-24 02:43:57 +03:00 |
|
don-tnowe
|
22807bfa0e
|
Fix column header context menu
|
2023-08-24 02:40:51 +03:00 |
|
don-tnowe
|
627a4d66fa
|
The text field in collection docks now does stuff!
|
2023-08-24 02:40:19 +03:00 |
|
don-tnowe
|
9816ddc146
|
Hide some columns by default
Fulfills long lost wish of #3 .
|
2023-08-24 01:16:41 +03:00 |
|
don-tnowe
|
642cf407a2
|
Make saved data slightly more VCS-friendly
|
2023-08-24 01:05:09 +03:00 |
|
Micky
|
4cd9e9e080
|
Reverse checked items in Hide/Show panel
|
2023-08-23 18:15:27 +02:00 |
|
don-tnowe
|
039b367ee0
|
Update names to less ambiguous
Cause that's not what a spreadsheet is!
|
2023-08-16 23:23:34 +03:00 |
|
don-tnowe
|
067c00779f
|
Rename classes to avoid conflicts
Closes #28
|
2023-08-16 23:07:36 +03:00 |
|
don-tnowe
|
4873d821bb
|
Auto-update example resources
|
2023-08-16 22:49:20 +03:00 |
|
don-tnowe
|
b3f755f25d
|
Code style fixes
|
2023-08-16 22:42:36 +03:00 |
|
don-tnowe
|
a7b7bce4e4
|
If resource name set, show it instead of path
|
2023-07-22 07:54:39 +03:00 |
|
don-tnowe
|
0be896b40f
|
Allow Resource cells to show res name when able to
|
2023-07-08 20:31:28 +03:00 |
|
don-tnowe
|
e2d4c550bd
|
Allow renaming keys
|
2023-06-25 17:14:28 +03:00 |
|
don-tnowe
|
ac45cf42be
|
Allow dictionary multi-edit
|
2023-06-25 17:05:08 +03:00 |
|
don-tnowe
|
8250fdcef3
|
Allow multi-edit for Resource arrays
|
2023-06-23 18:31:29 +03:00 |
|
don-tnowe
|
95c73aa818
|
Auto-update main scene format
|
2023-06-23 18:08:05 +03:00 |
|
don-tnowe
|
8ea665f754
|
Improve display for Resource arrays and Dicts
Closes #27
|
2023-06-23 18:07:33 +03:00 |
|
don-tnowe
|
68e99102bd
|
Update README.md
|
2023-06-06 15:37:32 +03:00 |
|
don-tnowe
|
ab983d34be
|
Fix errors, now for real
|
2023-06-06 13:59:43 +03:00 |
|
don-tnowe
|
31278bea43
|
Fix errors
|
2023-06-06 13:46:16 +03:00 |
|
don-tnowe
|
0124133d02
|
Remove/rename more class names in plugin
|
2023-06-06 13:34:27 +03:00 |
|
don-tnowe
|
6a05d7827c
|
Huge text cursor and cell selection improvements
|
2023-06-06 13:21:04 +03:00 |
|
don-tnowe
|
5047462af5
|
Add "Remove Last Value" to array dock
|
2023-06-06 11:46:51 +03:00 |
|
don-tnowe
|
626f5114d7
|
Merge branch 'Godot-4' of https://github.com/don-tnowe/godot-resources-as-sheets-plugin into Godot-4
|
2023-05-28 18:07:30 +03:00 |
|
don-tnowe
|
3dc55b599b
|
Context menu fixes
|
2023-05-28 18:07:23 +03:00 |
|
don-tnowe
|
68cde04040
|
Merge pull request #26 from vmedea/unnecessary-instantiation
Remove unnecessary instantiation in _on_search_cond_text_submitted
|
2023-05-28 14:12:52 +03:00 |
|
mara
|
d646308ba5
|
Remove unnecessary instantiation in _on_search_cond_text_submitted
As a static method is used it's not necessary to make an instance of the
script.
Just something i noticed. Doesn't affect functionality.
|
2023-05-28 12:58:39 +02:00 |
|
don-tnowe
|
b901eab884
|
Merge branch 'Godot-4' of https://github.com/don-tnowe/godot-resources-as-sheets-plugin into Godot-4
|
2023-05-28 13:56:18 +03:00 |
|
don-tnowe
|
9f98bf6497
|
Fix Texture dock... for which time already?
|
2023-05-28 13:56:15 +03:00 |
|
don-tnowe
|
6e946a2a3b
|
Merge pull request #25 from vmedea/crash-fix
Fix intermittent crash due to deleted objects
|
2023-05-27 16:21:53 +03:00 |
|
mara
|
a5e31e7d36
|
Fix intermittent crash due to deleted objects
In callbacks and after await, gracefully handle the case where nodes have been
deleted since. This seems to happen sometimes at startup of the editor.
|
2023-05-27 11:02:43 +00:00 |
|
don-tnowe
|
f10730918a
|
Remove icon.png from dock_texture.tscn
|
2023-05-25 19:42:03 +03:00 |
|
don-tnowe
|
b0e9670368
|
Class name fix, remove a print call
|
2023-05-01 11:21:18 +03:00 |
|
don-tnowe
|
f31466fb80
|
Fix constant refresh on edit
If not all files are of same resource type
|
2023-05-01 11:20:12 +03:00 |
|
don-tnowe
|
d188711697
|
Remove default icon from cell prefab, fix items example
|
2023-05-01 10:18:25 +03:00 |
|
don-tnowe
|
95233c7303
|
Auto-update format
|
2023-04-15 20:50:52 +03:00 |
|
don-tnowe
|
2638af6263
|
Add example: "Items"
(need 2 examples to test dir switching)
|
2023-04-15 20:49:59 +03:00 |
|
don-tnowe
|
c4b5733092
|
Merge pull request #21 from darloth/fix-19
Fixes #19.
|
2023-04-15 20:43:17 +03:00 |
|