viniciusgerevini / godot-clyde-dialogue

Clyde Dialogue Language Importer and interpreter for Godot.
MIT License
89 stars 11 forks source link

Clyde dialog files not editable in Godot editor #19

Closed mttkay closed 1 year ago

mttkay commented 1 year ago

When I try to open a .clyde file in the built-in Godot editor, it says:

This resource was imported, so it's not editable. Change its settings in the import panel and then re-import.

When I go to the Import panel, all I see is:

image

But clicking ReImport does nothing. The file is still not editable.

Am I missing something?

viniciusgerevini commented 1 year ago

Hello @mttkay . Sorry the late response. I was almost offline this last month.

Unfortunately, .clyde files can't be edited inside Godot at the moment. The text editor does not allow files other than native ones to be open and I didn't implement any custom editor. The ClydeDialogue interpreter should still be able to read them though.

I'd recommend using VS Code with syntax highlighting for it. I intend to start porting this plugin to Godot 4 and I'll take a second look if I can have it to be edited inside Godot.

mttkay commented 1 year ago

Ah makes sense. Thanks!