Commit Graph

84 Commits

Author SHA1 Message Date
Relintai 37cc7d275c Now the table header gets scrolled with the rest of the table even when using the bottom scrollbar. 2023-10-09 15:42:57 +02:00
Relintai 3240a56aa6 Don't error when an enum property has an invalid value. 2023-10-09 15:21:16 +02:00
Relintai 7b08a43faa Check whether a directory exists before trying to open it. 2023-10-09 14:23:06 +02:00
Relintai a6303e2dc7 Updated for pandemonium. 2023-10-09 13:57:26 +02:00
Relintai 71dd277447 Pandemonium project file. 2023-10-09 13:47:43 +02:00
don-tnowe 32409ef7d0 Merge branch 'DaelonSuzuka-patch-1' 2023-02-16 15:49:47 +02:00
don-tnowe 9ac3023111 Prevent the prevention of example folder download
Closes #16
2023-02-16 15:48:57 +02:00
don-tnowe 4864078a6c Prevent non-addon files from being installed 2023-02-16 15:46:03 +02:00
don-tnowe b1e7d15037 Merge branch 'godot-3' 2023-02-13 16:44:35 +02:00
don-tnowe c22fb7631c Fix settings_grid incorrent name casing 2023-02-13 16:43:23 +02:00
don-tnowe 68161f6dfb
Update README.md 2022-11-23 04:14:49 +02:00
don-tnowe 88bb99d7bd Gitignored too late 2022-10-27 18:29:50 +03:00
don-tnowe 2fdf2b6276 Implement enum/bool styling 2022-10-27 18:24:25 +03:00
don-tnowe 42368023f4 Change script gen to CRLF due to chaotic magic
(because suddenly builtin scripts started breaking)
2022-10-27 17:00:03 +03:00
don-tnowe 9eb9462484 Implement CSV insert/delete 2022-10-27 13:15:07 +03:00
don-tnowe 5643968a3e Add "Create File" button for csv export 2022-10-27 12:27:22 +03:00
don-tnowe 91b8459ad9 Enable resource_path in csv export 2022-10-27 11:21:19 +03:00
don-tnowe d6dd3fe489 Improve csv import stability 2022-10-27 11:03:20 +03:00
don-tnowe 43b8ca587c Fix texture atlas splitter saving to wrong paths 2022-10-25 12:18:37 +03:00
don-tnowe c222fd4a08 Fix context menu bugs 2022-10-24 21:42:43 +03:00
don-tnowe 6a2d09a3b1 Implement setting for Cell Context activation 2022-10-24 20:59:51 +03:00
don-tnowe 20ab0106df Implement cell context menu 2022-10-24 20:39:12 +03:00
don-tnowe 58b52af43a Forgot project.godot with updated ClassDB 2022-10-23 21:27:17 +03:00
don-tnowe 05120ad51a Implement CSV export 2022-10-23 21:14:07 +03:00
don-tnowe a6a42b34fc Convert spreadsheet_import.gd to tabs
(thanks vscode defaults)
2022-10-23 21:14:06 +03:00
don-tnowe 147b00487c Make recent paths more reliable 2022-10-23 18:52:44 +03:00
don-tnowe ab5ca5a7cb Do not save script as sep file in CSV direct edit 2022-10-23 16:46:54 +03:00
don-tnowe 1e7eef6e3f Add support for importing jaggy csv and ", " delim 2022-10-23 16:45:49 +03:00
don-tnowe f26eabf69b Fix infinite realoading if table is empty 2022-10-23 16:31:07 +03:00
don-tnowe 0937f685b4 Fix error importing enums with some names 2022-10-23 16:19:59 +03:00
don-tnowe 58e410898f Implement direct editing of csv 2022-10-22 23:12:22 +03:00
don-tnowe 6ab9bcb96e Delegate storage of import data to separate class 2022-10-22 19:23:50 +03:00
don-tnowe 73b8d9cc41 Delegate data i/o to separate class 2022-10-22 19:21:27 +03:00
don-tnowe e4c025d869 Change import button position 2022-10-22 17:48:02 +03:00
don-tnowe 977932e017 Implement CSV into TRES conversion 2022-10-22 17:39:38 +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
don-tnowe fdcd89ef8a Refactoring of header columns and top menu buttons 2022-10-02 21:33:55 +03:00
don-tnowe 07f52150f7 Added column selection and hiding 2022-10-01 14:26:14 +03:00
don-tnowe 41b8737609 Convert case of property names 2022-09-30 20:56:25 +03:00
don-tnowe a1fadfd47d Merge branch 'master' of https://github.com/don-tnowe/godot-resources-as-sheets-plugin 2022-09-30 16:04:58 +03:00
don-tnowe 41e233edc8 Fix table breaking when columns added/removed 2022-09-30 16:04:52 +03:00
don-tnowe 245b474ff5 Merge branch 'master' of https://github.com/don-tnowe/godot-resources-as-sheets-plugin 2022-09-30 15:58:42 +03:00