dialogic-godot / dialogic

💬 Create Dialogs, Visual Novels, RPGs, and manage Characters with Godot to create your Game!
https://dialogic.pro
MIT License
3.87k stars 227 forks source link

TimelineTextEditor: Better character suggestions #2289

Open Jowan-Spooner opened 3 months ago

Jowan-Spooner commented 3 months ago

Would be nice also have most recent characters at the top of the suggestions in the text editor.

Invertex commented 3 months ago

To add on to this, perhaps make it default to already having the last used character option selected when adding another node. Often multiple nodes are added before switching to another character, so that would also help smooth workflow. (Could also give priority to whatever the character is of the currently selected node, so if you went back to insert a node below one, it would assign based on that selected one.)

Combined with sorting by last usage in the timeline would make it a great enhancement.

Jowan-Spooner commented 3 months ago

I was also planning on porting the shortcuts from the visual editor, which might help with this: CTRL+SHIFT+T (new text event with the last speaker), CTRL+ALT+T (new text event with the second to last speaker).

But yeah I think having the last speaker at the top was kinda the plan.