godotengine / godot-proposals

Godot Improvement Proposals (GIPs)
MIT License
1.1k stars 69 forks source link

Add batch file renaming in the FileSystem dock #5633

Open circuitbone opened 1 year ago

circuitbone commented 1 year ago

Describe the project you are working on

Scene batch rename within the context of the file system window

Describe the problem or limitation you are having in your project

Cannot batch rename a series of scenes within the editor v 3.5

Describe the feature / enhancement and how it helps to overcome the problem or limitation

Batch Rename extended to scene names within the file system panel

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

Screen Shot 2022-10-22 at 11 34 57 am2022

If this enhancement will not be used often, can it be worked around with a few lines of script?

essential workflow for cleaning up after design pass, reduce manual editing of every file name

Is there a reason why this should be core and not an add-on in the asset library?

core element

Calinou commented 1 year ago

Batch node renaming is already present in the Scene tree dock, but there is no batch file renaming yet.