nathanhoad / godot_dialogue_manager

A powerful nonlinear dialogue system for Godot
MIT License
2.04k stars 161 forks source link

Moving a file to another folder causes it to be duplicated in the dialogue editor #609

Closed gatomesa closed 2 months ago

gatomesa commented 2 months ago

Describe the bug If you have a file open in the editor, and move the file to another folder, the editor duplicates the files. You now have two files in the editor's file list, each of which can be edited independently. This can cause you to edit the now-nonexistent file instead of the real one.

Affected version

To Reproduce Steps to reproduce the behavior:

  1. Create a dialogue file and open it in the dialogue editor.
  2. Move this file to another folder.

Expected behavior The dialogue editor shows only one file, and changing it updates the file that exists in the file system.