Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | This change introduces a new EditorThemeManager class to abstract theme generatio and its subroutines. Logic related to EditorTheme, EditorColorMap, and editor icons has been extracted into their respective files with includes cleaned up. All related files have been moved to a separate folder to better scope them in the project. This includes relevant generated files as well. | ||||
* | Improve EditorDirDialog | Haoyu Qiu | 2023-12-25 | 1 | -2/+2 |
| | | | | | | | | | * Automatically selects the newly created directory * Automatically selects "res://" when nothing is selected * Fixes an error when overwrite/replace dialog appears * Changes "copy checkbox + action button" to "copy button + move button" * Double clicking a directory (un)collapses it instead of copy/move * Uses DirectoryCreateDialog for "Create Folder" | ||||
* | Prevent creating any type of file with a leading dot | sekoia | 2023-09-07 | 1 | -3/+10 |
| | | | | | Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-authored-by: gotnospirit <gotnospirit@gmail.com> | ||||
* | Standardize dialog input validation as a new class | kobewi | 2023-08-08 | 1 | -28/+12 |
| | |||||
* | Make create folder popup support nested folders | Haoyu Qiu | 2023-04-23 | 1 | -0/+172 |