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 |
|
don-tnowe
|
47cbed7864
|
Merge branch 'Godot-4' of https://github.com/don-tnowe/godot-resources-as-sheets-plugin into Godot-4
|
2023-04-15 15:47:32 +03:00 |
|
don-tnowe
|
ac70440f56
|
Fix windows too big
|
2023-04-15 15:47:25 +03:00 |
|
don-tnowe
|
1e46483e60
|
Merge pull request #20 from darloth/patch-1
Fix errors and lost table rows when row count increases
|
2023-04-15 15:45:51 +03:00 |
|
darloth
|
21cce7efcf
|
Update table_pages.gd
Reset current_page to 0 when rows_per_page is changed.
|
2023-03-19 17:12:37 +00:00 |
|
darloth
|
cc47e7ef73
|
Update table_pages.gd
Basic handling of empty directory - just return without populating table.
|
2023-03-19 17:11:25 +00:00 |
|
darloth
|
a181f3a060
|
Update editor_view.gd
remove await and test for 0 rows
|
2023-03-19 17:10:34 +00:00 |
|
darloth
|
f86d9318e8
|
Update editor_view.gd - row count incorrect
Fixes #18, improves row counting so going small to large or large to small is both ok.
|
2023-03-19 16:06:03 +00:00 |
|
don-tnowe
|
eb20e0e2fd
|
Prevent files outside addons/ from being installed
|
2023-02-16 16:04:25 +02:00 |
|
don-tnowe
|
26779d3486
|
Implement CSV import/export/edit
|
2023-01-24 20:28:21 +02:00 |
|
don-tnowe
|
d05569d429
|
Add missing context menu setting
|
2023-01-24 13:46:24 +02:00 |
|
don-tnowe
|
9b84137ca4
|
Add rightclick menu
|
2023-01-24 12:58:13 +02:00 |
|
don-tnowe
|
c10bb18003
|
The color cell's preview panel returns
|
2023-01-24 12:56:26 +02:00 |
|
don-tnowe
|
1b36e5a7cc
|
Fix for slow editing and inspector crash
|
2023-01-24 11:50:58 +02:00 |
|
don-tnowe
|
8160628672
|
Update old scenes to 4.0 format
|
2023-01-23 18:10:14 +02:00 |
|
don-tnowe
|
2f9d92e8ca
|
Refactor to split main megaclass
|
2023-01-23 18:06:09 +02:00 |
|
don-tnowe
|
9864cbae7d
|
Resource text format
|
2023-01-23 14:01:50 +02:00 |
|
don-tnowe
|
91e006571d
|
Port code from 3.0, but not the features
|
2023-01-23 14:01:03 +02:00 |
|
don-tnowe
|
c56a638340
|
Various bug fixes.
Should fix #15, #14, #12, #13.
|
2022-12-31 02:00:47 +02:00 |
|
don-tnowe
|
6fffdf32b8
|
Merge remote branch 'Godot-4'
|
2022-10-15 01:46:12 +03:00 |
|
don-tnowe
|
750c3290a3
|
Display for 4.0
|
2022-10-15 01:36:36 +03:00 |
|
don-tnowe
|
7e28c1d79f
|
Add Preview resize, fix GDScript fields not working
|
2022-10-15 01:36:15 +03:00 |
|
don-tnowe
|
c1354071ed
|
Godot 4 port
|
2022-10-15 01:34:17 +03:00 |
|
don-tnowe
|
744436e66d
|
Fix cells uneditable if filter is used
|
2022-10-08 13:37:45 +03:00 |
|
don-tnowe
|
0b51bfacb7
|
Fix Select All Cells in Column not working
|
2022-10-06 21:44:25 +03:00 |
|
don-tnowe
|
e8f4d88e93
|
Implement splitting big table into pages
|
2022-10-06 19:43:30 +03:00 |
|
don-tnowe
|
dfaaaf400a
|
Performance Improvements
|
2022-10-06 17:50:47 +03:00 |
|
don-tnowe
|
d0b9509c33
|
Allow copying resource_path and entering newlines
|
2022-10-04 17:56:08 +03:00 |
|
don-tnowe
|
7026e85814
|
Forgot the print statements.
Wish plugin debugging was real.
|
2022-10-04 17:30:05 +03:00 |
|
don-tnowe
|
475e958c5b
|
Fix bug with typed arrays seen as enum arrays
|
2022-10-04 17:21:32 +03:00 |
|
don-tnowe
|
50b6916352
|
Implement enum editing
|
2022-10-03 20:16:14 +03:00 |
|
don-tnowe
|
29359a1596
|
Rewrite search behaviour (fixes #8)
|
2022-10-02 22:26:07 +03:00 |
|