godot/editor/project_manager
Grublady 5583ac5218 Ignore trailing slashes in new project’s path when disabling Create Folder
In the “Create New Project” dialog, disabling the “Create Folder” slider with a trailing slash in the project path would cause it to incorrectly identify the last path component as the substring following the slash, in other words, an empty string.

By first discarding any trailing slashes when disabling the slider, the project dialog will now identify and pop the last path component as usual even when a trailing slash is present.
2024-07-08 17:10:12 -04:00
..
SCsub
project_dialog.cpp Ignore trailing slashes in new project’s path when disabling Create Folder 2024-07-08 17:10:12 -04:00
project_dialog.h Add browse folder and browse file icons 2024-03-12 09:57:59 -04:00
project_list.cpp [Scene] Add `SceneStringNames::font(_size/_color)` 2024-06-18 17:24:27 +02:00
project_list.h Merge pull request #90770 from kitbdev/show-version 2024-05-22 09:26:47 +02:00
project_tag.cpp [Scene] Add SceneStringNames::pressed 2024-05-14 15:51:28 +02:00
project_tag.h
quick_settings_dialog.cpp Make project naming setting available in project manager 2024-06-21 15:53:06 +02:00
quick_settings_dialog.h Make project naming setting available in project manager 2024-06-21 15:53:06 +02:00